Searched defs:ethtool_cmd (Results 1 – 2 of 2) sorted by relevance
46 struct ethtool_cmd { struct48 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 …]
61 struct ethtool_cmd { struct62 u32_t cmd; /**< Command number = %ETHTOOL_GSET or %ETHTOOL_SSET */63 …; /**< Bitmask of %SUPPORTED_* flags for the link modes, physical connectors and other link65 …g; /**< Bitmask of %ADVERTISED_* flags for the link modes, physical connectors and other link67 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 consistent73 …oneg; /**< Enable/disable autonegotiation and auto-detection; either %AUTONEG_DISABLE or[all …]