Searched refs:dst_ip_31_0 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | mlx5_ifc_dr.h | 272 u8 dst_ip_31_0[0x20]; member
|
| D | dr_matcher.c | 25 spec->dst_ip_63_32 || spec->dst_ip_31_0); in dr_mask_is_dst_addr_set() 42 return (spec->dst_ip_31_0 || spec->src_ip_31_0); in dr_mask_is_ipv4_set()
|
| D | dr_ste_v0.c | 798 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() 847 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 | 996 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() 1041 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_types.h | 588 u32 dst_ip_31_0; member
|
| D | dr_ste.c | 770 spec->dst_ip_31_0 = be32_to_cpu(raw_ip[3]); in dr_ste_copy_mask_spec()
|