Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rtw/
H A Drtw.c1160 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()
[all …]