Searched refs:phy_media (Results 1 – 7 of 7) sorted by relevance
48 enum phy_media { enum90 int (*set_media)(struct phy *phy, enum phy_media media);234 int phy_set_media(struct phy *phy, enum phy_media media);366 static inline int phy_set_media(struct phy *phy, enum phy_media media) in phy_set_media()
44 enum phy_media media;
2284 static int sparx5_serdes_set_media(struct phy *phy, enum phy_media media) in sparx5_serdes_set_media()
390 unsigned int phy_media:1; /* 1: fiber, 0: copper */ member
248 np->phy_media = (dr16(ASICCtrl) & PhyMedia) ? 1 : 0; in rio_probe1()251 if (np->phy_media) { in rio_probe1()550 if (np->phy_media) in rio_hw_init()1027 if (np->phy_media) in rio_error()1246 if (np->phy_media) { in rio_get_link_ksettings()
156 enum phy_media media;
418 int phy_set_media(struct phy *phy, enum phy_media media) in phy_set_media()