struct tapi_ethtool_pause
Overview
Pause parameters parsed in case of TAPI_ETHTOOL_CMD_SHOW_PAUSE
More…
#include <tapi_ethtool.h> struct tapi_ethtool_pause { // fields bool autoneg; bool rx; bool tx; };
Detailed Documentation
Pause parameters parsed in case of TAPI_ETHTOOL_CMD_SHOW_PAUSE
Fields
bool autoneg
Pause auto-negotiation state
bool rx
Whether reception of pause frames is enabled
bool tx
Whether transmission of pause frames is enabled