Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c598 dma_addr_t tx_bufs_dma; member
1332 &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()
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c452 dma_addr_t tx_bufs_dma; member
1157 &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()