Searched defs:aac_fib_context (Results 1 – 1 of 1) sorted by relevance
1223 struct aac_fib_context { struct1224 s16 type; // used for verification of structure1225 s16 size;1226 u32 unique; // unique value representing this context1227 ulong jiffies; // used for cleanup - dmb changed to ulong1228 struct list_head next; // used to link context's into a linked list1229 struct completion completion; // this is used to wait for the next fib to arrive.1230 int wait; // Set to true when thread is in WaitForSingleObject1231 unsigned long count; // total number of FIBs on FibList1232 struct list_head fib_list; // this holds fibs and their attachd hw_fibs