Home
last modified time | relevance | path

Searched refs:flow_tag (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h154 __field(u32, flow_tag)
172 __entry->flow_tag = fte->action.flow_tag;
210 __entry->flow_tag,
/Linux-v4.19/include/linux/mlx5/
Dfs.h161 u32 flow_tag; member
Dmlx5_ifc.h2419 u8 flow_tag[0x18]; member
/Linux-v4.19/drivers/infiniband/core/
Duverbs.h273 struct ib_uverbs_flow_spec_action_tag flow_tag; member
Duverbs_cmd.c2862 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()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c344 MLX5_SET(flow_context, in_flow_context, flow_tag, fte->action.flow_tag); in mlx5_cmd_set_fte()
Den_tc.c59 u32 flow_tag; member
688 .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()
Dfs_core.c1412 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()
Den_fs_ethtool.c429 flow_act.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG; in add_ethtool_flow_rule()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c2789 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()
/Linux-v4.19/include/rdma/
Dib_verbs.h2072 struct ib_flow_spec_action_tag flow_tag; member