Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/packetengines/
Dyellowfin.c76 #define STATUS_TOTAL_SIZE TX_RING_SIZE*sizeof(struct tx_status_words) macro
450 ring_space = pci_alloc_consistent(pdev, STATUS_TOTAL_SIZE, &ring_dma); in yellowfin_init_one()
509 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_init_one()
1386 pci_free_consistent(pdev, STATUS_TOTAL_SIZE, np->tx_status, in yellowfin_remove_one()