Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1209 struct rtw_txdesc *txds; in rtw_dma_init() local
1252 txds = rsc->sc_txq[i].txdesc_h; in rtw_dma_init()
1257 for (j = 0; j < rtw_qlen[i]; j++, txbf++, txds++) { in rtw_dma_init()
1258 txbf->txdesc = txds; in rtw_dma_init()
1259 txbf->bf_daddr = ptx[i] + ((uintptr_t)txds - in rtw_dma_init()