Searched refs:ste_type (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_domain.c | 241 dmn->info.rx.ste_type = MLX5DR_STE_TYPE_RX; in dr_domain_caps_init() 250 dmn->info.tx.ste_type = MLX5DR_STE_TYPE_TX; in dr_domain_caps_init() 261 dmn->info.rx.ste_type = MLX5DR_STE_TYPE_RX; in dr_domain_caps_init() 262 dmn->info.tx.ste_type = MLX5DR_STE_TYPE_TX; in dr_domain_caps_init()
|
D | dr_action.c | 537 enum mlx5dr_ste_entry_type ste_type, in dr_actions_apply() argument 545 if (ste_type == MLX5DR_STE_TYPE_RX) in dr_actions_apply() 559 enum mlx5dr_ste_entry_type ste_type) in dr_action_get_action_domain() argument 567 if (ste_type == MLX5DR_STE_TYPE_RX) in dr_action_get_action_domain() 643 bool rx_rule = nic_dmn->ste_type == MLX5DR_STE_TYPE_RX; in mlx5dr_actions_build_ste_arr() 657 action_domain = dr_action_get_action_domain(dmn->type, nic_dmn->ste_type); in mlx5dr_actions_build_ste_arr() 808 nic_dmn->ste_type, in mlx5dr_actions_build_ste_arr()
|
D | dr_rule.c | 986 enum mlx5dr_ste_entry_type ste_type, in dr_rule_skip() argument 991 bool rx = ste_type == MLX5DR_STE_TYPE_RX; in dr_rule_skip() 1038 if (dr_rule_skip(dmn->type, nic_dmn->ste_type, &matcher->mask, param, in dr_rule_create_rule_nic()
|
D | dr_matcher.c | 212 rx = nic_dmn->ste_type == MLX5DR_STE_TYPE_RX; in dr_matcher_set_ste_builders()
|
D | dr_types.h | 642 enum mlx5dr_ste_entry_type ste_type; member
|
D | dr_ste.c | 568 mlx5dr_ste_init(formatted_ste, htbl->lu_type, nic_dmn->ste_type, gvmi); in mlx5dr_ste_set_formatted_ste() 753 nic_dmn->ste_type, in mlx5dr_ste_build_ste_arr()
|