Home
last modified time | relevance | path

Searched refs:txbuf_h (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h211 struct rtw_txbuf *txbuf_h; member
H A Drtw.c1180 if (rsc->sc_txq[i].txbuf_h != NULL) { in rtw_dma_free()
1181 kmem_free(rsc->sc_txq[i].txbuf_h, in rtw_dma_free()
1183 rsc->sc_txq[i].txbuf_h = NULL; in rtw_dma_free()
1256 rsc->sc_txq[i].txbuf_h = txbf; in rtw_dma_init()
1353 txbf = rsc->sc_txq[i].txbuf_h; in rtw_swring_setup()