Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dethtool.h370 struct ethtool_eee { struct
371 __u32 cmd;
372 __u32 supported;
373 __u32 advertised;
374 __u32 lp_advertised;
375 __u32 eee_active;
376 __u32 eee_enabled;
377 __u32 tx_lpi_enabled;
378 __u32 tx_lpi_timer;
379 __u32 reserved[2];
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h370 struct ethtool_eee { struct
371 uint32_t cmd;
372 uint32_t supported;
373 uint32_t advertised;
374 uint32_t lp_advertised;
375 uint32_t eee_active;
376 uint32_t eee_enabled;
377 uint32_t tx_lpi_enabled;
378 uint32_t tx_lpi_timer;
379 uint32_t reserved[2];
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c231 struct ethtool_eee ethtool_eee; in tsnep_phy_open() local