Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c256 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
773 u32 orig_autoc = 0; in ixgbe_setup_mac_link_82599() local
796 orig_autoc = hw->mac.orig_autoc; in ixgbe_setup_mac_link_82599()
798 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
806 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_setup_mac_link_82599()
808 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) && in ixgbe_setup_mac_link_82599()
990 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82599()
994 if (autoc != hw->mac.orig_autoc) in ixgbe_reset_hw_82599()
995 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, (hw->mac.orig_autoc | in ixgbe_reset_hw_82599()
Dixgbe_82598.c258 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
847 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
849 } else if (autoc != hw->mac.orig_autoc) { in ixgbe_reset_hw_82598()
850 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.orig_autoc); in ixgbe_reset_hw_82598()
Dixgbe_type.h2828 u32 orig_autoc; member