Home
last modified time | relevance | path

Searched refs:is_c45 (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/hisilicon/
Dhns_mdio.c193 u8 is_c45, u8 op, u8 phy_id, u16 cmd) in hns_mdio_cmd_write() argument
196 u8 st = is_c45 ? MDIO_ST_CLAUSE_45 : MDIO_ST_CLAUSE_22; in hns_mdio_cmd_write()
223 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_write() local
231 phy_id, is_c45, devad, reg, data); in hns_mdio_write()
240 if (!is_c45) { in hns_mdio_write()
248 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_write()
266 hns_mdio_cmd_write(mdio_dev, is_c45, op, phy_id, cmd_reg_cfg); in hns_mdio_write()
284 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_read() local
291 phy_id, is_c45, devad, reg); in hns_mdio_read()
300 if (!is_c45) { in hns_mdio_read()
[all …]
/Linux-v6.1/drivers/net/mdio/
Dfwnode_mdio.c118 bool is_c45 = false; in fwnode_mdiobus_register_phy() local
135 is_c45 = true; in fwnode_mdiobus_register_phy()
137 if (is_c45 || fwnode_get_phy_id(child, &phy_id)) in fwnode_mdiobus_register_phy()
138 phy = get_phy_device(bus, addr, is_c45); in fwnode_mdiobus_register_phy()
/Linux-v6.1/drivers/net/phy/
Dphy_device.c505 if (phydev->is_c45) { in phy_bus_match()
603 bool is_c45, in phy_device_create() argument
637 dev->is_c45 = is_c45; in phy_device_create()
661 if (is_c45 && c45_ids) { in phy_device_create()
912 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument
922 if (is_c45) in get_phy_device()
935 if (!is_c45 && phy_id == 0 && bus->probe_capabilities >= MDIOBUS_C45) { in get_phy_device()
942 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
1423 if (phydev->is_c45) in phy_attach_direct()
3063 else if (phydev->is_c45) in phy_probe()
Dbcm84881.c50 if (!phydev->is_c45 || in bcm84881_probe()
Dphy.c171 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_restart_aneg()
192 else if (phydev->is_c45) in phy_aneg_done()
693 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_config_aneg()
Dphy-core.c547 } else if (phydev->is_c45) { in __phy_read_mmd()
603 } else if (phydev->is_c45) { in __phy_write_mmd()
Dphylink.c1622 if (phy->is_c45 && config.rate_matching == RATE_MATCH_NONE && in phylink_bringup_phy()
2564 if (phydev->is_c45) { in phylink_phy_read()
2606 if (phydev->is_c45) { in phylink_phy_write()
3081 return phy->is_c45 && in phylink_phy_no_inband()
Dmxl-gpy.c272 if (!phydev->is_c45) { in gpy_probe()
Dmarvell10g.c502 if (!phydev->is_c45 || in mv3310_probe()
Dsfp.c1615 static int sfp_sm_probe_phy(struct sfp *sfp, int addr, bool is_c45) in sfp_sm_probe_phy() argument
1620 phy = get_phy_device(sfp->i2c_mii, addr, is_c45); in sfp_sm_probe_phy()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c692 bool is_c45; in hns_mac_register_phydev() local
701 is_c45 = true; in hns_mac_register_phydev()
703 is_c45 = false; in hns_mac_register_phydev()
707 phy = get_phy_device(mdio, addr, is_c45); in hns_mac_register_phydev()
Dhns_ethtool.c922 if ((netdev->phydev) && (!netdev->phydev->is_c45)) in hns_get_strings()
982 if ((!netdev->phydev) || (netdev->phydev->is_c45)) in hns_get_sset_count()
/Linux-v6.1/include/linux/
Dphy.h623 unsigned is_c45:1; member
1459 bool is_c45,
1467 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
1499 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument
/Linux-v6.1/drivers/net/ethernet/freescale/
Dfec_main.c1954 bool is_c45 = !!(regnum & MII_ADDR_C45); in fec_enet_mdio_read() local
1960 if (is_c45) { in fec_enet_mdio_read()
2013 bool is_c45 = !!(regnum & MII_ADDR_C45); in fec_enet_mdio_write() local
2019 if (is_c45) { in fec_enet_mdio_write()