fm10k: Remove redundant rx_errors in ethtool
[deliverable/linux.git] / drivers / net / ethernet / intel / fm10k / fm10k.h
index 42eb4344a9dc077c52bfa97723d99af2bbcbe06b..65e70016abfb315ff56e12e9d5960ae249bf5cf1 100644 (file)
@@ -1,5 +1,5 @@
 /* Intel Ethernet Switch Host Interface Driver
- * Copyright(c) 2013 - 2014 Intel Corporation.
+ * Copyright(c) 2013 - 2015 Intel Corporation.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -266,7 +266,6 @@ struct fm10k_intfc {
        u64 tx_csum_errors;
        u64 alloc_failed;
        u64 rx_csum_errors;
-       u64 rx_errors;
 
        u64 tx_bytes_nic;
        u64 tx_packets_nic;
@@ -439,6 +438,7 @@ extern char fm10k_driver_name[];
 extern const char fm10k_driver_version[];
 int fm10k_init_queueing_scheme(struct fm10k_intfc *interface);
 void fm10k_clear_queueing_scheme(struct fm10k_intfc *interface);
+__be16 fm10k_tx_encap_offload(struct sk_buff *skb);
 netdev_tx_t fm10k_xmit_frame_ring(struct sk_buff *skb,
                                  struct fm10k_ring *tx_ring);
 void fm10k_tx_timeout_reset(struct fm10k_intfc *interface);
This page took 0.031441 seconds and 5 git commands to generate.