Home
last modified time | relevance | path

Searched refs:DR_MASK_IS_DST_IP_SET (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c499 if (DR_MASK_IS_DST_IP_SET(&mask.outer)) in dr_matcher_set_ste_builders()
607 if (DR_MASK_IS_DST_IP_SET(&mask.inner)) in dr_matcher_set_ste_builders()
Ddr_types.h801 #define DR_MASK_IS_DST_IP_SET(_spec) ((_spec)->dst_ip_127_96 || \ macro
Ddr_ste.c630 (DR_MASK_IS_SRC_IP_SET(spec) || DR_MASK_IS_DST_IP_SET(spec))) { in dr_ste_build_pre_check_spec()