/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | fwnode_mdio.c | 118 bool is_c45; in fwnode_mdiobus_register_phy() local
|
/kernel/linux/linux-5.10/drivers/net/mdio/ |
H A D | of_mdio.c | 112 bool is_c45; in of_mdiobus_register_phy() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/ |
H A D | hns_mdio.c | 223 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_write() local 284 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_read() local 192 hns_mdio_cmd_write(struct hns_mdio_device *mdio_dev, u8 is_c45, u8 op, u8 phy_id, u16 cmd) hns_mdio_cmd_write() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/ |
H A D | hns_mdio.c | 192 hns_mdio_cmd_write(struct hns_mdio_device *mdio_dev, u8 is_c45, u8 op, u8 phy_id, u16 cmd) hns_mdio_cmd_write() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_mac.c | 721 bool is_c45; in hns_mac_register_phydev() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_mac.c | 721 bool is_c45; in hns_mac_register_phydev() local
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 838 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument 550 phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, bool is_c45, struct phy_c45_device_ids *c45_ids) phy_device_create() argument [all...] |
H A D | sfp.c | 1465 static int sfp_sm_probe_phy(struct sfp *sfp, bool is_c45) in sfp_sm_probe_phy() argument
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 945 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument 634 phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, bool is_c45, struct phy_c45_device_ids *c45_ids) phy_device_create() argument [all...] |
H A D | sfp.c | 1761 static int sfp_sm_probe_phy(struct sfp *sfp, int addr, bool is_c45) in sfp_sm_probe_phy() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1813 bool is_c45 = !!(regnum & MII_ADDR_C45); in fec_enet_mdio_read() local 1872 bool is_c45 = !!(regnum & MII_ADDR_C45); in fec_enet_mdio_write() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 550 unsigned is_c45:1; member 1358 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 646 unsigned is_c45:1; member 1700 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() argument
|