Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_definer.c105 #define HWS_IS_FLD_SET_SZ(match_param, hdr, sz_in_bits) \ macro
516 if (HWS_IS_FLD_SET_SZ(match_param, outer_headers.l4_type, 0x2) || in hws_definer_conv_outer()
517 HWS_IS_FLD_SET_SZ(match_param, outer_headers.reserved_at_c2, 0xe) || in hws_definer_conv_outer()
518 HWS_IS_FLD_SET_SZ(match_param, outer_headers.reserved_at_c4, 0x4)) { in hws_definer_conv_outer()
672 if (HWS_IS_FLD_SET_SZ(match_param, inner_headers.l4_type, 0x2) || in hws_definer_conv_inner()
673 HWS_IS_FLD_SET_SZ(match_param, inner_headers.reserved_at_c2, 0xe) || in hws_definer_conv_inner()
674 HWS_IS_FLD_SET_SZ(match_param, inner_headers.reserved_at_c4, 0x4)) { in hws_definer_conv_inner()
834 if (HWS_IS_FLD_SET_SZ(match_param, misc_parameters.reserved_at_1, 0x1) || in hws_definer_conv_misc()
835 HWS_IS_FLD_SET_SZ(match_param, misc_parameters.reserved_at_64, 0xc) || in hws_definer_conv_misc()
836 HWS_IS_FLD_SET_SZ(match_param, misc_parameters.reserved_at_d8, 0x6) || in hws_definer_conv_misc()
[all …]