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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpci-skeleton.c478 dma_addr_t tx_bufs_dma; member in struct:netdrv_private
1094 &tp->tx_bufs_dma);
1102 tp->tx_bufs, tp->tx_bufs_dma);
1184 NETDRV_W32_F(TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs));
1734 tp->tx_bufs, tp->tx_bufs_dma);
H A Dvia-rhine.c382 dma_addr_t tx_bufs_dma; member in struct:rhine_private
866 &rp->tx_bufs_dma);
896 rp->tx_bufs, rp->tx_bufs_dma);
1263 rp->tx_ring[entry].addr = cpu_to_le32(rp->tx_bufs_dma +
H A D8139too.c584 dma_addr_t tx_bufs_dma; member in struct:rtl8139_private
1307 &tp->tx_bufs_dma, GFP_KERNEL);
1315 tp->tx_bufs, tp->tx_bufs_dma);
1403 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs));
2230 tp->tx_bufs, tp->tx_bufs_dma);

Completed in 175 milliseconds