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; te_optional_uintmax_t rx_pause_frames; te_optional_uintmax_t tx_pause_frames; };
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
te_optional_uintmax_t rx_pause_frames
Rx pause frames counter
te_optional_uintmax_t tx_pause_frames
Tx pause frames counter