Searched +full:eee +full:- +full:broken +full:- +full:1000 +full:kx (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 <[email protected]>11 - Florian Fainelli <[email protected]>12 - Heiner Kallweit <[email protected]>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 speed57 return "Unsupported (update phy-core.c)"; in phy_speed_to_str()63 * phy_duplex_to_str - Return string describing the duplex75 return "Unsupported (update phy-core.c)"; in phy_duplex_to_str()80 * phy_rate_matching_to_str - Return a string describing the rate matching94 return "open-loop"; in phy_rate_matching_to_str()96 return "Unsupported (update phy-core.c)"; in phy_rate_matching_to_str()101 * phy_interface_num_ports - Return the number of links that can be carried by102 * a given MAC-PHY physical link. Returns 0 if this is[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */4 * Based on code in sungem_phy.c and (long-removed) gianfar_phy.c33 #include <net/eee.h>64 * Set phydev->irq to PHY_POLL if interrupts are not supported,68 #define PHY_POLL -169 #define PHY_MAC_INTERRUPT -278 * enum phy_interface_t - Interface Mode definitions80 * @PHY_INTERFACE_MODE_NA: Not Applicable - don't touch82 * @PHY_INTERFACE_MODE_MII: Media-independent interface83 * @PHY_INTERFACE_MODE_GMII: Gigabit media-independent interface[all …]