Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.h55 #define IGC_MAX_RXD ((uint16_t)(0x80000 / sizeof(union igc_adv_rx_desc))) macro
H A Digc_txrx.c1346 nb_desc > IGC_MAX_RXD || nb_desc < IGC_MIN_RXD) { in eth_igc_rx_queue_setup()
1350 IGC_MIN_RXD, IGC_MAX_RXD); in eth_igc_rx_queue_setup()
1382 size = sizeof(union igc_adv_rx_desc) * IGC_MAX_RXD; in eth_igc_rx_queue_setup()
H A Digc_ethdev.c89 .nb_max = IGC_MAX_RXD,