Home
last modified time | relevance | path

Searched refs:autoc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_82598.c301 u32 autoc = 0; in ixgbe_get_link_capabilities_82598() local
311 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82598()
334 if (autoc & IXGBE_AUTOC_KX4_SUPP) in ixgbe_get_link_capabilities_82598()
336 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82598()
739 u32 autoc = curr_autoc; in ixgbe_setup_mac_link_82598() local
756 autoc |= IXGBE_AUTOC_KX4_SUPP; in ixgbe_setup_mac_link_82598()
758 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82598()
759 if (autoc != curr_autoc) in ixgbe_setup_mac_link_82598()
817 u32 autoc; in ixgbe_reset_hw_82598() local
918 hw->mac.orig_autoc = autoc; in ixgbe_reset_hw_82598()
[all …]
H A Dixgbe_82599.c420 u32 autoc = 0; in ixgbe_get_link_capabilities_82599() local
443 autoc = hw->mac.orig_autoc; in ixgbe_get_link_capabilities_82599()
471 if (autoc & IXGBE_AUTOC_KR_SUPP) in ixgbe_get_link_capabilities_82599()
475 if (autoc & IXGBE_AUTOC_KX_SUPP) in ixgbe_get_link_capabilities_82599()
482 if (autoc & IXGBE_AUTOC_KR_SUPP) in ixgbe_get_link_capabilities_82599()
923 orig_autoc = autoc; in ixgbe_setup_mac_link_82599()
938 autoc |= IXGBE_AUTOC_KR_SUPP; in ixgbe_setup_mac_link_82599()
941 autoc |= IXGBE_AUTOC_KX_SUPP; in ixgbe_setup_mac_link_82599()
964 if (autoc != current_autoc) { in ixgbe_setup_mac_link_82599()
1037 u32 i, autoc, autoc2; in ixgbe_reset_hw_82599() local
[all …]