Home
last modified time | relevance | path

Searched refs:STE_IPV6 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ !
H A Ddr_ste.h10 #define STE_IPV6 0x2 macro
H A Ddr_ste_v0.c761 MLX5_SET(ste_eth_l2_src_dst, tag, l3_type, STE_IPV6); in dr_ste_v0_build_eth_l2_src_dst_tag()
951 MLX5_SET(ste_eth_l2_src, tag, l3_type, STE_IPV6); in dr_ste_v0_build_eth_l2_src_or_dst_tag()
1130 MLX5_SET(ste_eth_l2_tnl, tag, l3_type, STE_IPV6); in dr_ste_v0_build_eth_l2_tnl_tag()
H A Ddr_ste_v1.c1006 MLX5_SET(ste_eth_l2_src_dst_v1, tag, l3_type, STE_IPV6); in dr_ste_v1_build_eth_l2_src_dst_tag()
1185 MLX5_SET(ste_eth_l2_src_v1, tag, l3_type, STE_IPV6); in dr_ste_v1_build_eth_l2_src_or_dst_tag()
1354 MLX5_SET(ste_eth_l2_tnl_v1, tag, l3_type, STE_IPV6); in dr_ste_v1_build_eth_l2_tnl_tag()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ !
H A Ddefiner.c43 #define STE_IPV6 0x2 macro
490 HWS_SET32(tag, STE_IPV6, fc->byte_off, fc->bit_off, fc->bit_mask); in hws_definer_l3_type_set()