Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1210 struct rtw_rxdesc *rxds; in rtw_dma_init() local
1280 rxds = rsc->rxdesc_h; 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()
1290 prx + ((uintptr_t)rxds - (uintptr_t)rsc->rxdesc_h); in rtw_dma_init()