mirror of https://gitee.com/openkylin/linux.git
ixgbe: Add X550EM support for SFP insertion interrupt
Add support for the SFP insertion interrupt on X550EM devices with SFPs. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
29a8dca199
commit
cbd45ec7aa
|
@ -2631,6 +2631,8 @@ static inline void ixgbe_irq_enable(struct ixgbe_adapter *adapter, bool queues,
|
|||
case ixgbe_mac_X540:
|
||||
case ixgbe_mac_X550:
|
||||
case ixgbe_mac_X550EM_x:
|
||||
if (adapter->hw.device_id == IXGBE_DEV_ID_X550EM_X_SFP)
|
||||
mask |= IXGBE_EIMS_GPI_SDP0(&adapter->hw);
|
||||
if (adapter->hw.phy.type == ixgbe_phy_x550em_ext_t)
|
||||
mask |= IXGBE_EICR_GPI_SDP0_X540;
|
||||
mask |= IXGBE_EIMS_ECC;
|
||||
|
|
Loading…
Reference in New Issue