Searched defs:sf_cr_pool (Results 1 – 1 of 1) sorted by relevance
102 struct sf_cr_pool *sf_cr_pool; /* list of command/response pools */ member144 struct sf_cr_pool { struct145 struct sf_cr_pool *next; argument146 struct sf_cr_free_elem *free;147 struct sf *sf;148 caddr_t cmd_base; /* start addr of this chunk */149 ddi_dma_handle_t cmd_dma_handle; /* dma mapping for this chunk */150 ddi_acc_handle_t cmd_acc_handle;151 caddr_t rsp_base;152 ddi_dma_handle_t rsp_dma_handle;[all …]