Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste.h9 #define STE_IPV4 0x1 macro
H A Ddr_ste_v0.c758 MLX5_SET(ste_eth_l2_src_dst, tag, l3_type, STE_IPV4); in dr_ste_v0_build_eth_l2_src_dst_tag()
948 MLX5_SET(ste_eth_l2_src, tag, l3_type, STE_IPV4); in dr_ste_v0_build_eth_l2_src_or_dst_tag()
1127 MLX5_SET(ste_eth_l2_tnl, tag, l3_type, STE_IPV4); in dr_ste_v0_build_eth_l2_tnl_tag()
H A Ddr_ste_v1.c1003 MLX5_SET(ste_eth_l2_src_dst_v1, tag, l3_type, STE_IPV4); in dr_ste_v1_build_eth_l2_src_dst_tag()
1182 MLX5_SET(ste_eth_l2_src_v1, tag, l3_type, STE_IPV4); in dr_ste_v1_build_eth_l2_src_or_dst_tag()
1351 MLX5_SET(ste_eth_l2_tnl_v1, tag, l3_type, STE_IPV4); in dr_ste_v1_build_eth_l2_tnl_tag()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c42 #define STE_IPV4 0x1 macro
488 HWS_SET32(tag, STE_IPV4, fc->byte_off, fc->bit_off, fc->bit_mask); in hws_definer_l3_type_set()