• Home
  • Raw
  • Download

Lines Matching full:supported

126 	const int *supported;  member
132 .supported = xpcs_usxgmii_features,
137 .supported = xpcs_10gkr_features,
142 .supported = xpcs_xlgmii_features,
290 static int xpcs_get_max_usxgmii_speed(const unsigned long *supported) in xpcs_get_max_usxgmii_speed() argument
294 if (phylink_test(supported, 1000baseKX_Full)) in xpcs_get_max_usxgmii_speed()
296 if (phylink_test(supported, 2500baseX_Full)) in xpcs_get_max_usxgmii_speed()
298 if (phylink_test(supported, 10000baseKX4_Full)) in xpcs_get_max_usxgmii_speed()
300 if (phylink_test(supported, 10000baseKR_Full)) in xpcs_get_max_usxgmii_speed()
366 * default configuration we need to advertise all supported in xpcs_config_aneg_c73()
372 if (phylink_test(xpcs->supported, 2500baseX_Full)) in xpcs_config_aneg_c73()
383 if (phylink_test(xpcs->supported, 1000baseKX_Full)) in xpcs_config_aneg_c73()
385 if (phylink_test(xpcs->supported, 10000baseKX4_Full)) in xpcs_config_aneg_c73()
387 if (phylink_test(xpcs->supported, 10000baseKR_Full)) in xpcs_config_aneg_c73()
396 if (phylink_test(xpcs->supported, Pause)) in xpcs_config_aneg_c73()
398 if (phylink_test(xpcs->supported, Asym_Pause)) in xpcs_config_aneg_c73()
580 unsigned long *supported, in xpcs_validate() argument
583 linkmode_and(supported, supported, xpcs->supported); in xpcs_validate()
584 linkmode_and(state->advertising, state->advertising, xpcs->supported); in xpcs_validate()
676 for (i = 0; match->supported[i] != __ETHTOOL_LINK_MODE_MASK_NBITS; i++) in xpcs_check_features()
677 set_bit(match->supported[i], xpcs->supported); in xpcs_check_features()