Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h216 struct aac_slot { struct
217 struct aac_slot *next; /* next slot in the free slot list */ argument
218 int index; /* index of this slot */
219 ddi_acc_handle_t fib_acc_handle;
220 ddi_dma_handle_t fib_dma_handle;
221 uint64_t fib_phyaddr; /* physical address of FIB memory */
222 struct aac_cmd *acp; /* command using this slot */
223 struct aac_fib *fibp; /* virtual address of FIB memory */