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