Home
last modified time | relevance | path

Searched refs:orig_link_settings_stored (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c310 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82598()
917 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82598()
919 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82598()
H A Dixgbe_82599.c462 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82599()
943 if (hw->mac.orig_link_settings_stored) in ixgbe_setup_mac_link_82599()
1156 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82599()
1159 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82599()
H A Dixgbe_type.h4233 bool orig_link_settings_stored; member