Searched defs:orig_autoc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c216 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL,
439 autoc = hw->mac.orig_autoc;
893 u32 orig_autoc = 0; /* holds the cached value of AUTOC register */ local
917 orig_autoc = hw->mac.orig_autoc;
919 orig_autoc = autoc;
930 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP)
932 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) &&
1130 hw->mac.orig_autoc = autoc;
1143 hw->mac.orig_autoc
[all...]
H A Dixgbe_type.h3815 u32 orig_autoc; member in struct:ixgbe_mac_info

Completed in 91 milliseconds