Home
last modified time | relevance | path

Searched refs:ip_ecn (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c149 PRINT_MASKED_VAL_L2(u8, ip_ecn, ip_ecn, p, "%x"); in print_lyr_2_4_hdrs()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c884 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ip_ecn, in mlx5e_tc_tun_parse()
886 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_ecn, in mlx5e_tc_tun_parse()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c740 spec->ip_ecn = MLX5_GET(fte_match_set_lyr_2_4, mask, ip_ecn); in dr_ste_copy_mask_spec()
Ddr_matcher.c31 spec->ip_ecn || spec->ip_dscp); in dr_mask_is_l3_base_set()
Ddr_ste_v0.c856 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple, tag, ecn, spec, ip_ecn); in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag()
1184 DR_STE_SET_TAG(eth_l4, tag, ecn, spec, ip_ecn); in dr_ste_v0_build_eth_ipv6_l3_l4_tag()
Ddr_types.h531 u32 ip_ecn:2; member
Ddr_ste_v1.c1050 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple_v1, tag, ecn, spec, ip_ecn); in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag()
1359 DR_STE_SET_TAG(eth_l4_v1, tag, ecn, spec, ip_ecn); in dr_ste_v1_build_eth_ipv6_l3_l4_tag()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c101 MLX5_SET(fte_match_set_lyr_2_4, outer_c, ip_ecn, mask); in set_tos()
102 MLX5_SET(fte_match_set_lyr_2_4, outer_v, ip_ecn, val); in set_tos()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2354 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ip_ecn, in __parse_cls_flower()
2356 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_ecn, in __parse_cls_flower()
/Linux-v5.15/include/linux/mlx5/
Dmlx5_ifc.h483 u8 ip_ecn[0x2]; member