Home
last modified time | relevance | path

Searched +full:eee +full:- +full:broken +full:- +full:10 +full:gt (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dphy.txt5 - interrupts : interrupt specifier for the sole interrupt.
6 - reg : The ID number for the phy, usually a small integer
10 - compatible: Compatible list, may contain
11 "ethernet-phy-ieee802.3-c22" or "ethernet-phy-ieee802.3-c45" for
18 form: "ethernet-phy-idAAAA.BBBB" where
19 AAAA - The value of the 16 bit Phy Identifier 1 register as
21 BBBB - The value of the 16 bit Phy Identifier 2 register as
23 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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dethernet-phy.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
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 using
21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
24 - $nodename
[all …]
/kernel/linux/linux-5.10/drivers/net/phy/
Dphy-core.c1 // SPDX-License-Identifier: GPL-2.0+
10 * phy_speed_to_str - Return a string representing the PHY link speed
23 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 duplex
73 return "Unsupported (update phy-core.c)"; in phy_duplex_to_str()
79 * - iow, descending speed. */
148 /* 10G */
175 /* 10M */
[all …]
/kernel/linux/linux-4.19/drivers/net/phy/
Dphy_device.c47 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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c1 // SPDX-License-Identifier: GPL-2.0
2 /* 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 Table
151 …"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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c1 // SPDX-License-Identifier: GPL-2.0
2 /* 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 Table
148 …"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 …]