| /Linux-v5.4/drivers/net/ethernet/sis/ |
| D | sis900.h | 326 #define RX_TOTAL_SIZE NUM_RX_DESC*sizeof(BufferDesc) macro
|
| D | sis900.c | 492 ring_space = pci_alloc_consistent(pci_dev, RX_TOTAL_SIZE, &ring_dma); in sis900_probe() 575 pci_free_consistent(pci_dev, RX_TOTAL_SIZE, sis_priv->rx_ring, in sis900_probe() 2487 pci_free_consistent(pci_dev, RX_TOTAL_SIZE, sis_priv->rx_ring, in sis900_remove()
|
| /Linux-v5.4/drivers/net/ethernet/dlink/ |
| D | dl2k.h | 39 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc) macro
|
| D | sundance.c | 73 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc) macro 565 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_probe1() 704 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_probe1() 1937 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_remove1()
|
| D | dl2k.c | 240 ring_space = pci_alloc_consistent (pdev, RX_TOTAL_SIZE, &ring_dma); in rio_probe1() 291 pci_free_consistent (pdev, RX_TOTAL_SIZE, np->rx_ring, np->rx_ring_dma); in rio_probe1() 1809 pci_free_consistent (pdev, RX_TOTAL_SIZE, np->rx_ring, in rio_remove1()
|
| /Linux-v5.4/drivers/net/ethernet/packetengines/ |
| D | yellowfin.c | 78 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct yellowfin_desc) macro 443 ring_space = pci_alloc_consistent(pdev, RX_TOTAL_SIZE, &ring_dma); in yellowfin_init_one() 511 pci_free_consistent(pdev, RX_TOTAL_SIZE, np->rx_ring, np->rx_ring_dma); in yellowfin_init_one() 1384 pci_free_consistent(pdev, RX_TOTAL_SIZE, np->rx_ring, np->rx_ring_dma); in yellowfin_remove_one()
|
| D | hamachi.c | 122 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct hamachi_desc) macro 653 ring_space = pci_alloc_consistent(pdev, RX_TOTAL_SIZE, &ring_dma); in hamachi_init_one() 776 pci_free_consistent(pdev, RX_TOTAL_SIZE, hmp->rx_ring, in hamachi_init_one() 1902 pci_free_consistent(pdev, RX_TOTAL_SIZE, hmp->rx_ring, in hamachi_remove_one()
|
| /Linux-v5.4/drivers/net/ethernet/smsc/ |
| D | epic100.c | 57 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct epic_rx_desc) macro 382 ring_space = pci_alloc_consistent(pdev, RX_TOTAL_SIZE, &ring_dma); in epic_init_one() 495 pci_free_consistent(pdev, RX_TOTAL_SIZE, ep->rx_ring, ep->rx_ring_dma); in epic_init_one() 1503 pci_free_consistent(pdev, RX_TOTAL_SIZE, ep->rx_ring, ep->rx_ring_dma); in epic_remove_one()
|
| /Linux-v5.4/drivers/net/ethernet/ |
| D | fealnx.c | 61 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct fealnx_desc) macro 560 ring_space = pci_alloc_consistent(pdev, RX_TOTAL_SIZE, &ring_dma); in fealnx_init_one() 675 pci_free_consistent(pdev, RX_TOTAL_SIZE, np->rx_ring, np->rx_ring_dma); in fealnx_init_one() 695 pci_free_consistent(pdev, RX_TOTAL_SIZE, np->rx_ring, in fealnx_remove_one()
|
| /Linux-v5.4/drivers/net/hippi/ |
| D | rrunner.c | 163 tmpptr = pci_alloc_consistent(pdev, RX_TOTAL_SIZE, &ring_dma); in rr_init_one() 204 pci_free_consistent(pdev, RX_TOTAL_SIZE, rrpriv->rx_ring, in rr_init_one() 233 pci_free_consistent(pdev, 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
|