Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dfs_tcp.h14 uint32_t flow_tag);
21 uint32_t flow_tag) in mlx5e_accel_fs_add_sk() argument
Dfs_tcp.c76 uint32_t flow_tag) in mlx5e_accel_fs_add_sk() argument
135 if (flow_tag != MLX5_FS_DEFAULT_FLOW_TAG) { in mlx5e_accel_fs_add_sk()
136 spec->flow_context.flow_tag = flow_tag; in mlx5e_accel_fs_add_sk()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h189 __field(u32, flow_tag)
208 __entry->flow_tag = fte->flow_context.flow_tag;
247 __entry->flow_tag,
/kernel/linux/linux-5.10/include/linux/mlx5/
Dfs.h106 u32 flow_tag; member
Dmlx5_ifc.h3038 u8 flow_tag[0x18]; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dfs.c514 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_tag, in parse_flow_attr()
517 if (ib_spec->flow_tag.tag_id >= BIT(24)) in parse_flow_attr()
520 flow_context->flow_tag = ib_spec->flow_tag.tag_id; in parse_flow_attr()
1009 spec->flow_context.flow_tag, flow_attr->type); in _create_flow_rule()
1926 struct mlx5_flow_context flow_context = {.flow_tag = in UVERBS_HANDLER()
2008 ret = uverbs_copy_from(&flow_context.flow_tag, attrs, in UVERBS_HANDLER()
2011 if (flow_context.flow_tag >= BIT(24)) { in UVERBS_HANDLER()
/kernel/linux/linux-5.10/drivers/infiniband/core/
Duverbs.h266 struct ib_uverbs_flow_spec_action_tag flow_tag; member
Duverbs_cmd.c2633 if (kern_spec->flow_tag.size != in kern_spec_to_ib_spec_action()
2637 ib_spec->flow_tag.size = sizeof(struct ib_flow_spec_action_tag); in kern_spec_to_ib_spec_action()
2638 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_struct.h85 u64 flow_tag : 32; member
Dotx2_txrx.c183 hash = cqe->hdr.flow_tag; in otx2_set_rxhash()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h61 u32 flow_tag; member
Dfs_cmd.c438 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte()
439 fte->flow_context.flow_tag); in mlx5_cmd_set_fte()
Dfs_core.c1556 fte->flow_context.flow_tag != flow_context->flow_tag) { in check_conflicting_ftes()
1559 fte->flow_context.flow_tag, in check_conflicting_ftes()
1560 flow_context->flow_tag); in check_conflicting_ftes()
Den_fs_ethtool.c442 spec->flow_context.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG; in add_ethtool_flow_rule()
Den_tc.c983 flow_context->flow_tag = nic_attr->flow_tag; in mlx5e_add_offloaded_nic_rule()
3534 nic_attr->flow_tag = MLX5_FS_DEFAULT_FLOW_TAG; in parse_tc_nic_actions()
3600 nic_attr->flow_tag = mark; in parse_tc_nic_actions()
Deswitch_offloads.c1122 flow_context->flow_tag = tag; in esw_add_restore_rule()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c373 if (fte->flow_context.flow_tag) { in mlx5_cmd_dr_create_fte()
375 mlx5dr_action_create_tag(fte->flow_context.flow_tag); in mlx5_cmd_dr_create_fte()
Ddr_action.c364 u32 flow_tag; member
528 mlx5dr_ste_rx_set_flow_tag(last_ste, attr->flow_tag); in dr_actions_apply_rx()
725 attr.flow_tag = action->flow_tag; in mlx5dr_actions_build_ste_arr()
1144 action->flow_tag = tag_value & 0xffffff; in mlx5dr_action_create_tag()
Ddr_cmd.c565 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5dr_cmd_set_fte()
566 fte->flow_context.flow_tag); in mlx5dr_cmd_set_fte()
Ddr_types.h232 void mlx5dr_ste_rx_set_flow_tag(u8 *hw_ste_p, u32 flow_tag);
778 u32 flow_tag; member
Ddr_ste.c172 void mlx5dr_ste_rx_set_flow_tag(u8 *hw_ste_p, u32 flow_tag) in mlx5dr_ste_rx_set_flow_tag() argument
175 DR_STE_ENABLE_FLOW_TAG | flow_tag); in mlx5dr_ste_rx_set_flow_tag()
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h2053 struct ib_flow_spec_action_tag flow_tag; member