Searched refs:LB_HTPM_PORT_BY_HASH (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team_mode_loadbalance.c | 92 #define LB_HTPM_PORT_BY_HASH(lp_priv, hash) \ macro 138 port = rcu_dereference_bh(LB_HTPM_PORT_BY_HASH(lb_priv, hash)); in lb_htpm_select_tx_port() 381 port = LB_HTPM_PORT_BY_HASH(lb_priv, hash); in lb_tx_hash_to_port_mapping_get() 396 rcu_assign_pointer(LB_HTPM_PORT_BY_HASH(lb_priv, hash), in lb_tx_hash_to_port_mapping_set()
|
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team_mode_loadbalance.c | 90 #define LB_HTPM_PORT_BY_HASH(lp_priv, hash) \ macro 133 port = rcu_dereference_bh(LB_HTPM_PORT_BY_HASH(lb_priv, hash)); in lb_htpm_select_tx_port() 373 port = LB_HTPM_PORT_BY_HASH(lb_priv, hash); in lb_tx_hash_to_port_mapping_get() 387 rcu_assign_pointer(LB_HTPM_PORT_BY_HASH(lb_priv, hash), in lb_tx_hash_to_port_mapping_set()
|
Completed in 3 milliseconds