Home
last modified time | relevance | path

Searched defs:ethtool_cmd (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/
Dethtool.h46 struct ethtool_cmd { struct
48 u32_t cmd;
51 u32_t supported;
54 u32_t advertising;
56 u16_t speed;
58 u8_t duplex;
60 u8_t port;
62 u8_t phy_address;
65 u8_t transceiver;
67 u8_t autoneg;
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dethtool.h61 struct ethtool_cmd { struct
62 u32_t cmd; /**< Command number = %ETHTOOL_GSET or %ETHTOOL_SSET */
63 …; /**< Bitmask of %SUPPORTED_* flags for the link modes, physical connectors and other link
65 …g; /**< Bitmask of %ADVERTISED_* flags for the link modes, physical connectors and other link
67 u16_t speed; /**< Low bits of the speed, 1Mb units, 0 to INT_MAX or SPEED_UNKNOWN */
68 u8_t duplex; /**< Duplex mode; one of %DUPLEX_* */
69 u8_t port; /**< Physical connector type; one of %PORT_* */
70 u8_t phy_address; /**< MDIO address of PHY (transceiver); 0 or 255 if not applicable. */
71 … /**< Historically used to distinguish different possible PHY types, but not in a consistent
73 …oneg; /**< Enable/disable autonegotiation and auto-detection; either %AUTONEG_DISABLE or
[all …]