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

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

Completed in 67 milliseconds