linux/drivers/net/ethernet/intel/ixgbe
Don Skidmore 4dedadcbae ixgbe: Cleanup probe to remove redundant attempt to ID PHY
We always identify the PHY in our reset_hw path anyway so there is
no need to do it in get_invariants().  The reason I even noticed this
is that for new hardware (X550em) we don't assign some methods until
later in probe and calling phy.ops.read_reg could lead to a panic.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-02-05 19:57:48 -08:00
..
ixgbe.h time: move the timecounter/cyclecounter code into its own file. 2014-12-30 18:29:25 -05:00
ixgbe_82598.c
ixgbe_82599.c
ixgbe_common.c ixgbe: Add X550 support function pointers 2014-12-05 09:13:07 -08:00
ixgbe_common.h ixgbe: Add X550 support function pointers 2014-12-05 09:13:07 -08:00
ixgbe_dcb.c ixgbe: Add new support for X550 MAC's 2014-11-11 06:18:56 -08:00
ixgbe_dcb.h
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_dcb_nl.c ixgbe: Add new support for X550 MAC's 2014-11-11 06:18:56 -08:00
ixgbe_debugfs.c
ixgbe_ethtool.c ixgbe: add support for X550 extended RSS support 2014-12-05 09:13:06 -08:00
ixgbe_fcoe.c
ixgbe_fcoe.h
ixgbe_lib.c ixgbe: Add new support for X550 MAC's 2014-11-11 06:18:56 -08:00
ixgbe_main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-02-05 14:33:28 -08:00
ixgbe_mbx.c ixgbe: Add new support for X550 MAC's 2014-11-11 06:18:56 -08:00
ixgbe_mbx.h
ixgbe_phy.c ixgbe: add methods for combined read and write operations 2014-12-05 09:13:07 -08:00
ixgbe_phy.h ixgbe: Add X550 support function pointers 2014-12-05 09:13:07 -08:00
ixgbe_ptp.c ixgbe: convert to CYCLECOUNTER_MASK macro. 2015-01-02 16:47:36 -05:00
ixgbe_sriov.c ixgbe: fix setting port VLAN 2015-02-05 19:57:47 -08:00
ixgbe_sriov.h
ixgbe_sysfs.c
ixgbe_type.h ixgbe: Add X550 support function pointers 2014-12-05 09:13:07 -08:00
ixgbe_x540.c ixgbe: Cleanup probe to remove redundant attempt to ID PHY 2015-02-05 19:57:48 -08:00
ixgbe_x540.h ixgbe: Add X550 support function pointers 2014-12-05 09:13:07 -08:00
ixgbe_x550.c ixgbe: cleanup redundant default method set_rxpba 2015-02-05 19:57:48 -08:00
Makefile ixgbe: Add X550 support function pointers 2014-12-05 09:13:07 -08:00