Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1084 rtw_rxdesc_init(rsc, rsc->rxbuf_h, 0, 0); in rtw_io_enable()
1188 rxbf = rsc->rxbuf_h; in rtw_dma_free()
1194 if (rsc->rxbuf_h != NULL) { in rtw_dma_free()
1195 kmem_free(rsc->rxbuf_h, in rtw_dma_free()
1197 rsc->rxbuf_h = NULL; in rtw_dma_free()
1285 rsc->rxbuf_h = rxbf; in rtw_dma_init()
1381 rxbf = rsc->rxbuf_h; in rtw_swring_setup()
2586 bf = rsc->rxbuf_h + next; in rtw_intr_rx()
2604 bf = rsc->rxbuf_h; in rtw_intr_rx()
H A Drtwvar.h439 struct rtw_rxbuf *rxbuf_h; member