Searched defs:ethtool_eee (Results 1 – 3 of 3) sorted by relevance
370 struct ethtool_eee { struct371 __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];
370 struct ethtool_eee { struct371 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];
231 struct ethtool_eee ethtool_eee; in tsnep_phy_open() local