Searched refs:PHY_ID_FMT (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/net/usb/ |
D | ax88172a.c | 375 snprintf(priv->phy_name, 20, PHY_ID_FMT, in ax88172a_reset()
|
/linux-4.4.14/include/linux/ |
D | phy.h | 137 #define PHY_ID_FMT "%s:%02x" macro
|
/linux-4.4.14/drivers/net/phy/ |
D | phy_device.c | 182 dev_set_name(&dev->dev, PHY_ID_FMT, bus->id, addr); in phy_device_create()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | b44.c | 2291 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, "fixed-0", in b44_register_phy_one() 2294 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, mii_bus->id, in b44_register_phy_one()
|
D | bgmac.c | 1510 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, mii_bus->id, in bgmac_mii_register()
|
D | bcm63xx_enet.c | 885 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in bcm_enet_open()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 2053 PHY_ID_FMT, phy_dev->bus->id, phy_dev->addr); in cpsw_probe_dt() 2072 PHY_ID_FMT, mdio->name, phyid); in cpsw_probe_dt()
|
D | cpmac.c | 1164 snprintf(priv->phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in cpmac_probe()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 712 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in connect_local_phy()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1467 snprintf(phy_id, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in eth_init_one()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 285 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, in sxgbe_init_phy()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 833 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, in stmmac_init_phy()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 2993 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in phy_scan()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 1870 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in sh_eth_phy_init()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_main.c | 1954 PHY_ID_FMT, mdio_bus_id, phy_id); in fec_enet_mii_probe()
|