Lines Matching defs:txbuf
131 struct txbuf { struct
132 struct txbuf *txb_next; argument
135 mblk_t *txb_mp;
138 ddi_dma_cookie_t txb_dmacookie[GEM_MAXTXFRAGS];
139 uint_t txb_nfrags;
142 ddi_dma_handle_t txb_bdh;
143 ddi_acc_handle_t txb_bah;
144 caddr_t txb_buf; /* vaddr of bounce buffer */
145 uint64_t txb_buf_dma; /* paddr of bounce buffer */
148 clock_t txb_stime;
151 seqnum_t txb_desc;
152 int txb_ndescs;
153 uint64_t txb_flag;