Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dpci-skeleton.c473 dma_addr_t tx_bufs_dma; member
1096 &tp->tx_bufs_dma); in netdrv_open()
1104 tp->tx_bufs, tp->tx_bufs_dma); in netdrv_open()
1188 NETDRV_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs)); in netdrv_hw_start()
1776 tp->tx_bufs, tp->tx_bufs_dma); in netdrv_close()
Dvia-rhine.c511 dma_addr_t tx_bufs_dma; member
907 &np->tx_bufs_dma); in alloc_ring()
937 np->tx_bufs, np->tx_bufs_dma); in free_ring()
1308 np->tx_ring[entry].addr = cpu_to_le32(np->tx_bufs_dma + in via_rhine_start_tx()
D8139too.c581 dma_addr_t tx_bufs_dma; member
1307 &tp->tx_bufs_dma); in rtl8139_open()
1315 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_open()
1402 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs)); in rtl8139_hw_start()
2179 tp->tx_bufs, tp->tx_bufs_dma); in rtl8139_close()