Searched refs:TX_TOTAL_SIZE (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/ethernet/sis/ |
| A D | sis900.h | 325 #define TX_TOTAL_SIZE NUM_TX_DESC*sizeof(BufferDesc) macro
|
| A D | sis900.c | 491 ring_space = dma_alloc_coherent(&pci_dev->dev, TX_TOTAL_SIZE, in sis900_probe() 587 dma_free_coherent(&pci_dev->dev, TX_TOTAL_SIZE, sis_priv->tx_ring, in sis900_probe() 2504 dma_free_coherent(&pci_dev->dev, TX_TOTAL_SIZE, sis_priv->tx_ring, in sis900_remove()
|
| /drivers/net/ethernet/packetengines/ |
| A D | yellowfin.c | 77 #define TX_TOTAL_SIZE 2*TX_RING_SIZE*sizeof(struct yellowfin_desc) macro 439 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma, in yellowfin_init_one() 519 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, np->tx_ring, in yellowfin_init_one() 1401 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, np->tx_ring, in yellowfin_remove_one()
|
| A D | hamachi.c | 121 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct hamachi_desc) macro 651 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma, in hamachi_init_one() 785 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, hmp->tx_ring, in hamachi_init_one() 1929 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, hmp->tx_ring, in hamachi_remove_one()
|
| /drivers/net/ethernet/dlink/ |
| A D | dl2k.h | 38 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc) macro
|
| A D | dl2k.c | 238 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma, in rio_probe1() 300 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, np->tx_ring, in rio_probe1() 1815 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, np->tx_ring, in rio_remove1()
|
| /drivers/net/ethernet/smsc/ |
| A D | epic100.c | 56 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct epic_tx_desc) macro 378 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma, in epic_init_one() 503 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, ep->tx_ring, in epic_init_one() 1519 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, ep->tx_ring, in epic_remove_one()
|
| /drivers/net/ethernet/ |
| A D | fealnx.c | 58 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct fealnx_desc) macro 557 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma, in fealnx_init_one() 663 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, np->tx_ring, in fealnx_init_one() 685 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, np->tx_ring, in fealnx_remove_one()
|
| /drivers/net/hippi/ |
| A D | rrunner.c | 154 tmpptr = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma, in rr_init_one() 210 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, rrpriv->tx_ring, in rr_init_one() 239 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, rr->tx_ring, in rr_remove_one()
|
| A D | rrunner.h | 556 #define TX_TOTAL_SIZE (TX_RING_ENTRIES * sizeof(struct tx_desc)) macro
|
Completed in 44 milliseconds