Searched defs:rbuf_list (Results 1 – 1 of 1) sorted by relevance
96 struct rbuf_list { struct97 struct rbuf_list *rbuf_next; /* next in the list */ argument98 caddr_t rbuf_vaddr; /* virual addr of the buf */99 uint32_t rbuf_paddr; /* physical addr of the buf */100 uint32_t rbuf_endpaddr; /* physical addr at the end */101 ddi_dma_handle_t rbuf_dmahdl; /* dma handle */102 ddi_acc_handle_t rbuf_acchdl; /* handle for DDI functions */