Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1231 ptx[1] = RTW_RING_BASE(phybaseaddr, hd_txmd); in rtw_dma_init()
1235 vtx[1] = (caddr_t)(RTW_RING_BASE(virbaseaddr, hd_txmd)); in rtw_dma_init()
1317 RTW_WRITE(regs, RTW_TNPDA, RTW_RING_BASE(phybaseaddr, hd_txmd)); in rtw_hwring_setup()
1335 ptx[1] = RTW_RING_BASE(phybaseaddr, hd_txmd); in rtw_swring_setup()
2232 RTW_DESC_OFFSET(hd_txmd, bf->order), in rtw_assembly_80211()
2727 RTW_DESC_OFFSET(hd_txmd, idx), in rtw_ring_recycling()
2768 RTW_DESC_OFFSET(hd_txmd, idx), in rtw_ring_recycling()
H A Drtwvar.h222 struct rtw_txdesc hd_txmd[RTW_NTXDESCMD]; member