Lines Matching refs:phy_info
725 static struct phy_info phy_info_dm9161 = {
735 static struct phy_info phy_info_dm9161a = {
748 static struct phy_info phy_info_marvell = {
760 static struct phy_info phy_info_bcm5481 = {
769 static struct phy_info phy_info_fixedphy = {
777 static struct phy_info phy_info_smsclan8700 = {
786 static struct phy_info phy_info_genmii = {
795 static struct phy_info *phy_info[] = { variable
819 struct phy_info *uec_get_phy_info (struct uec_mii_info *mii_info) in uec_get_phy_info()
824 struct phy_info *theInfo = NULL; in uec_get_phy_info()
836 for (i = 0; phy_info[i]; i++) in uec_get_phy_info()
837 if (phy_info[i]->phy_id == in uec_get_phy_info()
838 (phy_ID & phy_info[i]->phy_id_mask)) { in uec_get_phy_info()
839 theInfo = phy_info[i]; in uec_get_phy_info()