Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.h14 u32 flow_tag);
21 u32 flow_tag) in mlx5e_accel_fs_add_sk() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmark.c27 attr->nic_attr->flow_tag = act->mark; in tc_act_parse_mark()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h82 u64 flow_tag : 32; member
H A Dotx2_txrx.c241 hash = cqe->hdr.flow_tag; in otx2_set_rxhash()
/linux/include/linux/mlx5/
H A Dfs.h165 u32 flow_tag; member
H A Dmlx5_ifc.h3912 u8 flow_tag[0x18]; member
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c503 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_tag, in parse_flow_attr()
506 if (ib_spec->flow_tag.tag_id >= BIT(24)) in parse_flow_attr()
509 flow_context->flow_tag = ib_spec->flow_tag.tag_id; in parse_flow_attr()
1610 spec->flow_context.flow_tag, flow_attr->type); in _create_flow_rule()
2457 struct mlx5_flow_context flow_context = {.flow_tag = in UVERBS_HANDLER()
2545 ret = uverbs_copy_from(&flow_context.flow_tag, attrs, in UVERBS_HANDLER()
2548 if (flow_context.flow_tag >= BIT(24)) { in UVERBS_HANDLER()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h67 u32 flow_tag; member
H A Dfs_cmd.c593 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte()
594 fte->act_dests.flow_context.flow_tag); in mlx5_cmd_set_fte()
H A Dfs_core.c1974 fte->act_dests.flow_context.flow_tag != flow_context->flow_tag) { in check_conflicting_ftes()
1977 fte->act_dests.flow_context.flow_tag, in check_conflicting_ftes()
1978 flow_context->flow_tag); in check_conflicting_ftes()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_types.h277 u32 flow_tag; member
1103 u32 flow_tag; member
1132 struct mlx5dr_action_flow_tag *flow_tag; member
H A Ddr_ste_v1.c240 static void dr_ste_v1_set_rx_flow_tag(u8 *s_action, u32 flow_tag) in dr_ste_v1_set_rx_flow_tag() argument
244 MLX5_SET(ste_single_action_flow_tag_v1, s_action, flow_tag, flow_tag); in dr_ste_v1_set_rx_flow_tag()
684 dr_ste_v1_set_rx_flow_tag(action, attr->flow_tag); in dr_ste_v1_set_actions_rx()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c906 if (fte->act_dests.flow_context.flow_tag) { in mlx5_fs_fte_get_hws_actions()
916 (*ractions)[num_actions].tag.value = fte->act_dests.flow_context.flow_tag; in mlx5_fs_fte_get_hws_actions()
/linux/include/rdma/
H A Dib_verbs.h2120 struct ib_flow_spec_action_tag flow_tag; member