Searched +full:eee +full:- +full:broken +full:- +full:10 +full:gt (Results 1 – 6 of 6) sorted by relevance
5 - interrupts : interrupt specifier for the sole interrupt.6 - reg : The ID number for the phy, usually a small integer10 - compatible: Compatible list, may contain11 "ethernet-phy-ieee802.3-c22" or "ethernet-phy-ieee802.3-c45" for18 form: "ethernet-phy-idAAAA.BBBB" where19 AAAA - The value of the 16 bit Phy Identifier 1 register as21 BBBB - The value of the 16 bit Phy Identifier 2 register as23 followed by 10 bits of a vendor specific ID.28 - max-speed: Maximum PHY supported speed (10, 100, 1000...)30 - broken-turn-around: If set, indicates the PHY device does not correctly[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Andrew Lunn <andrew@lunn.ch>11 - Florian Fainelli <f.fainelli@gmail.com>12 - Heiner Kallweit <hkallweit1@gmail.com>14 # The dt-schema tools will generate a select statement first by using21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"24 - $nodename[all …]
1 // SPDX-License-Identifier: GPL-2.0+10 * phy_speed_to_str - Return a string representing the PHY link speed23 return "10Mbps"; in phy_speed_to_str()33 return "10Gbps"; in phy_speed_to_str()55 return "Unsupported (update phy-core.c)"; in phy_speed_to_str()61 * phy_duplex_to_str - Return string describing the duplex73 return "Unsupported (update phy-core.c)"; in phy_duplex_to_str()79 * - iow, descending speed. */148 /* 10G */175 /* 10M */[all …]
47 put_device(&phydev->mdio.dev); in phy_device_free()81 struct device_driver *drv = phydev->mdio.dev.driver; in mdio_bus_phy_may_suspend()83 struct net_device *netdev = phydev->attached_dev; in mdio_bus_phy_may_suspend()85 if (!drv || !phydrv->suspend) in mdio_bus_phy_may_suspend()89 * suspended as part of a prior call to phy_disconnect() -> in mdio_bus_phy_may_suspend()90 * phy_detach() -> phy_suspend() because the parent netdev might be the in mdio_bus_phy_may_suspend()96 if (netdev->wol_enabled) in mdio_bus_phy_may_suspend()104 if (netdev->dev.parent && device_may_wakeup(netdev->dev.parent)) in mdio_bus_phy_may_suspend()111 if (device_may_wakeup(&netdev->dev)) in mdio_bus_phy_may_suspend()115 return !phydev->suspended; in mdio_bus_phy_may_suspend()[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 1999 - 2018 Intel Corporation. */52 "Intel(R) 10 Gigabit PCI Express Network Driver";55 "Intel(R) 10 Gigabit Network Connection";58 "Intel(R) 10 Gigabit Network Connection";61 "Copyright (c) 1999-2016 Intel Corporation.";76 /* ixgbe_pci_tbl - PCI Device ID Table151 …"Maximum number of virtual functions to allocate per physical function - default is zero and maxim…157 "Allow unsupported and untested SFP+ modules on 82599-based adapters");160 static int debug = -1;[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 1999 - 2018 Intel Corporation. */47 "Intel(R) 10 Gigabit PCI Express Network Driver";50 "Intel(R) 10 Gigabit Network Connection";53 "Intel(R) 10 Gigabit Network Connection";55 #define DRV_VERSION "5.1.0-k"58 "Copyright (c) 1999-2016 Intel Corporation.";73 /* ixgbe_pci_tbl - PCI Device ID Table148 …"Maximum number of virtual functions to allocate per physical function - default is zero and maxim…154 "Allow unsupported and untested SFP+ modules on 82599-based adapters");[all …]