Home
last modified time | relevance | path

Searched defs:aac_fib_context (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/aacraid/
Daacraid.h858 struct aac_fib_context { struct
859 s16 type; // used for verification of structure
860 s16 size;
861 u32 unique; // unique value representing this context
862 ulong jiffies; // used for cleanup - dmb changed to ulong
863 struct list_head next; // used to link context's into a linked list
864 struct semaphore wait_sem; // this is used to wait for the next fib to arrive.
865 int wait; // Set to true when thread is in WaitForSingleObject
866 unsigned long count; // total number of FIBs on FibList
867 struct list_head fib_list; // this holds fibs and their attachd hw_fibs