Searched defs:aac_fib_context (Results 1 – 1 of 1) sorted by relevance
853 struct aac_fib_context { struct854 s16 type; // used for verification of structure855 s16 size;856 u32 unique; // unique value representing this context857 ulong jiffies; // used for cleanup - dmb changed to ulong858 struct list_head next; // used to link context's into a linked list859 struct semaphore wait_sem; // this is used to wait for the next fib to arrive.860 int wait; // Set to true when thread is in WaitForSingleObject861 unsigned long count; // total number of FIBs on FibList862 struct list_head fib_list; // this holds fibs and their attachd hw_fibs