Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.h11 #define ALB_HASH_TABLE_SIZE 256 macro
39 struct client_data client_table[ALB_HASH_TABLE_SIZE];
H A Drte_eth_bond_alb.c42 memset(hash_table, 0, sizeof(struct client_data) * ALB_HASH_TABLE_SIZE); in bond_mode_alb_enable()
262 for (i = 0; i < ALB_HASH_TABLE_SIZE; i++) { in bond_mode_alb_client_list_upd()
H A Drte_eth_bond_pmd.c1002 struct rte_mbuf *update_bufs[RTE_MAX_ETHPORTS][ALB_HASH_TABLE_SIZE]; in bond_ethdev_tx_burst_alb()
1039 for (i = 0; i < ALB_HASH_TABLE_SIZE; i++) { in bond_ethdev_tx_burst_alb()