/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 612 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit, in mlx5e_tc_tun_parse() 614 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit, in mlx5e_tc_tun_parse()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_ste.c | 886 spec->ttl_hoplimit = MLX5_GET(fte_match_set_lyr_2_4, mask, ttl_hoplimit); in dr_ste_copy_mask_spec() 1526 DR_STE_SET_MASK_V(eth_l3_ipv4_misc, bit_mask, time_to_live, mask, ttl_hoplimit); in dr_ste_build_eth_l3_ipv4_misc_bit_mask() 1535 DR_STE_SET_TAG(eth_l3_ipv4_misc, tag, time_to_live, spec, ttl_hoplimit); in dr_ste_build_eth_l3_ipv4_misc_tag() 1566 DR_STE_SET_MASK_V(eth_l4, bit_mask, ipv6_hop_limit, mask, ttl_hoplimit); in dr_ste_build_ipv6_l3_l4_bit_mask() 1588 DR_STE_SET_TAG(eth_l4, tag, ipv6_hop_limit, spec, ttl_hoplimit); in dr_ste_build_ipv6_l3_l4_tag()
|
H A D | dr_matcher.c | 59 return spec->ttl_hoplimit; in dr_mask_is_ttl_set()
|
H A D | dr_types.h | 413 u32 ttl_hoplimit:8; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 913 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit, in mlx5e_tc_tun_parse() 915 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit, in mlx5e_tc_tun_parse()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_ste_v0.c | 1156 DR_STE_SET_TAG(eth_l3_ipv4_misc, tag, time_to_live, spec, ttl_hoplimit); in dr_ste_v0_build_eth_l3_ipv4_misc_tag() 1189 DR_STE_SET_TAG(eth_l4, tag, ipv6_hop_limit, spec, ttl_hoplimit); in dr_ste_v0_build_eth_ipv6_l3_l4_tag()
|
H A D | dr_ste.c | 886 spec->ttl_hoplimit = IFC_GET_CLR(fte_match_set_lyr_2_4, mask, ttl_hoplimit, clr); in dr_ste_copy_mask_spec()
|
H A D | dr_ste_v1.c | 1515 DR_STE_SET_TAG(eth_l3_ipv4_misc_v1, tag, time_to_live, spec, ttl_hoplimit); in dr_ste_v1_build_eth_l3_ipv4_misc_tag() 1546 DR_STE_SET_TAG(eth_l4_v1, tag, ipv6_hop_limit, spec, ttl_hoplimit); in dr_ste_v1_build_eth_ipv6_l3_l4_tag()
|
H A D | dr_matcher.c | 47 return spec->ttl_hoplimit; in dr_mask_is_ttl_set()
|
H A D | dr_types.h | 587 u32 ttl_hoplimit:8; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2586 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit, in __parse_cls_flower() 2588 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit, in __parse_cls_flower() 2816 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit), 2836 OFFLOAD(IPV6_HOPLIMIT, 8, U8_MAX, ip6.hop_limit, 0, ttl_hoplimit),
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2898 MLX5_SET(fte_match_set_lyr_2_4, headers_c, ttl_hoplimit, in __parse_cls_flower() 2900 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ttl_hoplimit, in __parse_cls_flower() 3131 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit), 3151 OFFLOAD(IPV6_HOPLIMIT, 8, U8_MAX, ip6.hop_limit, 0, ttl_hoplimit),
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 488 u8 ttl_hoplimit[0x8]; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 556 u8 ttl_hoplimit[0x8]; member
|