Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.h24 #define IGC_QUEUE_PAIRS_NUM 4 macro
120 u64 pqgprc[IGC_QUEUE_PAIRS_NUM];
122 u64 pqgptc[IGC_QUEUE_PAIRS_NUM];
124 u64 pqgorc[IGC_QUEUE_PAIRS_NUM];
126 u64 pqgotc[IGC_QUEUE_PAIRS_NUM];
128 u64 pqmprc[IGC_QUEUE_PAIRS_NUM];
130 u64 rqdpc[IGC_QUEUE_PAIRS_NUM];
132 u64 tqdpc[IGC_QUEUE_PAIRS_NUM];
221 int16_t txq_stats_map[IGC_QUEUE_PAIRS_NUM];
222 int16_t rxq_stats_map[IGC_QUEUE_PAIRS_NUM];
H A Digc_filter.c317 if (filter->queue >= IGC_QUEUE_PAIRS_NUM) { in igc_set_syn_filter()
319 filter->queue, IGC_QUEUE_PAIRS_NUM); in igc_set_syn_filter()
H A Digc_ethdev.c1355 for (i = 0; i < IGC_QUEUE_PAIRS_NUM; i++) { in eth_igc_dev_init()
1496 dev_info->max_rx_queues = IGC_QUEUE_PAIRS_NUM; in eth_igc_infos_get()
1497 dev_info->max_tx_queues = IGC_QUEUE_PAIRS_NUM; in eth_igc_infos_get()
1783 for (i = 0; i < IGC_QUEUE_PAIRS_NUM; i++) { in igc_reset_queue_stats_register()
1810 for (i = 0; i < IGC_QUEUE_PAIRS_NUM; i++) { in igc_read_queue_stats_register()
1915 for (i = 0; i < IGC_QUEUE_PAIRS_NUM; i++) { in eth_igc_stats_get()
2083 if (queue_id >= IGC_QUEUE_PAIRS_NUM) { in eth_igc_queue_stats_mapping_set()
2085 queue_id, IGC_QUEUE_PAIRS_NUM - 1); in eth_igc_queue_stats_mapping_set()
H A Digc_txrx.c2261 if (rx_queue_id >= IGC_QUEUE_PAIRS_NUM) { in eth_igc_vlan_strip_queue_set()
2263 rx_queue_id, IGC_QUEUE_PAIRS_NUM - 1); in eth_igc_vlan_strip_queue_set()