Home
last modified time | relevance | path

Searched refs:first_prio (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c146 PRINT_MASKED_VAL_L2(u8, first_prio, first_prio, p, "%x"); in print_lyr_2_4_hdrs()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c795 DR_STE_SET_MASK_V(eth_l2_src_dst, bit_mask, first_priority, mask, first_prio); in dr_ste_build_eth_l2_src_des_bit_mask()
870 spec->first_prio = MLX5_GET(fte_match_set_lyr_2_4, mask, first_prio); in dr_ste_copy_mask_spec()
1081 DR_STE_SET_TAG(eth_l2_src_dst, tag, first_priority, spec, first_prio); in dr_ste_build_eth_l2_src_des_tag()
1262 DR_STE_SET_MASK_V(eth_l2_src, bit_mask, first_priority, mask, first_prio); in dr_ste_build_eth_l2_src_or_dst_bit_mask()
1312 DR_STE_SET_TAG(eth_l2_src, tag, first_priority, spec, first_prio); in dr_ste_build_eth_l2_src_or_dst_tag()
1446 DR_STE_SET_MASK_V(eth_l2_tnl, bit_mask, first_priority, mask, first_prio); in dr_ste_build_eth_l2_tnl_bit_mask()
1476 DR_STE_SET_TAG(eth_l2_tnl, tag, first_priority, spec, first_prio); in dr_ste_build_eth_l2_tnl_tag()
Ddr_matcher.c63 (_spec).first_cfi || (_spec).first_prio || (_spec).cvlan_tag || \
Ddr_types.h382 u32 first_prio:3; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c792 prio_mask = MLX5_GET(fte_match_set_lyr_2_4, headers_c, first_prio); in mlx5e_hairpin_get_prio()
793 prio_val = MLX5_GET(fte_match_set_lyr_2_4, headers_v, first_prio); in mlx5e_hairpin_get_prio()
2351 MLX5_SET(fte_match_set_lyr_2_4, headers_c, first_prio, in __parse_cls_flower()
2353 MLX5_SET(fte_match_set_lyr_2_4, headers_v, first_prio, in __parse_cls_flower()
3342 match_prio_mask = MLX5_GET(fte_match_set_lyr_2_4, headers_c, first_prio); in add_vlan_rewrite_action()
3343 match_prio_val = MLX5_GET(fte_match_set_lyr_2_4, headers_v, first_prio); in add_vlan_rewrite_action()
3368 first_prio) & in add_vlan_prio_tag_rewrite_action()
3372 first_prio), in add_vlan_prio_tag_rewrite_action()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dfs.c269 first_prio, in parse_flow_attr()
272 first_prio, in parse_flow_attr()
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc.h471 u8 first_prio[0x3]; member