Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/packetengines/
Dyellowfin.c76 #define STATUS_TOTAL_SIZE TX_RING_SIZE*sizeof(struct tx_status_words) macro
449 ring_space = pci_alloc_consistent(pdev, STATUS_TOTAL_SIZE, &ring_dma); in yellowfin_init_one()
508 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_init_one()
1383 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_remove_one()