Searched refs:at_idx (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | bwc.c | 671 u8 at_idx, in hws_bwc_rule_create_async() argument 678 at_idx, in hws_bwc_rule_create_async() 687 u8 at_idx, in hws_bwc_rule_create_sync() argument 697 at_idx, rule_actions, in hws_bwc_rule_create_sync() 708 u8 at_idx, in hws_bwc_rule_update_sync() argument 718 at_idx, in hws_bwc_rule_update_sync() 928 int at_idx, ret; in hws_bwc_rule_get_at_idx() local 931 at_idx = hws_bwc_matcher_find_at(bwc_matcher, rule_actions); in hws_bwc_rule_get_at_idx() 932 if (likely(at_idx >= 0)) in hws_bwc_rule_get_at_idx() 933 return at_idx; in hws_bwc_rule_get_at_idx() [all …]
|
| H A D | rule.c | 289 u8 at_idx, in hws_rule_create_hws() argument 292 struct mlx5hws_action_template *at = &rule->matcher->at[at_idx]; in hws_rule_create_hws() 779 u8 at_idx, in mlx5hws_rule_create() argument 797 !(matcher->num_of_at >= at_idx) || in mlx5hws_rule_create() 807 at_idx, in mlx5hws_rule_create() 828 u8 at_idx, in mlx5hws_rule_action_update() argument 842 at_idx, in mlx5hws_rule_action_update()
|
| H A D | mlx5hws.h | 475 u8 at_idx, 502 u8 at_idx,
|