Searched refs:PHY_ID_FMT (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/net/phy/ |
D | mdio_device.c | 68 dev_set_name(&mdiodev->dev, PHY_ID_FMT, bus->id, addr); in mdio_device_create()
|
D | phy_led_triggers.c | 72 snprintf(buf, size, PHY_ID_FMT ":%s", in phy_led_trigger_format_name()
|
D | phy_device.c | 440 dev_set_name(&mdiodev->dev, PHY_ID_FMT, bus->id, addr); in phy_device_create()
|
/Linux-v4.19/drivers/net/usb/ |
D | ax88172a.c | 340 snprintf(priv->phy_name, 20, PHY_ID_FMT, in ax88172a_reset()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bgmac-bcma.c | 90 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, bgmac->mii_bus->id, in bcma_phy_connect()
|
D | b44.c | 2289 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, "fixed-0", in b44_register_phy_one() 2292 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, mii_bus->id, in b44_register_phy_one()
|
D | bcm63xx_enet.c | 881 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in bcm_enet_open()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 504 snprintf(phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in bcmgenet_mii_pd_init()
|
/Linux-v4.19/include/linux/ |
D | phy.h | 177 #define PHY_ID_FMT "%s:%02x" macro
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpmac.c | 1140 snprintf(priv->phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in cpmac_probe()
|
D | cpsw.c | 3174 PHY_ID_FMT, mdio->name, phyid); in cpsw_probe_dt()
|
/Linux-v4.19/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1445 snprintf(phy_id, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in eth_init_one()
|
/Linux-v4.19/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 710 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in connect_local_phy()
|
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 287 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, in sxgbe_init_phy()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 3011 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in phy_scan()
|
/Linux-v4.19/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 2025 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in sh_eth_phy_init()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | fec_main.c | 1939 PHY_ID_FMT, mdio_bus_id, phy_id); in fec_enet_mii_probe()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 973 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, in stmmac_init_phy()
|