Searched refs:ste_location (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_rule.c | 370 u8 ste_location, in dr_rule_rehash_htbl() argument 424 nic_matcher->ste_builder[ste_location - 1].bit_mask)) { in dr_rule_rehash_htbl() 439 if (ste_location == 1) { in dr_rule_rehash_htbl() 490 u8 ste_location, in dr_rule_rehash() argument 502 return dr_rule_rehash_htbl(rule, nic_rule, cur_htbl, ste_location, in dr_rule_rehash() 755 u8 ste_location, in dr_rule_handle_empty_entry() argument 773 ste->ste_chain_location = ste_location; in dr_rule_handle_empty_entry() 810 u8 ste_location, in dr_rule_handle_ste_branch() argument 834 ste, ste_location, in dr_rule_handle_ste_branch() 846 if (!mlx5dr_ste_is_last_in_rule(nic_matcher, ste_location)) in dr_rule_handle_ste_branch() [all …]
|
D | dr_ste.c | 157 u8 ste_location) in mlx5dr_ste_is_last_in_rule() argument 159 return ste_location == nic_matcher->num_of_builders; in mlx5dr_ste_is_last_in_rule()
|
D | dr_types.h | 246 u8 ste_location);
|