/Linux-v5.10/drivers/net/ethernet/sis/ |
D | sis900.h | 326 #define RX_TOTAL_SIZE NUM_RX_DESC*sizeof(BufferDesc) macro
|
D | sis900.c | 493 ring_space = dma_alloc_coherent(&pci_dev->dev, RX_TOTAL_SIZE, in sis900_probe() 577 dma_free_coherent(&pci_dev->dev, RX_TOTAL_SIZE, sis_priv->rx_ring, in sis900_probe() 2496 dma_free_coherent(&pci_dev->dev, RX_TOTAL_SIZE, sis_priv->rx_ring, in sis900_remove()
|
/Linux-v5.10/drivers/net/ethernet/dlink/ |
D | dl2k.h | 39 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc) macro
|
D | sundance.c | 70 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc) macro 552 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_probe1() 691 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_probe1() 1922 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_remove1()
|
D | dl2k.c | 232 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma, in rio_probe1() 284 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, np->rx_ring, in rio_probe1() 1801 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, np->rx_ring, in rio_remove1()
|
/Linux-v5.10/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 78 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct yellowfin_desc) macro 444 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma, in yellowfin_init_one() 514 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, np->rx_ring, in yellowfin_init_one() 1397 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, np->rx_ring, in yellowfin_remove_one()
|
D | hamachi.c | 122 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct hamachi_desc) macro 654 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma, in hamachi_init_one() 778 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, hmp->rx_ring, in hamachi_init_one() 1913 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, hmp->rx_ring, in hamachi_remove_one()
|
/Linux-v5.10/drivers/net/ethernet/smsc/ |
D | epic100.c | 57 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct epic_rx_desc) macro 384 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma, in epic_init_one() 498 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, ep->rx_ring, in epic_init_one() 1518 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, ep->rx_ring, in epic_remove_one()
|
/Linux-v5.10/drivers/net/ethernet/ |
D | fealnx.c | 59 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct fealnx_desc) macro 546 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma, in fealnx_init_one() 664 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, np->rx_ring, in fealnx_init_one() 685 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, np->rx_ring, in fealnx_remove_one()
|
/Linux-v5.10/drivers/net/hippi/ |
D | rrunner.c | 164 tmpptr = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma, in rr_init_one() 207 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, rrpriv->rx_ring, in rr_init_one() 236 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, rr->rx_ring, in rr_remove_one()
|
D | rrunner.h | 578 #define RX_TOTAL_SIZE (RX_RING_ENTRIES * sizeof(struct rx_desc)) macro
|