Searched refs:flow_tag (Results 1 – 11 of 11) sorted by relevance
154 __field(u32, flow_tag)172 __entry->flow_tag = fte->action.flow_tag;210 __entry->flow_tag,
161 u32 flow_tag; member
2419 u8 flow_tag[0x18]; member
273 struct ib_uverbs_flow_spec_action_tag flow_tag; member
2862 if (kern_spec->flow_tag.size != in kern_spec_to_ib_spec_action()2866 ib_spec->flow_tag.size = sizeof(struct ib_flow_spec_action_tag); in kern_spec_to_ib_spec_action()2867 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
344 MLX5_SET(flow_context, in_flow_context, flow_tag, fte->action.flow_tag); in mlx5_cmd_set_fte()
59 u32 flow_tag; member688 .flow_tag = attr->flow_tag, in mlx5e_tc_add_nic_flow()2065 attr->flow_tag = MLX5_FS_DEFAULT_FLOW_TAG; in parse_tc_nic_actions()2121 attr->flow_tag = mark; in parse_tc_nic_actions()
1412 fte->action.flow_tag != flow_act->flow_tag) { in check_conflicting_ftes()1415 fte->action.flow_tag, in check_conflicting_ftes()1416 flow_act->flow_tag); in check_conflicting_ftes()
429 flow_act.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG; in add_ethtool_flow_rule()
2789 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_tag, in parse_flow_attr()2792 if (ib_spec->flow_tag.tag_id >= BIT(24)) in parse_flow_attr()2795 action->flow_tag = ib_spec->flow_tag.tag_id; in parse_flow_attr()3260 struct mlx5_flow_act flow_act = {.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG}; in _create_flow_rule()3353 flow_act.flow_tag, flow_attr->type); in _create_flow_rule()3699 struct mlx5_flow_act flow_act = {.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG}; in _create_raw_flow_rule()
2072 struct ib_flow_spec_action_tag flow_tag; member