Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_82598.c310 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82598()
916 if (hw->mac.orig_link_settings_stored == FALSE) { in ixgbe_reset_hw_82598()
918 hw->mac.orig_link_settings_stored = TRUE; in ixgbe_reset_hw_82598()
Dixgbe_82599.c442 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82599()
920 if (hw->mac.orig_link_settings_stored) in ixgbe_setup_mac_link_82599()
1133 if (hw->mac.orig_link_settings_stored == FALSE) { in ixgbe_reset_hw_82599()
1136 hw->mac.orig_link_settings_stored = TRUE; in ixgbe_reset_hw_82599()
Dixgbe_type.h4030 bool orig_link_settings_stored; member