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.h2185 struct ethtool_link_settings { struct
2186 __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;
2194 __u8 eth_tp_mdix_ctrl;
[all …]
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2517 struct ethtool_link_settings { struct
2518 uint32_t cmd;
2519 uint32_t speed;
2520 uint8_t duplex;
2521 uint8_t port;
2522 uint8_t phy_address;
2523 uint8_t autoneg;
2524 uint8_t mdio_support;
2525 uint8_t eth_tp_mdix;
2526 uint8_t eth_tp_mdix_ctrl;
[all …]