Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.h48 uint32_t agg_count; member
H A Dbnxt_rxr.c149 tpa_info->agg_count = 0; in bnxt_tpa_start()
689 RTE_ASSERT(tpa_info->agg_count < 16); in bnxt_rx_pkt()
690 tpa_info->agg_arr[tpa_info->agg_count++] = *rx_agg; in bnxt_rx_pkt()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c686 uint64_t agg_count[RTE_MAX_ETHPORTS] = {0}; in selection_logic() local
710 agg_count[i] += 1; in selection_logic()
732 agg_new_idx = max_index(agg_count, slaves_count); in selection_logic()