Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Duli526x.c57 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT) macro
337 …db->desc_pool_ptr = pci_alloc_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, &db->… in uli526x_init_one()
424 pci_free_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in uli526x_init_one()
445 DESC_ALL_CNT + 0x20, db->desc_pool_ptr, in uli526x_remove_one()
Ddmfe.c114 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT) macro
443 DESC_ALL_CNT + 0x20, &db->desc_pool_dma_ptr); in dmfe_init_one()
515 pci_free_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in dmfe_init_one()
540 DESC_ALL_CNT + 0x20, db->desc_pool_ptr, in dmfe_remove_one()