Searched refs:flow_tag (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | fs_tcp.h | 14 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 D | mark.c | 27 attr->nic_attr->flow_tag = act->mark; in tc_act_parse_mark()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_struct.h | 82 u64 flow_tag : 32; member
|
| H A D | otx2_txrx.c | 241 hash = cqe->hdr.flow_tag; in otx2_set_rxhash()
|
| /linux/include/linux/mlx5/ |
| H A D | fs.h | 165 u32 flow_tag; member
|
| H A D | mlx5_ifc.h | 3912 u8 flow_tag[0x18]; member
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | fs.c | 503 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 D | en_tc.h | 67 u32 flow_tag; member
|
| H A D | fs_cmd.c | 593 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 D | fs_core.c | 1974 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 D | dr_types.h | 277 u32 flow_tag; member 1103 u32 flow_tag; member 1132 struct mlx5dr_action_flow_tag *flow_tag; member
|
| H A D | dr_ste_v1.c | 240 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 D | fs_hws.c | 906 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 D | ib_verbs.h | 2120 struct ib_flow_spec_action_tag flow_tag; member
|