Searched refs:ste_location (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_rule.c | 397 u8 ste_location, in dr_rule_rehash_htbl() argument 452 nic_matcher->ste_builder[ste_location - 1].bit_mask)) { in dr_rule_rehash_htbl() 467 if (ste_location == 1) { in dr_rule_rehash_htbl() 518 u8 ste_location, in dr_rule_rehash() argument 530 return dr_rule_rehash_htbl(rule, nic_rule, cur_htbl, ste_location, in dr_rule_rehash() 783 u8 ste_location, in dr_rule_handle_empty_entry() argument 799 ste->ste_chain_location = ste_location; in dr_rule_handle_empty_entry() 837 u8 ste_location, in dr_rule_handle_ste_branch() argument 861 ste, ste_location, in dr_rule_handle_ste_branch() 873 if (!mlx5dr_ste_is_last_in_rule(nic_matcher, ste_location)) in dr_rule_handle_ste_branch() [all …]
|
H A D | dr_ste.c | 168 u8 ste_location) in mlx5dr_ste_is_last_in_rule() argument 170 return ste_location == nic_matcher->num_of_builders; in mlx5dr_ste_is_last_in_rule()
|
H A D | dr_types.h | 259 u8 ste_location);
|