Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_82598.c860 if (hw->phy.reset_disable == FALSE) { in ixgbe_reset_hw_82598()
HDixgbe_x550.c801 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_setup_fw_link()
2293 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_reset_phy_fw()
2567 if (!hw->phy.reset_disable && hw->phy.ops.reset) { in ixgbe_reset_hw_X550em()
HDixgbe_82599.c1069 if (hw->phy.reset_disable == FALSE && hw->phy.ops.reset != NULL) in ixgbe_reset_hw_82599()
HDif_ix.c2721 hw->phy.reset_disable = true; in ixgbe_setup_low_power_mode()
2726 hw->phy.reset_disable = false; in ixgbe_setup_low_power_mode()
HDixgbe_type.h4069 bool reset_disable; member