Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c280 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82598()
887 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82598()
889 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82598()
H A Dixgbe_82599.c411 if (hw->mac.orig_link_settings_stored) in ixgbe_get_link_capabilities_82599()
885 if (hw->mac.orig_link_settings_stored) in ixgbe_setup_mac_link_82599()
1098 if (hw->mac.orig_link_settings_stored == false) { in ixgbe_reset_hw_82599()
1101 hw->mac.orig_link_settings_stored = true; in ixgbe_reset_hw_82599()
H A Dixgbe_type.h4105 bool orig_link_settings_stored; member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2917 if (hw->mac.orig_link_settings_stored) in txgbe_get_link_capabilities_raptor()
3329 if (hw->mac.orig_link_settings_stored) in txgbe_setup_mac_link()
3607 if (!hw->mac.orig_link_settings_stored) { in txgbe_reset_hw()
3610 hw->mac.orig_link_settings_stored = true; in txgbe_reset_hw()
H A Dtxgbe_type.h553 bool orig_link_settings_stored; member