Searched refs:TX_TOTAL_SIZE (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/sis/ |
| H A D | sis900.h | 325 #define TX_TOTAL_SIZE NUM_TX_DESC*sizeof(BufferDesc) macro
|
| H A D | sis900.c | 480 ring_space = dma_alloc_coherent(&pci_dev->dev, TX_TOTAL_SIZE, in sis900_probe() 576 dma_free_coherent(&pci_dev->dev, TX_TOTAL_SIZE, sis_priv->tx_ring, in sis900_probe() 2492 dma_free_coherent(&pci_dev->dev, TX_TOTAL_SIZE, sis_priv->tx_ring, in sis900_remove()
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 69 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct netdev_desc) macro 547 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, in sundance_probe1() 696 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, in sundance_probe1() 1929 dma_free_coherent(&pdev->dev, TX_TOTAL_SIZE, in sundance_remove1()
|