Home
last modified time | relevance | path

Searched refs:c45_ids (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/phy/
H A Dphy_device.c526 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in genphy_match_phy_device()
530 if (phydev->c45_ids.device_ids[i] == 0xffffffff) in genphy_match_phy_device()
533 if (phy_id_compare(phydev->c45_ids.device_ids[i], in genphy_match_phy_device()
622 (unsigned long)phydev->c45_ids.device_ids[n]); \
702 if (i >= ARRAY_SIZE(phydev->c45_ids.device_ids) || in phy_mmd_is_visible()
703 phydev->c45_ids.device_ids[i] == 0xffffffff) in phy_mmd_is_visible()
750 struct phy_c45_device_ids *c45_ids) in phy_device_create() argument
786 if (c45_ids) in phy_device_create()
787 dev->c45_ids = *c45_ids; in phy_device_create()
816 if (is_c45 && c45_ids) { in phy_device_create()
[all …]
H A Dmarvell-88q2xxx.c897 bool is_rev_b1 = phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB1; in mv88q222x_revb1_revb2_config_init()
921 if (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB0) in mv88q222x_config_init()
H A Dphy-c45.c539 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_read_link()
1201 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_pma_read_abilities()
H A Das21xxx.c888 if (!phy_id_compare_vendor(phydev->c45_ids.device_ids[MDIO_MMD_PCS], in as21xxx_match_phy_device()
/linux/include/linux/
H A Dphy.h680 struct phy_c45_device_ids c45_ids; member
2154 struct phy_c45_device_ids *c45_ids);
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c2814 return is_c45 && (id == phydev->c45_ids.device_ids[1]); in rtlgen_is_c45_match()