| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 1422 if (phydev->attached_dev) in phy_sfp_attach() 1423 phydev->attached_dev->sfp_bus = bus; in phy_sfp_attach() 1439 if (phydev->attached_dev) in phy_sfp_detach() 1540 if (phydev->attached_dev) { in phy_attach_direct() 1548 phydev->attached_dev = dev; in phy_attach_direct() 1571 if (!phydev->attached_dev) { in phy_attach_direct() 1739 if (!phydev->attached_dev) in phy_detach() 1754 phydev->attached_dev->phydev = NULL; in phy_detach() 1755 phydev->attached_dev = NULL; in phy_detach() 3014 if (phydev->attached_dev) in phy_led_hw_control_get_device() [all …]
|
| H A D | marvell10g.c | 1342 ((phydev->attached_dev->dev_addr[5] << 8) | in mv3110_set_wol() 1343 phydev->attached_dev->dev_addr[4])); in mv3110_set_wol() 1349 ((phydev->attached_dev->dev_addr[3] << 8) | in mv3110_set_wol() 1350 phydev->attached_dev->dev_addr[2])); in mv3110_set_wol() 1356 ((phydev->attached_dev->dev_addr[1] << 8) | in mv3110_set_wol() 1357 phydev->attached_dev->dev_addr[0])); in mv3110_set_wol()
|
| H A D | phy.c | 122 netdev_info(phydev->attached_dev, in phy_print_status() 129 netdev_info(phydev->attached_dev, "Link is Down\n"); in phy_print_status() 847 struct net_device *dev = phydev->attached_dev; in phy_start_cable_test() 918 struct net_device *dev = phydev->attached_dev; in phy_start_cable_test_tdr() 1395 struct net_device *netdev = phydev->attached_dev; in phy_interrupt() 1516 struct net_device *dev = phydev->attached_dev; in _phy_state_machine() 1624 struct net_device *dev = phydev->attached_dev; in phy_stop()
|
| H A D | phy_led_triggers.c | 43 netdev_alert(phy->attached_dev, in phy_led_trigger_change_speed()
|
| H A D | fixed_phy.c | 86 fp->link_update(fp->phydev->attached_dev, in fixed_mdio_read()
|
| H A D | dp83tc811.c | 100 struct net_device *ndev = phydev->attached_dev; in dp83811_set_wol()
|
| H A D | bcm-phy-lib.c | 876 struct net_device *ndev = phydev->attached_dev; in bcm_phy_set_wol() 1026 struct net_device *ndev = phydev->attached_dev; in bcm_phy_get_wol()
|
| H A D | marvell.c | 1982 ((phydev->attached_dev->dev_addr[5] << 8) | in m88e1318_set_wol() 1983 phydev->attached_dev->dev_addr[4])); in m88e1318_set_wol() 1987 ((phydev->attached_dev->dev_addr[3] << 8) | in m88e1318_set_wol() 1988 phydev->attached_dev->dev_addr[2])); in m88e1318_set_wol() 1992 ((phydev->attached_dev->dev_addr[1] << 8) | in m88e1318_set_wol() 1993 phydev->attached_dev->dev_addr[0])); in m88e1318_set_wol()
|
| H A D | dp83640.c | 567 if (!phydev->attached_dev) { in enable_status_frames() 574 if (dev_mc_add(phydev->attached_dev, status_frame_dst)) in enable_status_frames() 577 if (dev_mc_del(phydev->attached_dev, status_frame_dst)) in enable_status_frames()
|
| H A D | icplus.c | 143 netif_carrier_on(phydev->attached_dev); in ip175c_config_init()
|
| H A D | smsc.c | 409 struct net_device *ndev = phydev->attached_dev; in lan874x_set_wol()
|
| H A D | dp83869.c | 261 struct net_device *ndev = phydev->attached_dev; in dp83869_set_wol()
|
| H A D | dp83867.c | 212 struct net_device *ndev = phydev->attached_dev; in dp83867_set_wol()
|
| H A D | dp83822.c | 210 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()
|
| H A D | motorcomm.c | 552 p_attached_dev = phydev->attached_dev; in ytphy_set_wol() 622 mac_addr = phydev->attached_dev->dev_addr; in yt8531_set_wol()
|
| H A D | mxl-gpy.c | 711 struct net_device *attach_dev = phydev->attached_dev; in gpy_set_wol()
|
| /linux-6.15/net/ethtool/ |
| H A D | cabletest.c | 36 err = ethnl_fill_reply_header(skb, phydev->attached_dev, in ethnl_cable_test_started() 48 return ethnl_multicast(skb, phydev->attached_dev); in ethnl_cable_test_started() 126 err = ethnl_fill_reply_header(phydev->skb, phydev->attached_dev, in ethnl_cable_test_alloc() 165 ethnl_multicast(phydev->skb, phydev->attached_dev); in ethnl_cable_test_finished()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-phydev | 1 What: /sys/class/mdio_bus/<bus>/<device>/attached_dev
|
| /linux-6.15/drivers/net/phy/qcom/ |
| H A D | qcom-phy-lib.c | 65 struct net_device *ndev = phydev->attached_dev; in at803x_set_wol()
|
| /linux-6.15/drivers/net/ethernet/amd/ |
| H A D | au1000_eth.c | 522 if (tmp_phydev->attached_dev) in au1000_mii_probe() 537 BUG_ON(phydev->attached_dev); in au1000_mii_probe()
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 723 struct net_device *attached_dev; member
|
| /linux-6.15/drivers/net/phy/mscc/ |
| H A D | mscc_main.c | 280 const u8 *mac_addr = phydev->attached_dev->dev_addr; in vsc85xx_wol_set()
|