Lines Matching defs:rxbf
1160 struct rtw_rxbuf *rxbf;
1188 rxbf = rsc->rxbuf_h;
1190 rtw_free_dma_mem(&rxbf->bf_dma);
1191 rxbf++;
1212 struct rtw_rxbuf *rxbf;
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->bf_daddr =
1297 &rxbf->bf_dma);
1330 struct rtw_rxbuf *rxbf;
1381 rxbf = rsc->rxbuf_h;
1383 RTW_DMA_SYNC(rxbf->bf_dma, DDI_DMA_SYNC_FORCPU);
1388 rtw_rxdesc_init(rsc, rxbf, j, is_last);
1389 rxbf++;