Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1230 ptx[0] = RTW_RING_BASE(phybaseaddr, hd_txlo); in rtw_dma_init()
1231 ptx[1] = RTW_RING_BASE(phybaseaddr, hd_txmd); in rtw_dma_init()
1232 ptx[2] = RTW_RING_BASE(phybaseaddr, hd_txhi); in rtw_dma_init()
1233 ptx[3] = RTW_RING_BASE(phybaseaddr, hd_bcn); in rtw_dma_init()
1237 vtx[3] = (caddr_t)(RTW_RING_BASE(virbaseaddr, hd_bcn)); in rtw_dma_init()
1276 prx = RTW_RING_BASE(phybaseaddr, hd_rx); in rtw_dma_init()
1277 vrx = (caddr_t)(RTW_RING_BASE(virbaseaddr, hd_rx)); in rtw_dma_init()
1334 ptx[0] = RTW_RING_BASE(phybaseaddr, hd_txlo); in rtw_swring_setup()
1335 ptx[1] = RTW_RING_BASE(phybaseaddr, hd_txmd); in rtw_swring_setup()
1336 ptx[2] = RTW_RING_BASE(phybaseaddr, hd_txhi); in rtw_swring_setup()
[all …]
H A Drtwvar.h229 #define RTW_RING_BASE(baseaddr0, ring) \ macro