Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Duli526x.c57 #define DESC_ALL_CNT (TX_DESC_CNT + RX_DESC_CNT) macro
338 …db->desc_pool_ptr = pci_alloc_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, &db->… in uli526x_init_one()
425 pci_free_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in uli526x_init_one()
446 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
447 DESC_ALL_CNT + 0x20, &db->desc_pool_dma_ptr); in dmfe_init_one()
519 pci_free_consistent(pdev, sizeof(struct tx_desc) * DESC_ALL_CNT + 0x20, in dmfe_init_one()
544 DESC_ALL_CNT + 0x20, db->desc_pool_ptr, in dmfe_remove_one()