Home
last modified time | relevance | path

Searched refs:STATUS_TOTAL_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c76 #define STATUS_TOTAL_SIZE TX_RING_SIZE*sizeof(struct tx_status_words) macro
453 ring_space = dma_alloc_coherent(&pdev->dev, STATUS_TOTAL_SIZE, in yellowfin_init_one()
513 dma_free_coherent(&pdev->dev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_init_one()
1397 dma_free_coherent(&pdev->dev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_remove_one()