linux/drivers/net/ixgbe
David Decotigny 7073949720 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
This updates the network drivers so that they don't access the
ethtool_cmd::speed field directly, but use ethtool_cmd_speed()
instead.

For most of the drivers, these changes are purely cosmetic and don't
fix any problem, such as for those 1GbE/10GbE drivers that indirectly
call their own ethtool get_settings()/mii_ethtool_gset(). The changes
are meant to enforce code consistency and provide robustness with
future larger throughputs, at the expense of a few CPU cycles for each
ethtool operation.

All drivers compiled with make allyesconfig ion x86_64 have been
updated.

Tested: make allyesconfig on x86_64 + e1000e/bnx2x work
Signed-off-by: David Decotigny <decot@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-04-29 14:03:01 -07:00
..
ixgbe_82598.c ixgbe: DCB, misallocated packet buffer size with X540 device 2011-04-13 19:26:43 -07:00
ixgbe_82599.c ixgbe: fix static functions 2011-04-27 02:16:48 -07:00
ixgbe_common.c ixgbe: make device_caps() generic 2011-04-13 19:26:06 -07:00
ixgbe_common.h ixgbe: make device_caps() generic 2011-04-13 19:26:06 -07:00
ixgbe_dcb_82598.c ixgbe: fix static functions 2011-04-27 02:16:48 -07:00
ixgbe_dcb_82598.h ixgbe: cleanup copyright string for 2011 2011-03-03 04:43:24 -08:00
ixgbe_dcb_82599.c ixgbe: DCB, X540 devices do not respond to pause frames 2011-04-13 19:27:18 -07:00
ixgbe_dcb_82599.h ixgbe: DCB, misallocated packet buffer size with X540 device 2011-04-13 19:26:43 -07:00
ixgbe_dcb_nl.c ixgbe: cleanup short msleep's (<20ms) to use usleep_range 2011-04-13 19:23:11 -07:00
ixgbe_dcb.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ixgbe_dcb.h ixgbe: IEEE 802.1Qaz, implement priority assignment table 2011-03-12 04:12:54 -08:00
ixgbe_ethtool.c ethtool: cosmetic: Use ethtool ethtool_cmd_speed API 2011-04-29 14:03:01 -07:00
ixgbe_fcoe.c ixgbe: do not clear FCoE DDP error status for received ABTS 2011-04-27 02:18:04 -07:00
ixgbe_fcoe.h ixgbe: add support to FCoE DDP in target mode 2011-03-07 18:04:35 -08:00
ixgbe_main.c ixgbe: Bump version 2011-04-27 02:20:09 -07:00
ixgbe_mbx.c ixgbe: remove timer reset to 0 on timeout 2011-03-12 04:13:41 -08:00
ixgbe_mbx.h ixgbe: register defines cleanup 2011-04-27 02:08:50 -07:00
ixgbe_phy.c ixgbe: explicitly disable 100H for x540 2011-04-27 02:07:31 -07:00
ixgbe_phy.h ixgbe: update PHY code to support 100Mbps as well as 1G/10G 2011-03-12 04:14:01 -08:00
ixgbe_sriov.c ixgbe: fix static functions 2011-04-27 02:16:48 -07:00
ixgbe_sriov.h ixgbe: add support for VF Transmit rate limit using iproute2 2011-03-12 04:15:08 -08:00
ixgbe_type.h ixgbe: register defines cleanup 2011-04-27 02:08:50 -07:00
ixgbe_x540.c ixgbe: add LED blink code for x540 2011-04-27 02:12:01 -07:00
ixgbe.h ixgbe: convert to ethtool set_phys_id 2011-04-27 02:22:11 -07:00
Makefile ixgbe: add MAC and PHY support for x540 2010-11-16 19:27:16 -08:00