Home
last modified time | relevance | path

Searched defs:rbuf_list (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/intel/io/dnet/
H A Ddnet.c96 struct rbuf_list { struct
97 struct rbuf_list *rbuf_next; /* next in the list */ argument
98 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 */