Searched defs:aac_slot (Results 1 – 1 of 1) sorted by relevance
216 struct aac_slot { struct217 struct aac_slot *next; /* next slot in the free slot list */ argument218 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 */