| /linux-5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ ! |
| A D | fs_tcp.h | 14 uint32_t flow_tag); 21 uint32_t flow_tag) in mlx5e_accel_fs_add_sk() argument
|
| A D | fs_tcp.c | 76 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()
|
| /linux-5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/ ! |
| A D | fs_tracepoint.h | 189 __field(u32, flow_tag) 208 __entry->flow_tag = fte->flow_context.flow_tag; 247 __entry->flow_tag,
|
| /linux-5.15/include/linux/mlx5/ ! |
| A D | fs.h | 111 u32 flow_tag; member
|
| A D | mlx5_ifc.h | 3176 u8 flow_tag[0x18]; member
|
| /linux-5.15/drivers/infiniband/hw/mlx5/ ! |
| 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() 1925 struct mlx5_flow_context flow_context = {.flow_tag = in UVERBS_HANDLER() 2007 ret = uverbs_copy_from(&flow_context.flow_tag, attrs, in UVERBS_HANDLER() 2010 if (flow_context.flow_tag >= BIT(24)) { in UVERBS_HANDLER()
|
| /linux-5.15/drivers/infiniband/core/ ! |
| H A D | uverbs.h | 266 struct ib_uverbs_flow_spec_action_tag flow_tag; member
|
| H A D | uverbs_cmd.c | 2642 if (kern_spec->flow_tag.size != in kern_spec_to_ib_spec_action() 2646 ib_spec->flow_tag.size = sizeof(struct ib_flow_spec_action_tag); in kern_spec_to_ib_spec_action() 2647 ib_spec->flow_tag.tag_id = kern_spec->flow_tag.tag_id; in kern_spec_to_ib_spec_action()
|
| /linux-5.15/drivers/net/ethernet/marvell/octeontx2/nic/ ! |
| A D | otx2_struct.h | 82 u64 flow_tag : 32; member
|
| A D | otx2_txrx.c | 181 hash = cqe->hdr.flow_tag; in otx2_set_rxhash()
|
| /linux-5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ ! |
| A D | dr_action.c | 638 attr.flow_tag = action->flow_tag->flow_tag; in mlx5dr_actions_build_ste_arr() 987 action->flow_tag->flow_tag = tag_value & 0xffffff; in mlx5dr_action_create_tag()
|
| A D | fs_dr.c | 379 if (fte->flow_context.flow_tag) { in mlx5_cmd_dr_create_fte() 381 mlx5dr_action_create_tag(fte->flow_context.flow_tag); in mlx5_cmd_dr_create_fte()
|
| A D | dr_types.h | 266 u32 flow_tag; member 958 u32 flow_tag; member 974 struct mlx5dr_action_flow_tag *flow_tag; member
|
| A D | mlx5_ifc_dr_ste_v1.h | 13 u8 flow_tag[0x18]; member
|
| A D | dr_cmd.c | 667 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5dr_cmd_set_fte() 668 fte->flow_context.flow_tag); in mlx5dr_cmd_set_fte()
|
| A D | dr_ste_v1.c | 355 static void dr_ste_v1_set_rx_flow_tag(u8 *s_action, u32 flow_tag) in dr_ste_v1_set_rx_flow_tag() argument 359 MLX5_SET(ste_single_action_flow_tag_v1, s_action, flow_tag, flow_tag); in dr_ste_v1_set_rx_flow_tag() 666 dr_ste_v1_set_rx_flow_tag(action, attr->flow_tag); in dr_ste_v1_set_actions_rx()
|
| A D | dr_ste_v0.c | 325 static void dr_ste_v0_rx_set_flow_tag(u8 *hw_ste_p, u32 flow_tag) in dr_ste_v0_rx_set_flow_tag() argument 328 DR_STE_ENABLE_FLOW_TAG | flow_tag); in dr_ste_v0_rx_set_flow_tag() 534 dr_ste_v0_rx_set_flow_tag(last_ste, attr->flow_tag); in dr_ste_v0_set_actions_rx()
|
| /linux-5.15/drivers/net/ethernet/mellanox/mlx5/core/ ! |
| A D | en_tc.h | 63 u32 flow_tag; member
|
| A D | fs_cmd.c | 506 MLX5_SET(flow_context, in_flow_context, flow_tag, in mlx5_cmd_set_fte() 507 fte->flow_context.flow_tag); in mlx5_cmd_set_fte()
|
| A D | fs_core.c | 1563 fte->flow_context.flow_tag != flow_context->flow_tag) { in check_conflicting_ftes() 1566 fte->flow_context.flow_tag, in check_conflicting_ftes() 1567 flow_context->flow_tag); in check_conflicting_ftes()
|
| A D | en_fs_ethtool.c | 488 spec->flow_context.flow_tag = MLX5_FS_DEFAULT_FLOW_TAG; in add_ethtool_flow_rule()
|
| A D | en_tc.c | 942 flow_context->flow_tag = nic_attr->flow_tag; in mlx5e_add_offloaded_nic_rule() 3381 nic_attr->flow_tag = MLX5_FS_DEFAULT_FLOW_TAG; in parse_tc_nic_actions() 3446 nic_attr->flow_tag = mark; in parse_tc_nic_actions()
|
| A D | en_fs.c | 346 spec->flow_context.flow_tag = trap_id; in mlx5e_add_trap_rule()
|
| A D | eswitch_offloads.c | 1384 flow_context->flow_tag = tag; in esw_add_restore_rule()
|
| /linux-5.15/include/rdma/ ! |
| H A D | ib_verbs.h | 2063 struct ib_flow_spec_action_tag flow_tag; member
|