Searched defs:aac_slot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h212 * The firmware can support a lot of outstanding commands. Each aac_slot
216 struct aac_slot { struct
217 struct aac_slot *next; /* next slot in the free slot list */
293 struct aac_slot *slotp; /* slot used by this command */
448 struct aac_slot *io_slot; /* static list for allocated slots */
449 struct aac_slot *free_io_slot_head;
547 extern void aac_print_fib(struct aac_softstate *, struct aac_slot *);

Completed in 69 milliseconds