aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
diff options
context:
space:
mode:
authorPaul Greenwalt <paul.greenwalt@intel.com>2017-04-13 08:07:07 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-04-29 20:01:03 -0700
commit8dc963e1cd245e67d6a9ffb8447fc88fb6eaa370 (patch)
treed071615498e36a1400a8807bd1b9845f95b1f0bd /drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
parentixgbe: Allow setting zero MAC address for VF (diff)
downloadlinux-dev-8dc963e1cd245e67d6a9ffb8447fc88fb6eaa370.tar.xz
linux-dev-8dc963e1cd245e67d6a9ffb8447fc88fb6eaa370.zip
ixgbe: Add 1000Base-T device based on X550EM_X MAC
Add support for new 1000Base-T device based on X550EM_X MAC type. All PHY operations are disabled as the PHY is controlled by FW. Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_type.h')
-rw-r--r--drivers/net/ethernet/intel/ixgbe/ixgbe_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_type.h b/drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
index 2f06e4d9208d..9c2460c5ef1b 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
@@ -3128,6 +3128,7 @@ enum ixgbe_phy_type {
ixgbe_phy_x550em_kx4,
ixgbe_phy_x550em_xfi,
ixgbe_phy_x550em_ext_t,
+ ixgbe_phy_ext_1g_t,
ixgbe_phy_cu_unknown,
ixgbe_phy_qt,
ixgbe_phy_xaui,