enum tapi_ethtool_cmd

Overview

Supported ethtool commands More…

#include <tapi_ethtool.h>

enum tapi_ethtool_cmd {
    TAPI_ETHTOOL_CMD_NONE,
    TAPI_ETHTOOL_CMD_STATS,
    TAPI_ETHTOOL_CMD_SHOW_PAUSE,
    TAPI_ETHTOOL_CMD_SHOW_RING,
};

Detailed Documentation

Supported ethtool commands

Enum Values

TAPI_ETHTOOL_CMD_NONE

No command (shows interface properties)

TAPI_ETHTOOL_CMD_STATS

Interface statistics

TAPI_ETHTOOL_CMD_SHOW_PAUSE

Show pause parameters (show-pause command)

TAPI_ETHTOOL_CMD_SHOW_RING

Show ring size (show-ring command)