Home
last modified time | relevance | path

Searched refs:dst_ip_31_0 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr.h272 u8 dst_ip_31_0[0x20]; member
H A Ddr_types.h629 u32 dst_ip_31_0; member
833 (_spec)->dst_ip_31_0)
H A Ddr_ste_v0.c801 DR_STE_SET_TAG(eth_l3_ipv6_dst, tag, dst_ip_31_0, spec, dst_ip_31_0); in dr_ste_v0_build_eth_l3_ipv6_dst_tag()
850 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple, tag, destination_address, spec, dst_ip_31_0); in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag()
H A Ddr_ste_v1.c1181 DR_STE_SET_TAG(eth_l3_ipv6_dst, tag, dst_ip_31_0, spec, dst_ip_31_0); in dr_ste_v1_build_eth_l3_ipv6_dst_tag()
1226 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple_v1, tag, destination_address, spec, dst_ip_31_0); in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag()
H A Ddr_matcher.c30 return (spec->dst_ip_31_0 || spec->src_ip_31_0); in dr_mask_is_ipv4_set()
H A Ddr_ste.c907 spec->dst_ip_31_0 = be32_to_cpu(raw_ip[3]); in dr_ste_copy_mask_spec()