Lines Matching refs:support

582 		/* The MAC must support asymmetric pause towards the local
585 * doesn't support pause. This is because there's no way to
587 * support symmetric pause.
593 /* We can't adapt if the MAC doesn't support the interface's
609 /* The MAC must support half duplex at the interface's max
1101 * - %PHYLINK_PCS_NEG_NONE: interface mode does not support inband
1138 * as well, but drivers may not support this, so may
1893 phylink_warn(pl, "validation of %s with support %*pb and advertisement %*pb failed: %pe\n",
1921 /* Restrict the phy advertisement according to the MAC support. */
2343 * support for wake on lan.
2468 __ETHTOOL_DECLARE_LINK_MODE_MASK(support);
2507 /* FIXME: should we reject autoneg if phy/mac does not support it? */
2574 linkmode_copy(support, pl->supported);
2575 if (phylink_validate(pl, support, &config)) {
2576 phylink_err(pl, "validation of %s/%s with support %*pb failed\n",
2579 __ETHTOOL_LINK_MODE_MASK_NBITS, support);
2584 linkmode_copy(support, pl->supported);
2585 if (phylink_validate(pl, support, &config))
3142 phylink_dbg(pl, "requesting link mode %s/%s with support %*pb\n",
3177 __ETHTOOL_DECLARE_LINK_MODE_MASK(support);
3182 linkmode_copy(support, phy->supported);
3192 ret = phylink_validate(pl, support, &config);
3194 phylink_err(pl, "validation with support %*pb failed: %pe\n",
3195 __ETHTOOL_LINK_MODE_MASK_NBITS, support,
3209 linkmode_copy(support1, support);
3213 "validation of %s/%s with support %*pb failed: %pe\n",
3216 __ETHTOOL_LINK_MODE_MASK_NBITS, support,
3223 phylink_sfp_set_config(pl, mode, support, &config);
3230 __ETHTOOL_DECLARE_LINK_MODE_MASK(support);
3253 linkmode_copy(support, pl->sfp_support);
3265 phylink_err(pl, "unsupported SFP module: validation with support %*pb failed\n",
3266 __ETHTOOL_LINK_MODE_MASK_NBITS, support);
3282 ret = phylink_validate(pl, support, &config);
3284 phylink_err(pl, "validation with support %*pb failed: %pe\n",
3285 __ETHTOOL_LINK_MODE_MASK_NBITS, support,