Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dethtool.h2186 __u32 cmd;
2187 __u32 speed;
2188 __u8 duplex;
2189 __u8 port;
2190 __u8 phy_address;
2191 __u8 autoneg;
2192 __u8 mdio_support;
2193 __u8 eth_tp_mdix;
2196 __u8 transceiver;
2199 __u8 rate_matching;
[all …]
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2304 uint32_t cmd;
2305 uint32_t speed;
2306 uint8_t duplex;
2307 uint8_t port;
2308 uint8_t phy_address;
2309 uint8_t autoneg;
2310 uint8_t mdio_support;
2311 uint8_t eth_tp_mdix;
2314 uint8_t transceiver;
2317 uint8_t rate_matching;
[all …]