Searched refs:tx_bufs_dma (Results 1 – 2 of 2) sorted by relevance
597 dma_addr_t tx_bufs_dma; member1338 &tp->tx_bufs_dma, GFP_KERNEL); in rtl8139_open()1346 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_open()1434 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs)); in rtl8139_hw_start()2294 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_close()
459 dma_addr_t tx_bufs_dma; member1178 &rp->tx_bufs_dma, in alloc_ring()1210 rp->tx_bufs, rp->tx_bufs_dma); in free_ring()1769 rp->tx_ring[entry].addr = cpu_to_le32(rp->tx_bufs_dma + in rhine_start_tx()