Searched +full:eee +full:- +full:broken +full:- +full:10 +full:gt (Results 1 – 3 of 3) sorted by relevance
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 #include "phylib-internal.h"11 #include "phy-caps.h"14 * phy_speed_to_str - Return a string representing the PHY link speed27 return "10Mbps"; in phy_speed_to_str()37 return "10Gbps"; in phy_speed_to_str()61 return "Unsupported (update phy-core.c)"; in phy_speed_to_str()67 * phy_duplex_to_str - Return string describing the duplex79 return "Unsupported (update phy-core.c)"; in phy_duplex_to_str()84 * phy_rate_matching_to_str - Return a string describing the rate matching[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 1999 - 2024 Intel Corporation. */55 "Intel(R) 10 Gigabit PCI Express Network Driver";58 "Intel(R) 10 Gigabit Network Connection";61 "Intel(R) 10 Gigabit Network Connection";64 "Copyright (c) 1999-2016 Intel Corporation.";80 /* ixgbe_pci_tbl - PCI Device ID Table160 …"Maximum number of virtual functions to allocate per physical function - default is zero and maxim…166 "Allow unsupported and untested SFP+ modules on 82599-based adapters");169 static int debug = -1;[all …]