Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c149 PRINT_MASKED_VAL_L2(u8, ip_ecn, ip_ecn, p, "%x"); in print_lyr_2_4_hdrs()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c910 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ip_ecn, in mlx5e_tc_tun_parse()
912 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_ecn, in mlx5e_tc_tun_parse()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dfs.c108 MLX5_SET(fte_match_set_lyr_2_4, outer_c, ip_ecn, mask); in set_tos()
109 MLX5_SET(fte_match_set_lyr_2_4, outer_v, ip_ecn, val); in set_tos()
852 outer_headers.ip_ecn); in set_ecn_ce_spec()
853 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_ecn, in set_ecn_ce_spec()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste.c876 spec->ip_ecn = IFC_GET_CLR(fte_match_set_lyr_2_4, mask, ip_ecn, clr); in dr_ste_copy_mask_spec()
H A Ddr_ste_v0.c861 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()
1190 DR_STE_SET_TAG(eth_l4, tag, ecn, spec, ip_ecn); in dr_ste_v0_build_eth_ipv6_l3_l4_tag()
H A Ddr_matcher.c19 spec->ip_ecn || spec->ip_dscp); in dr_mask_is_l3_base_set()
H A Ddr_ste_v1.c1099 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()
1409 DR_STE_SET_TAG(eth_l4_v1, tag, ecn, spec, ip_ecn); in dr_ste_v1_build_eth_ipv6_l3_l4_tag()
H A Ddr_types.h557 u32 ip_ecn:2; member
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c633 outer_headers.ip_ecn, eth_l3_outer.ecn); in hws_definer_conv_outer()
791 inner_headers.ip_ecn, eth_l3_inner.ecn); in hws_definer_conv_inner()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3003 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ip_ecn, in __parse_cls_flower()
3005 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_ecn, in __parse_cls_flower()
/linux-6.15/include/linux/mlx5/
H A Dmlx5_ifc.h570 u8 ip_ecn[0x2]; member