Home
last modified time | relevance | path

Searched refs:reset_disable (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_phy.c477 if (phy->reset_disable) { in igb_copper_link_setup_82580()
544 if (phy->reset_disable) { in igb_copper_link_setup_m88()
648 if (phy->reset_disable) in igb_copper_link_setup_m88_gen2()
743 if (phy->reset_disable) { in igb_copper_link_setup_igp()
De1000_hw.h450 bool reset_disable; member
De1000_82575.c1584 if (igb_sgmii_active_82575(hw) && !hw->phy.reset_disable) { in igb_setup_copper_link_82575()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c747 if (hw->phy.reset_disable == false) { in ixgbe_reset_hw_82598()
Dixgbe_82599.c970 if (hw->phy.reset_disable == false && hw->phy.ops.reset != NULL) in ixgbe_reset_hw_82599()
Dixgbe_x550.c2159 if (!hw->phy.reset_disable && hw->phy.ops.reset) in ixgbe_reset_hw_X550em()
Dixgbe_type.h3398 bool reset_disable; member
Dixgbe_main.c5849 adapter->hw.phy.reset_disable = true; in ixgbe_close_suspend()
5852 adapter->hw.phy.reset_disable = false; in ixgbe_close_suspend()