Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.c461 if (phy->reset_disable) { in igb_copper_link_setup_82580()
528 if (phy->reset_disable) { in igb_copper_link_setup_m88()
632 if (phy->reset_disable) in igb_copper_link_setup_m88_gen2()
728 if (phy->reset_disable) { in igb_copper_link_setup_igp()
H A De1000_hw.h433 bool reset_disable; member
H A De1000_82575.c1595 if (igb_sgmii_active_82575(hw) && !hw->phy.reset_disable) { in igb_setup_copper_link_82575()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c699 if (hw->phy.reset_disable == false) { in ixgbe_reset_hw_82598()
H A Dixgbe_x550.c566 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_setup_fw_link()
3125 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_reset_phy_fw()
3436 if (!hw->phy.reset_disable && hw->phy.ops.reset) in ixgbe_reset_hw_X550em()
H A Dixgbe_82599.c942 if (hw->phy.reset_disable == false && hw->phy.ops.reset != NULL) in ixgbe_reset_hw_82599()
H A Dixgbe_type.h3589 bool reset_disable; member
H A Dixgbe_main.c6906 adapter->hw.phy.reset_disable = true; in ixgbe_close_suspend()
6909 adapter->hw.phy.reset_disable = false; in ixgbe_close_suspend()