Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/aacraid/
A Daacraid.h1228 struct aac_fib_context { struct
1229 s16 type; // used for verification of structure
1230 s16 size;
1231 u32 unique; // unique value representing this context
1232 ulong jiffies; // used for cleanup - dmb changed to ulong
1233 struct list_head next; // used to link context's into a linked list
1234 struct completion completion; // this is used to wait for the next fib to arrive.
1235 int wait; // Set to true when thread is in WaitForSingleObject
1236 unsigned long count; // total number of FIBs on FibList
1237 struct list_head fib_list; // this holds fibs and their attachd hw_fibs

Completed in 23 milliseconds