Searched refs:phy_name (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 256 const char *phy_name = NULL; in bcmgenet_mii_config() local 283 phy_name = "internal PHY"; in bcmgenet_mii_config() 286 phy_name = "MoCA"; in bcmgenet_mii_config() 292 phy_name = "external MII"; in bcmgenet_mii_config() 299 phy_name = "external RvMII"; in bcmgenet_mii_config() 324 phy_name = "external RGMII (no delay)"; in bcmgenet_mii_config() 326 phy_name = "external RGMII (TX delay)"; in bcmgenet_mii_config() 344 dev_info_once(kdev, "configuring instance for %s\n", phy_name); in bcmgenet_mii_config()
|
/linux-4.4.14/drivers/net/usb/ |
D | ax88172a.c | 33 char phy_name[20]; member 309 priv->phy_name); in ax88172a_stop() 375 snprintf(priv->phy_name, 20, PHY_ID_FMT, in ax88172a_reset() 378 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset() 383 priv->phy_name); in ax88172a_reset() 388 netdev_info(dev->net, "Connected to phy %s\n", priv->phy_name); in ax88172a_reset()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00leds.c | 129 const char *phy_name = wiphy_name(rt2x00dev->hw->wiphy); in rt2x00leds_register() local 133 rt2x00dev->ops->name, phy_name); in rt2x00leds_register() 144 rt2x00dev->ops->name, phy_name); in rt2x00leds_register() 155 rt2x00dev->ops->name, phy_name); in rt2x00leds_register()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pcmplc.c | 386 phy->phy_name = '0' + np - PM ; in pcm_init() 388 phy->phy_name = 'A' + np ; in pcm_init() 614 phy->phy_name, in pcm() 1020 DB_PCMN(1,"PCM %c : MAINT\n",phy->phy_name,0) ; in pcm_fsm() 1302 phy->phy_name,0) ; in pc_rcode_actions() 1325 phy->phy_name,0) ; in pc_rcode_actions() 1333 phy->phy_name,0) ; in pc_rcode_actions() 1383 phy->phy_name,phy->t_val[7]? "local":"remote") ; in pc_rcode_actions() 1533 phy->phy_name,0) ; in pc_tcode_actions() 1838 DB_PCMN(1,"PCM %c : PC81 %s\n",phy->phy_name,"NSE"); in plc_irq()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpmac.c | 209 char phy_name[MII_BUS_ID_SIZE + 3]; member 1164 snprintf(priv->phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in cpmac_probe() 1167 priv->phy = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe() 1187 priv->phy_name, dev->dev_addr); in cpmac_probe()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smc.h | 210 char phy_name ; member
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_main.c | 1920 char phy_name[MII_BUS_ID_SIZE + 3]; in fec_enet_mii_probe() local 1953 snprintf(phy_name, sizeof(phy_name), in fec_enet_mii_probe() 1955 phy_dev = phy_connect(ndev, phy_name, &fec_enet_adjust_link, in fec_enet_mii_probe()
|
/linux-4.4.14/Documentation/networking/ |
D | phy.txt | 106 phydev = phy_connect(dev, phy_name, &adjust_link, interface);
|