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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1160 struct rtw_rxbuf *rxbf; local
1188 rxbf = rsc->rxbuf_h;
1190 rtw_free_dma_mem(&rxbf->bf_dma);
1191 rxbf++;
1212 struct rtw_rxbuf *rxbf; local
1284 rxbf = (struct rtw_rxbuf *)kmem_zalloc(buflen, KM_SLEEP);
1285 rsc->rxbuf_h = rxbf;
1287 for (j = 0; j < RTW_RXQLEN; j++, rxbf++, rxds++) {
1288 rxbf->rxdesc = rxds;
1289 rxbf
1330 struct rtw_rxbuf *rxbf; local
[all...]

Completed in 67 milliseconds