/openbmc/linux/drivers/net/phy/ |
H A D | phy_led_triggers.c | 63 snprintf(buf, size, PHY_ID_FMT ":%s", in phy_led_trigger_format_name()
|
H A D | mdio_device.c | 66 dev_set_name(&mdiodev->dev, PHY_ID_FMT, bus->id, addr); in mdio_device_create()
|
H A D | phy_device.c | 675 dev_set_name(&mdiodev->dev, PHY_ID_FMT, bus->id, addr); in phy_device_create()
|
/openbmc/linux/drivers/net/usb/ |
H A D | ax88172a.c | 311 snprintf(priv->phy_name, 20, PHY_ID_FMT, in ax88172a_reset()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bgmac-bcma.c | 98 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, bgmac->mii_bus->id, in bcma_phy_connect()
|
H A D | b44.c | 2271 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, "fixed-0", in b44_register_phy_one() 2274 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, mii_bus->id, in b44_register_phy_one()
|
H A D | bcm63xx_enet.c | 907 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in bcm_enet_open()
|
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 599 snprintf(phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in bcmgenet_mii_pd_init()
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9051.c | 1156 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in dm9051_phy_connect()
|
/openbmc/linux/drivers/net/ethernet/asix/ |
H A D | ax88796c_main.c | 1075 snprintf(phy_id, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in ax88796c_probe()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpmac.c | 1121 snprintf(priv->phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in cpmac_probe()
|
H A D | cpsw.c | 1349 PHY_ID_FMT, mdio->name, phyid); in cpsw_probe_dt()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 300 #define PHY_ID_FMT "%s:%02x" macro
|
/openbmc/linux/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 1601 PHY_ID_FMT, lp->mii_bus->id, pdata->phy_addr); in temac_probe()
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | 284 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, in sxgbe_init_phy()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 3022 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in phy_scan()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | sh_eth.c | 2014 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in sh_eth_phy_init()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 2399 PHY_ID_FMT, mdio_bus_id, phy_id); in fec_enet_mii_probe()
|