Searched defs:ethtool_eee (Results 1 – 6 of 6) sorted by relevance
123 struct ethtool_eee { struct124 __u32 cmd;125 __u32 supported;126 __u32 advertised;127 __u32 lp_advertised;128 __u32 eee_active;129 __u32 eee_enabled;130 __u32 tx_lpi_enabled;131 __u32 tx_lpi_timer;132 __u32 reserved[2];
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];
129 struct ethtool_eee { struct130 __u32 cmd;131 __u32 supported;132 __u32 advertised;133 __u32 lp_advertised;134 __u32 eee_active;135 __u32 eee_enabled;136 __u32 tx_lpi_enabled;137 __u32 tx_lpi_timer;138 __u32 reserved[2];
360 struct ethtool_eee { struct361 __u32 cmd;362 __u32 supported;363 __u32 advertised;364 __u32 lp_advertised;365 __u32 eee_active;366 __u32 eee_enabled;367 __u32 tx_lpi_enabled;368 __u32 tx_lpi_timer;369 __u32 reserved[2];
243 struct ethtool_eee ethtool_eee; in tsnep_phy_open() local