Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c90 #define HWS_IS_FLD_SET(match_param, hdr) \ macro
138 if (HWS_IS_FLD_SET(match_param, s_hdr)) \
742 ip_ver_set = HWS_IS_FLD_SET(match_param, outer_headers.ip_version) || in hws_definer_conv_outer()
743 HWS_IS_FLD_SET(match_param, outer_headers.ethertype); in hws_definer_conv_outer()
807 if (is_ipv6 && HWS_IS_FLD_SET(match_param, outer_headers.ipv4_ihl)) { in hws_definer_conv_outer()
871 if (HWS_IS_FLD_SET(match_param, outer_headers.frag)) { in hws_definer_conv_outer()
872 smac_set = HWS_IS_FLD_SET(match_param, outer_headers.smac_15_0) || in hws_definer_conv_outer()
873 HWS_IS_FLD_SET(match_param, outer_headers.smac_47_16); in hws_definer_conv_outer()
874 dmac_set = HWS_IS_FLD_SET(match_param, outer_headers.dmac_15_0) || in hws_definer_conv_outer()
875 HWS_IS_FLD_SET(match_param, outer_headers.dmac_47_16); in hws_definer_conv_outer()
[all …]