Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/phy/
A Dphy_device.c669 if (c45_ids) in phy_device_create()
670 dev->c45_ids = *c45_ids; in phy_device_create()
691 if (is_c45 && c45_ids) { in phy_device_create()
700 c45_ids->device_ids[i]); in phy_device_create()
852 c45_ids->device_ids[i] |= phy_reg; in get_phy_c45_ids()
944 struct phy_c45_device_ids c45_ids; in get_phy_device() local
948 c45_ids.devices_in_package = 0; in get_phy_device()
949 c45_ids.mmds_present = 0; in get_phy_device()
950 memset(c45_ids.device_ids, 0xff, sizeof(c45_ids.device_ids)); in get_phy_device()
969 true, &c45_ids); in get_phy_device()
[all …]
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()
A Dteranetics.c72 return phydev->c45_ids.device_ids[3] == PHY_ID_TN2020; in teranetics_match_phy_device()
A Dmarvell10g.c503 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in mv3310_probe()
585 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_PMAPMD)) in mv3310_has_pma_ngbaset_quirk()
589 return (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv3310_has_pma_ngbaset_quirk()
1219 if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv3310_match_phy_device()
1228 if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv3340_match_phy_device()
1239 if ((phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv211x_match_phy_device()
A Dbcm84881.c51 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in bcm84881_probe()
A Dphy-c45.c414 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_read_link()
891 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_pma_read_abilities()
A Dphylink.c2603 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_read()
2607 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_read()
2645 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_write()
2649 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_write()
3115 (phy->c45_ids.device_ids[1] & 0xfffffff0) == 0xae025150; in phylink_phy_no_inband()
A Dphy.c172 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_restart_aneg()
886 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_config_aneg()
/linux-6.3-rc2/include/linux/
A Dphy.h632 struct phy_c45_device_ids c45_ids; member
1544 struct phy_c45_device_ids *c45_ids);

Completed in 26 milliseconds