Searched refs:orig_link_settings_stored (Results 1 – 3 of 3) sorted by relevance
233 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82598()803 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82598()805 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82598()
373 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82599()973 if (hw->mac.orig_link_settings_stored) in ixgbe_setup_mac_link_82599()1180 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82599()1183 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82599()
3150 bool orig_link_settings_stored; member