Searched defs:aac_fib_context (Results 1 – 1 of 1) sorted by relevance
632 struct aac_fib_context { struct633 s16 type; // used for verification of structure 634 s16 size;635 ulong jiffies; // used for cleanup - dmb changed to ulong636 struct list_head next; // used to link context's into a linked list637 struct semaphore wait_sem; // this is used to wait for the next fib to arrive.638 int wait; // Set to true when thread is in WaitForSingleObject639 unsigned long count; // total number of FIBs on FibList640 struct list_head fib_list; // this holds fibs which should be 32 bit addresses