/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | fs_tcp.h | 14 uint32_t flow_tag); 21 uint32_t flow_tag) in mlx5e_accel_fs_add_sk() 19 mlx5e_accel_fs_add_sk(struct mlx5e_priv *priv, struct sock *sk, u32 tirn, uint32_t flow_tag) mlx5e_accel_fs_add_sk() argument
|
H A D | fs_tcp.c | 76 uint32_t flow_tag) in mlx5e_accel_fs_add_sk() 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() 74 mlx5e_accel_fs_add_sk(struct mlx5e_priv *priv, struct sock *sk, u32 tirn, uint32_t flow_tag) mlx5e_accel_fs_add_sk() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | fs_tcp.h | 14 uint32_t flow_tag); 21 uint32_t flow_tag) in mlx5e_accel_fs_add_sk() 19 mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, struct sock *sk, u32 tirn, uint32_t flow_tag) mlx5e_accel_fs_add_sk() argument
|
H A D | fs_tcp.c | 76 uint32_t flow_tag) in mlx5e_accel_fs_add_sk() 133 if (flow_tag != MLX5_FS_DEFAULT_FLOW_TAG) { in mlx5e_accel_fs_add_sk() 134 spec->flow_context.flow_tag = flow_tag; in mlx5e_accel_fs_add_sk() 74 mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, struct sock *sk, u32 tirn, uint32_t flow_tag) mlx5e_accel_fs_add_sk() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | mark.c | 27 attr->nic_attr->flow_tag = act->mark; in tc_act_parse_mark()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fs_tracepoint.h | 189 __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,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fs_tracepoint.h | 189 __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,
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | fs.h | 106 u32 flow_tag; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 514 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 MLX5_IB_METHOD_CREATE_FLOW() 2008 ret = uverbs_copy_from(&flow_context.flow_tag, attrs, in MLX5_IB_METHOD_CREATE_FLOW() 2011 if (flow_context.flow_tag >= BIT(24)) { in MLX5_IB_METHOD_CREATE_FLOW()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 497 if (FIELDS_NOT_SUPPORTED(ib_spec->flow_tag, in parse_flow_attr() 500 if (ib_spec->flow_tag.tag_id >= BIT(24)) in parse_flow_attr() 503 flow_context->flow_tag = ib_spec->flow_tag.tag_id; in parse_flow_attr() 1138 spec->flow_context.flow_tag, flow_attr->type); in _create_flow_rule() 1905 struct mlx5_flow_context flow_context = {.flow_tag = in MLX5_IB_METHOD_CREATE_FLOW() 1987 ret = uverbs_copy_from(&flow_context.flow_tag, attrs, in MLX5_IB_METHOD_CREATE_FLOW() 1990 if (flow_context.flow_tag >= BIT(24)) { in MLX5_IB_METHOD_CREATE_FLOW()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_struct.h | 85 u64 flow_tag : 32; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 61 u32 flow_tag; member
|
H A D | fs_cmd.c | 438 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs.h | 266 struct ib_uverbs_flow_spec_action_tag flow_tag; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | fs.h | 140 u32 flow_tag; member
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs.h | 266 struct ib_uverbs_flow_spec_action_tag flow_tag; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 372 if (fte->flow_context.flow_tag) { in mlx5_cmd_dr_create_fte() 374 mlx5dr_action_create_tag(fte->flow_context.flow_tag); in mlx5_cmd_dr_create_fte()
|
H A D | dr_action.c | 364 u32 flow_tag; member 528 mlx5dr_ste_rx_set_flow_tag(last_ste, attr->flow_tag); in dr_actions_apply_rx() 726 attr.flow_tag = action->flow_tag; in mlx5dr_actions_build_ste_arr() 1145 action->flow_tag = tag_value & 0xffffff; in mlx5dr_action_create_tag()
|
H A D | dr_cmd.c | 566 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5dr_cmd_set_fte() 567 fte->flow_context.flow_tag); in mlx5dr_cmd_set_fte()
|
H A D | dr_types.h | 232 void mlx5dr_ste_rx_set_flow_tag(u8 *hw_ste_p, u32 flow_tag); 778 u32 flow_tag; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_dbg.c | 141 action->flow_tag->flow_tag); in dr_dump_rule_action_mem()
|
H A D | dr_action.c | 818 attr.flow_tag = action->flow_tag->flow_tag; in mlx5dr_actions_build_ste_arr() 1314 action->flow_tag->flow_tag = tag_value & 0xffffff; in mlx5dr_action_create_tag()
|
H A D | dr_types.h | 277 u32 flow_tag; member 1106 u32 flow_tag; member 1135 struct mlx5dr_action_flow_tag *flow_tag; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 67 u32 flow_tag; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_struct.h | 82 u64 flow_tag : 32; member
|