Home | History | Annotate | Download | only in phy

Lines Matching refs:supported

34  *   what is supported.  Returns < 0 on error, 0 if the PHY's advertisement
44 phydev->advertising &= phydev->supported;
92 /* Configure gigabit if it's supported */
101 if (phydev->supported & (SUPPORTED_1000baseT_Half |
302 if (phydev->supported & (SUPPORTED_1000baseT_Full |
304 /* We want a list of states supported by
427 phydev->supported &= features;
560 /* The default values for phydev->supported are provided by the PHY
564 phydev->supported &= PHY_DEFAULT_FEATURES;
570 phydev->supported |= PHY_1000BT_FEATURES;
573 phydev->supported |= PHY_100BT_FEATURES;
576 phydev->supported |= PHY_10BT_FEATURES;
587 phydev->supported = phydev->drv->features;