Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c861 if (hw->phy.reset_disable == false) { in ixgbe_reset_hw_82598()
H A Dixgbe_x550.c708 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_setup_fw_link()
2144 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_reset_phy_fw()
2422 if (!hw->phy.reset_disable && hw->phy.ops.reset) { in ixgbe_reset_hw_X550em()
H A Dixgbe_82599.c1092 if (hw->phy.reset_disable == false && hw->phy.ops.reset != NULL) in ixgbe_reset_hw_82599()
H A Dif_ix.c3035 hw->phy.reset_disable = true; in ixgbe_setup_low_power_mode()
3041 hw->phy.reset_disable = false; in ixgbe_setup_low_power_mode()
H A Dixgbe_type.h4225 bool reset_disable; member