flow_tag          266 drivers/infiniband/core/uverbs.h 		struct ib_uverbs_flow_spec_action_tag	flow_tag;
flow_tag         2656 drivers/infiniband/core/uverbs_cmd.c 		if (kern_spec->flow_tag.size !=
flow_tag         2660 drivers/infiniband/core/uverbs_cmd.c 		ib_spec->flow_tag.size = sizeof(struct ib_flow_spec_action_tag);
flow_tag         2661 drivers/infiniband/core/uverbs_cmd.c 		ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id;
flow_tag           71 drivers/infiniband/hw/mlx5/flow.c 	struct mlx5_flow_context flow_context = {.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG};
flow_tag          185 drivers/infiniband/hw/mlx5/flow.c 	ret = uverbs_copy_from(&flow_context.flow_tag, attrs,
flow_tag          188 drivers/infiniband/hw/mlx5/flow.c 		if (flow_context.flow_tag >= BIT(24)) {
flow_tag         2998 drivers/infiniband/hw/mlx5/main.c 		if (FIELDS_NOT_SUPPORTED(ib_spec->flow_tag,
flow_tag         3001 drivers/infiniband/hw/mlx5/main.c 		if (ib_spec->flow_tag.tag_id >= BIT(24))
flow_tag         3004 drivers/infiniband/hw/mlx5/main.c 		flow_context->flow_tag = ib_spec->flow_tag.tag_id;
flow_tag         3620 drivers/infiniband/hw/mlx5/main.c 			     spec->flow_context.flow_tag, flow_attr->type);
flow_tag          189 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		__field(u32, flow_tag)
flow_tag          208 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 			   __entry->flow_tag = fte->flow_context.flow_tag;
flow_tag          247 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h 		      __entry->flow_tag,
flow_tag          439 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c 	spec->flow_context.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG;
flow_tag           63 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	u32 flow_tag;
flow_tag          915 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	flow_context->flow_tag = attr->flow_tag;
flow_tag         2827 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	attr->flow_tag = MLX5_FS_DEFAULT_FLOW_TAG;
flow_tag         2890 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 			attr->flow_tag = mark;
flow_tag          443 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 	MLX5_SET(flow_context, in_flow_context, flow_tag,
flow_tag          444 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c 		 fte->flow_context.flow_tag);
flow_tag         1479 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	    fte->flow_context.flow_tag != flow_context->flow_tag) {
flow_tag         1482 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			       fte->flow_context.flow_tag,
flow_tag         1483 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 			       flow_context->flow_tag);
flow_tag          364 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	u32	flow_tag;
flow_tag          528 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 		mlx5dr_ste_rx_set_flow_tag(last_ste, attr->flow_tag);
flow_tag          722 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 			attr.flow_tag = action->flow_tag;
flow_tag         1022 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_action.c 	action->flow_tag = tag_value & 0xffffff;
flow_tag          157 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c void mlx5dr_ste_rx_set_flow_tag(u8 *hw_ste_p, u32 flow_tag)
flow_tag          160 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 		 DR_STE_ENABLE_FLOW_TAG | flow_tag);
flow_tag          227 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h void mlx5dr_ste_rx_set_flow_tag(u8 *hw_ste_p, u32 flow_tag);
flow_tag          756 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h 		u32 flow_tag;
flow_tag          341 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 	if (fte->flow_context.flow_tag) {
flow_tag          343 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 			mlx5dr_action_create_tag(fte->flow_context.flow_tag);
flow_tag          100 include/linux/mlx5/fs.h 	u32 flow_tag;
flow_tag         2794 include/linux/mlx5/mlx5_ifc.h 	u8         flow_tag[0x18];
flow_tag         2043 include/rdma/ib_verbs.h 	struct ib_flow_spec_action_tag  flow_tag;