Searched refs:dst_ip_31_0 (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | mlx5_ifc_dr.h | 272 u8 dst_ip_31_0[0x20]; member
|
D | dr_types.h | 633 u32 dst_ip_31_0; member 837 (_spec)->dst_ip_31_0)
|
D | dr_ste_v0.c | 801 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()
|
D | dr_ste_v1.c | 1181 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()
|
D | dr_matcher.c | 30 return (spec->dst_ip_31_0 || spec->src_ip_31_0); in dr_mask_is_ipv4_set()
|
D | dr_ste.c | 907 spec->dst_ip_31_0 = be32_to_cpu(raw_ip[3]); in dr_ste_copy_mask_spec()
|