10.07.2015 Views

Intel 80310 I/O Processor Chipset AAU Coding Techniques

Intel 80310 I/O Processor Chipset AAU Coding Techniques

Intel 80310 I/O Processor Chipset AAU Coding Techniques

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Intel</strong> ® <strong>80310</strong> I/O <strong>Processor</strong> <strong>Chipset</strong> <strong>AAU</strong> <strong>Coding</strong> <strong>Techniques</strong><strong>AAU</strong> Source Code1038 {1039 sw_head = sw_desc;1040 }10411042 sw_prev = sw_desc;1043 } /* end for */10441045 sw_desc->aau_desc.NDA = 0;1046 sw_desc->next = NULL;1047 sw_desc->status = 0;1048 return (aau_sgl_t *) sw_head;1049 }105010511052 /*=======================================================================*/1053 /* Procedure: aau_return_buffer() */1054 /* */1055 /* Description: This function takes a list of SGL and return it to */1056 /* the free stack. */1057 /* */1058 /* Parameters: aau_context: <strong>AAU</strong> context */1059 /* list: SGL list to return to free stack */1060 /* */1061 /* Returns: N/A */1062 /* */1063 /* Notes/Assumptions: */1064 /* */1065 /* History: Dave Jiang 9/11/01 Initial Creation */1066 /*=======================================================================*/1067 void aau_return_buffer(u32 aau_context, aau_sgl_t * list)1068 {1069 sw_aau_t *sw_desc = (sw_aau_t *) list;10701071 spin_lock_irq(&free_lock);64 White Paper

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!