Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c184 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82598()
756 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82598()
758 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82598()
Dixgbe_82599.c348 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82599()
800 if (hw->mac.orig_link_settings_stored) in ixgbe_setup_mac_link_82599()
1008 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82599()
1011 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82599()
Dixgbe_type.h3570 bool orig_link_settings_stored; member