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.h2513 struct ethtool_link_settings { struct
2514 uint32_t cmd;
2515 uint32_t speed;
2516 uint8_t duplex;
2517 uint8_t port;
2518 uint8_t phy_address;
2519 uint8_t autoneg;
2520 uint8_t mdio_support;
2521 uint8_t eth_tp_mdix;
2522 uint8_t eth_tp_mdix_ctrl;
[all …]