Lines Matching refs:ptx
1213 uint32_t phybaseaddr, ptx[RTW_NTXPRI], prx; in rtw_dma_init() local
1230 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()
1239 RTW_DPRINTF(RTW_DEBUG_DMA, "p[%d]=%x, v[%d]=%x", i, ptx[i], in rtw_dma_init()
1259 txbf->bf_daddr = ptx[i] + ((uintptr_t)txds - in rtw_dma_init()
1331 uint32_t phybaseaddr, ptx[RTW_NTXPRI], baddr_desc, taddr_desc; in rtw_swring_setup() local
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()
1337 ptx[3] = RTW_RING_BASE(phybaseaddr, hd_bcn); in rtw_swring_setup()
1354 baddr_desc = ptx[i]; in rtw_swring_setup()