Searched refs:flow_tag (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.h14 uint32_t flow_tag);
21 uint32_t flow_tag)
19 mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, struct sock *sk, u32 tirn, uint32_t flow_tag) argument
H A Dfs_tcp.c76 uint32_t flow_tag)
133 if (flow_tag != MLX5_FS_DEFAULT_FLOW_TAG) {
134 spec->flow_context.flow_tag = flow_tag;
74 mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, struct sock *sk, u32 tirn, uint32_t flow_tag) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmark.c27 attr->nic_attr->flow_tag = act->mark;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h189 __field(u32, flow_tag)
208 __entry->flow_tag = fte->flow_context.flow_tag;
242 TP_printk("op=%s fte=%p fg=%p index=%u group_index=%u action=<%s> flow_tag=%x %s\n",
247 __entry->flow_tag,
/linux-master/drivers/infiniband/core/
H A Duverbs.h266 struct ib_uverbs_flow_spec_action_tag flow_tag; member in union:ib_uverbs_flow_spec::__anon772
H A Duverbs_cmd.c2647 if (kern_spec->flow_tag.size !=
2651 ib_spec->flow_tag.size = sizeof(struct ib_flow_spec_action_tag);
2652 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h82 u64 flow_tag : 32; member in struct:nix_cqe_hdr_s
H A Dotx2_txrx.c249 hash = cqe->hdr.flow_tag;
/linux-master/include/linux/mlx5/
H A Dfs.h140 u32 flow_tag; member in struct:mlx5_flow_context
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c497 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_tag,
500 if (ib_spec->flow_tag.tag_id >= BIT(24))
503 flow_context->flow_tag = ib_spec->flow_tag.tag_id;
1138 spec->flow_context.flow_tag, flow_attr->type);
1905 struct mlx5_flow_context flow_context = {.flow_tag =
1987 ret = uverbs_copy_from(&flow_context.flow_tag, attrs,
1990 if (flow_context.flow_tag >= BIT(24)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h67 u32 flow_tag; member in struct:mlx5_nic_flow_attr
H A Dfs_cmd.c565 MLX5_SET(flow_context, in_flow_context, flow_tag,
566 fte->flow_context.flow_tag);
H A Den_fs_ethtool.c494 spec->flow_context.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG;
H A Dfs_core.c1784 fte->flow_context.flow_tag != flow_context->flow_tag) {
1787 fte->flow_context.flow_tag,
1788 flow_context->flow_tag);
H A Den_tc.c1252 flow_context->flow_tag = nic_attr->flow_tag;
4029 attr->nic_attr->flow_tag = MLX5_FS_DEFAULT_FLOW_TAG;
H A Den_fs.c379 spec->flow_context.flow_tag = trap_id;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c825 attr.flow_tag = action->flow_tag->flow_tag;
1342 action->flow_tag->flow_tag = tag_value & 0xffffff;
H A Ddr_types.h277 u32 flow_tag; member in struct:mlx5dr_ste_actions_attr
1103 u32 flow_tag; member in struct:mlx5dr_action_flow_tag
1132 struct mlx5dr_action_flow_tag *flow_tag; member in union:mlx5dr_action::__anon555
H A Dfs_dr.c421 if (fte->flow_context.flow_tag) {
423 mlx5dr_action_create_tag(fte->flow_context.flow_tag);
H A Ddr_dbg.c267 action->flow_tag->flow_tag);
H A Dmlx5_ifc_dr_ste_v1.h13 u8 flow_tag[0x18]; member in struct:mlx5_ifc_ste_single_action_flow_tag_v1_bits
H A Ddr_ste_v1.c370 static void dr_ste_v1_set_rx_flow_tag(u8 *s_action, u32 flow_tag) argument
374 MLX5_SET(ste_single_action_flow_tag_v1, s_action, flow_tag, flow_tag);
817 dr_ste_v1_set_rx_flow_tag(action, attr->flow_tag);
H A Ddr_cmd.c828 MLX5_SET(flow_context, in_flow_context, flow_tag,
829 fte->flow_context.flow_tag);
H A Ddr_ste_v0.c326 static void dr_ste_v0_rx_set_flow_tag(u8 *hw_ste_p, u32 flow_tag) argument
329 DR_STE_ENABLE_FLOW_TAG | flow_tag);
537 dr_ste_v0_rx_set_flow_tag(last_ste, attr->flow_tag);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dint_port.c91 flow_context->flow_tag = int_port->mapping;

Completed in 354 milliseconds

12