Searched refs:RX_TOTAL_SIZE (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/sis/ |
| H A D | sis900.h | 326 #define RX_TOTAL_SIZE NUM_RX_DESC*sizeof(BufferDesc) macro
|
| H A D | sis900.c | 489 ring_space = dma_alloc_coherent(&pci_dev->dev, RX_TOTAL_SIZE, in sis900_probe() 573 dma_free_coherent(&pci_dev->dev, RX_TOTAL_SIZE, sis_priv->rx_ring, in sis900_probe() 2490 dma_free_coherent(&pci_dev->dev, RX_TOTAL_SIZE, sis_priv->rx_ring, in sis900_remove()
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 70 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc) macro 554 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_probe1() 693 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_probe1() 1927 dma_free_coherent(&pdev->dev, RX_TOTAL_SIZE, in sundance_remove1()
|