diff options
| author | Scott Feldman <scott.feldman@intel.com> | 2003-07-19 04:37:41 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2003-07-19 04:37:41 -0400 |
| commit | 6d6fc05f9210a750bc03793f6d1de27b347e5c01 (patch) | |
| tree | 94357c92eca28a03e6b7944d1ff9f2473e80f9d7 /include | |
| parent | f6834abda9b8382a876d9883b9e4a018996aade4 (diff) | |
[PATCH] add ethtool TSO get/set
* Add TSO get/set command to ethtool interface. Applies to both 2.4/2.5.
Ethtool application patch sent under separate cover.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ethtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 55a3278ae951..f82118e5a618 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -281,6 +281,8 @@ struct ethtool_stats { #define ETHTOOL_GSTRINGS 0x0000001b /* get specified string set */ #define ETHTOOL_PHYS_ID 0x0000001c /* identify the NIC */ #define ETHTOOL_GSTATS 0x0000001d /* get NIC-specific statistics */ +#define ETHTOOL_GTSO 0x0000001e /* Get TSO enable (ethtool_value) */ +#define ETHTOOL_STSO 0x0000001f /* Set TSO enable (ethtool_value) */ /* compatibility with older code */ #define SPARC_ETH_GSET ETHTOOL_GSET |
