Home
last modified time | relevance | path

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

/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 …]