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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpci-skeleton.c472 dma_addr_t tx_bufs_dma; member in struct:netdrv_private
1085 &tp->tx_bufs_dma);
1093 tp->tx_bufs, tp->tx_bufs_dma);
1176 NETDRV_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs));
1752 tp->tx_bufs, tp->tx_bufs_dma);
H A Dvia-rhine.c380 dma_addr_t tx_bufs_dma; member in struct:rhine_private
864 &rp->tx_bufs_dma);
894 rp->tx_bufs, rp->tx_bufs_dma);
1248 rp->tx_ring[entry].addr = cpu_to_le32(rp->tx_bufs_dma +
H A D8139too.c585 dma_addr_t tx_bufs_dma; member in struct:rtl8139_private
1321 &tp->tx_bufs_dma);
1329 tp->tx_bufs, tp->tx_bufs_dma);
1415 RTL_W32_F (TxAddr0 + (i * 4), tp->tx_bufs_dma + (tp->tx_buf[i] - tp->tx_bufs));
2251 tp->tx_bufs, tp->tx_bufs_dma);
H A Dvia-velocity.c961 &vptr->tx_bufs_dma);
1004 pci_free_consistent(vptr->pdev, size, vptr->tx_bufs, vptr->tx_bufs_dma);
1163 td_info->buf_dma = vptr->tx_bufs_dma +
H A Dvia-velocity.h1727 dma_addr_t tx_bufs_dma; member in struct:velocity_info

Completed in 105 milliseconds