Searched refs:phy_media (Results 1 – 7 of 7) sorted by relevance
47 enum phy_media { enum86 int (*set_media)(struct phy *phy, enum phy_media media);228 int phy_set_media(struct phy *phy, enum phy_media media);359 static inline int phy_set_media(struct phy *phy, enum phy_media media) in phy_set_media()
45 enum phy_media media;
2185 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()1029 if (np->phy_media) in rio_error()1248 if (np->phy_media) { in rio_get_link_ksettings()
136 enum phy_media media;
376 int phy_set_media(struct phy *phy, enum phy_media media) in phy_set_media()
Completed in 32 milliseconds