aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-01-03 07:07:59 -0500
committerDavid S. Miller <davem@davemloft.net>2012-01-04 14:10:28 -0500
commit6cfb5e759d47f037cbd0953ec2c3ceb220ed9e96 (patch)
tree7102ec0fd5d43b77343144c06bf743de7320fb79 /include/linux/ethtool.h
parent8db182f4a8a6e2dcb8b65905ea4af56210e65430 (diff)
ethtool: Remove ethtool_ops::set_rx_ntuple operation
All implementations have been converted to implement set_rxnfc instead. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index d901714120a3..da5b2de99ae4 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -859,8 +859,6 @@ static inline u32 ethtool_rxfh_indir_default(u32 index, u32 n_rx_rings)
859 * @reset: Reset (part of) the device, as specified by a bitmask of 859 * @reset: Reset (part of) the device, as specified by a bitmask of
860 * flags from &enum ethtool_reset_flags. Returns a negative 860 * flags from &enum ethtool_reset_flags. Returns a negative
861 * error code or zero. 861 * error code or zero.
862 * @set_rx_ntuple: Set an RX n-tuple rule. Returns a negative error code
863 * or zero.
864 * @get_rxfh_indir_size: Get the size of the RX flow hash indirection table. 862 * @get_rxfh_indir_size: Get the size of the RX flow hash indirection table.
865 * Returns zero if not supported for this specific device. 863 * Returns zero if not supported for this specific device.
866 * @get_rxfh_indir: Get the contents of the RX flow hash indirection table. 864 * @get_rxfh_indir: Get the contents of the RX flow hash indirection table.
@@ -929,8 +927,6 @@ struct ethtool_ops {
929 int (*set_rxnfc)(struct net_device *, struct ethtool_rxnfc *); 927 int (*set_rxnfc)(struct net_device *, struct ethtool_rxnfc *);
930 int (*flash_device)(struct net_device *, struct ethtool_flash *); 928 int (*flash_device)(struct net_device *, struct ethtool_flash *);
931 int (*reset)(struct net_device *, u32 *); 929 int (*reset)(struct net_device *, u32 *);
932 int (*set_rx_ntuple)(struct net_device *,
933 struct ethtool_rx_ntuple *);
934 u32 (*get_rxfh_indir_size)(struct net_device *); 930 u32 (*get_rxfh_indir_size)(struct net_device *);
935 int (*get_rxfh_indir)(struct net_device *, u32 *); 931 int (*get_rxfh_indir)(struct net_device *, u32 *);
936 int (*set_rxfh_indir)(struct net_device *, const u32 *); 932 int (*set_rxfh_indir)(struct net_device *, const u32 *);