Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dphy_device.c693 if (c45_ids) in phy_device_create()
694 dev->c45_ids = *c45_ids; in phy_device_create()
716 if (is_c45 && c45_ids) { in phy_device_create()
725 c45_ids->device_ids[i]); in phy_device_create()
881 c45_ids->device_ids[i] |= phy_reg; in get_phy_c45_ids()
973 struct phy_c45_device_ids c45_ids; in get_phy_device() local
977 c45_ids.devices_in_package = 0; in get_phy_device()
978 c45_ids.mmds_present = 0; in get_phy_device()
979 memset(c45_ids.device_ids, 0xff, sizeof(c45_ids.device_ids)); in get_phy_device()
998 true, &c45_ids); in get_phy_device()
[all …]
H A Dbcm87xx.c190 return phydev->c45_ids.device_ids[4] == PHY_ID_BCM8706; in bcm8706_match_phy_device()
195 return phydev->c45_ids.device_ids[4] == PHY_ID_BCM8727; in bcm8727_match_phy_device()
H A Dteranetics.c72 return phydev->c45_ids.device_ids[3] == PHY_ID_TN2020; in teranetics_match_phy_device()
H A Dmarvell10g.c499 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in mv3310_probe()
581 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_PMAPMD)) in mv3310_has_pma_ngbaset_quirk()
585 return (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv3310_has_pma_ngbaset_quirk()
1269 if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv3310_match_phy_device()
1278 if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv3340_match_phy_device()
1289 if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv211x_match_phy_device()
H A Dbcm84881.c63 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in bcm84881_probe()
H A Dmarvell-88q2xxx.c896 bool is_rev_b1 = phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB1; in mv88q222x_revb1_revb2_config_init()
920 if (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB0) in mv88q222x_config_init()
H A Dphy-c45.c425 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_read_link()
1079 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_pma_read_abilities()
H A Dphy.c188 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_restart_aneg()
986 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_config_aneg()
H A Dphylink.c3225 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_read()
3229 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_read()
3267 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_write()
3271 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_write()
H A Dair_en8811h.c832 phydev->c45_ids.mmds_present |= MDIO_DEVS_PMAPMD | MDIO_DEVS_AN; in en8811h_probe()
/linux-6.15/include/linux/
H A Dphy.h618 struct phy_c45_device_ids c45_ids; member
1755 struct phy_c45_device_ids *c45_ids);
/linux-6.15/drivers/net/phy/realtek/
H A Drealtek_main.c1137 return is_c45 && (id == phydev->c45_ids.device_ids[1]); in rtlgen_is_c45_match()