Searched refs:tx_bufs_dma (Results 1 – 2 of 2) sorted by relevance
598 dma_addr_t tx_bufs_dma; member1331 &tp->tx_bufs_dma, GFP_KERNEL); in rtl8139_open()1339 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_open()1427 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs)); in rtl8139_hw_start()2288 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_close()
452 dma_addr_t tx_bufs_dma; member1160 &rp->tx_bufs_dma, in alloc_ring()1192 rp->tx_bufs, rp->tx_bufs_dma); in free_ring()1808 rp->tx_ring[entry].addr = cpu_to_le32(rp->tx_bufs_dma + in rhine_start_tx()