Searched refs:tx_bufs_dma (Results 1 – 2 of 2) sorted by relevance
598 dma_addr_t tx_bufs_dma; member1332 &tp->tx_bufs_dma, GFP_KERNEL); in rtl8139_open()1340 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_open()1428 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs)); in rtl8139_hw_start()2289 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_close()
452 dma_addr_t tx_bufs_dma; member1157 &rp->tx_bufs_dma, in alloc_ring()1189 rp->tx_bufs, rp->tx_bufs_dma); in free_ring()1805 rp->tx_ring[entry].addr = cpu_to_le32(rp->tx_bufs_dma + in rhine_start_tx()