Searched refs:rule_action (Results 1 – 3 of 3) sorted by relevance
2151 struct mlx5hws_action *action = apply->rule_action[action_idx].action; in hws_action_apply_stc()2161 struct mlx5hws_rule_action *rule_action; in hws_action_setter_push_vlan() local2163 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_push_vlan()2165 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = rule_action->push_vlan.vlan_hdr; in hws_action_setter_push_vlan()2175 struct mlx5hws_rule_action *rule_action; in hws_action_setter_modify_header() local2181 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_modify_header()2182 action = rule_action->action; in hws_action_setter_modify_header()2202 single_action = rule_action->modify_header.data; in hws_action_setter_modify_header()2209 arg_idx = rule_action->modify_header.offset * arg_sz; in hws_action_setter_modify_header()2217 rule_action->modify_header.data, in hws_action_setter_modify_header()[all …]
83 struct mlx5hws_rule_action *rule_action; member
392 apply.rule_action = rule_actions; in hws_rule_create_hws()