Searched defs:hci1394_buf_info_s (Results 1 – 1 of 1) sorted by relevance
65 typedef struct hci1394_buf_info_s { struct66 ddi_dma_cookie_t bi_cookie; /* ddi_dma_addr_bind_handle */67 uint_t bi_cookie_count; /* ddi_dma_addr_bind_handle */68 caddr_t bi_kaddr; /* ddi_dma_mem_alloc */69 size_t bi_length; /* copy of input parms bp_length */70 size_t bi_real_length; /* ddi_dma_mem_alloc */71 ddi_acc_handle_t bi_handle; /* ddi_dma_mem_alloc */72 ddi_dma_handle_t bi_dma_handle; /* ddi_dma_alloc_handle */