Searched refs:rxbf (Results 1 – 1 of 1) sorted by relevance
1160 struct rtw_rxbuf *rxbf; in rtw_dma_free() local1188 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() local1284 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()[all …]