Lines Matching refs:rxbf
1160 struct rtw_rxbuf *rxbf; in rtw_dma_free() local
1188 rxbf = rsc->rxbuf_h; in rtw_dma_free()
1190 rtw_free_dma_mem(&rxbf->bf_dma); in rtw_dma_free()
1191 rxbf++; in rtw_dma_free()
1212 struct rtw_rxbuf *rxbf; in rtw_dma_init() local
1284 rxbf = (struct rtw_rxbuf *)kmem_zalloc(buflen, KM_SLEEP); in rtw_dma_init()
1285 rsc->rxbuf_h = rxbf; in rtw_dma_init()
1287 for (j = 0; j < RTW_RXQLEN; j++, rxbf++, rxds++) { in rtw_dma_init()
1288 rxbf->rxdesc = rxds; in rtw_dma_init()
1289 rxbf->bf_daddr = in rtw_dma_init()
1297 &rxbf->bf_dma); in rtw_dma_init()
1330 struct rtw_rxbuf *rxbf; in rtw_swring_setup() local
1381 rxbf = rsc->rxbuf_h; in rtw_swring_setup()
1383 RTW_DMA_SYNC(rxbf->bf_dma, DDI_DMA_SYNC_FORCPU); in rtw_swring_setup()
1388 rtw_rxdesc_init(rsc, rxbf, j, is_last); in rtw_swring_setup()
1389 rxbf++; in rtw_swring_setup()