Searched refs:TX_TOTAL_SIZE (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsis900.h324 #define TX_TOTAL_SIZE NUM_TX_DESC*sizeof(BufferDesc) macro
H A Dyellowfin.c76 #define TX_TOTAL_SIZE 2*TX_RING_SIZE*sizeof(struct yellowfin_desc) macro
433 ring_space = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &ring_dma);
518 pci_free_consistent(pdev, TX_TOTAL_SIZE, np->tx_ring, np->tx_ring_dma);
1399 pci_free_consistent(pdev, TX_TOTAL_SIZE, np->tx_ring, np->tx_ring_dma);
H A Dsundance.c72 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc) macro
515 ring_space = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &ring_dma);
659 pci_free_consistent(pdev, TX_TOTAL_SIZE, np->tx_ring, np->tx_ring_dma);
1745 pci_free_consistent(pdev, TX_TOTAL_SIZE, np->tx_ring,
H A Depic100.c56 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct epic_tx_desc) macro
376 ring_space = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &ring_dma);
509 pci_free_consistent(pdev, TX_TOTAL_SIZE, ep->tx_ring, ep->tx_ring_dma);
1532 pci_free_consistent(pdev, TX_TOTAL_SIZE, ep->tx_ring, ep->tx_ring_dma);
H A Dfealnx.c60 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct fealnx_desc) macro
563 ring_space = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &ring_dma);
676 pci_free_consistent(pdev, TX_TOTAL_SIZE, np->tx_ring, np->tx_ring_dma);
696 pci_free_consistent(pdev, TX_TOTAL_SIZE, np->tx_ring,
H A Dhamachi.c121 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct hamachi_desc) macro
644 ring_space = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &ring_dma);
789 pci_free_consistent(pdev, TX_TOTAL_SIZE, hmp->tx_ring,
1968 pci_free_consistent(pdev, TX_TOTAL_SIZE, hmp->tx_ring,
H A Drrunner.c168 tmpptr = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &ring_dma);
220 pci_free_consistent(pdev, TX_TOTAL_SIZE, rrpriv->tx_ring,
251 pci_free_consistent(pdev, TX_TOTAL_SIZE, rr->tx_ring,
H A Ddl2k.c213 ring_space = pci_alloc_consistent (pdev, TX_TOTAL_SIZE, &ring_dma);
276 pci_free_consistent (pdev, TX_TOTAL_SIZE, np->tx_ring, np->tx_ring_dma);
1767 pci_free_consistent (pdev, TX_TOTAL_SIZE, np->tx_ring,
H A Drrunner.h555 #define TX_TOTAL_SIZE (TX_RING_ENTRIES * sizeof(struct tx_desc)) macro
H A Ddl2k.h41 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc) macro
H A Dsis900.c401 ring_space = pci_alloc_consistent(pci_dev, TX_TOTAL_SIZE, &ring_dma);
508 pci_free_consistent(pci_dev, TX_TOTAL_SIZE, sis_priv->tx_ring,
2331 pci_free_consistent(pci_dev, TX_TOTAL_SIZE, sis_priv->tx_ring,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Ddscc4.c161 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct TxFD) macro
485 pci_free_consistent(pdev, TX_TOTAL_SIZE, tx_fd, dpriv->tx_fd_dma);
1832 ring = pci_alloc_consistent(pdev, TX_TOTAL_SIZE, &dpriv->tx_fd_dma);
1868 pci_free_consistent(pdev, TX_TOTAL_SIZE, ring, dpriv->tx_fd_dma);

Completed in 144 milliseconds