Lines Matching defs:orig_autoc
223 hw->mac.orig_autoc | IXGBE_AUTOC_LMS_10G_SERIAL,
452 autoc = hw->mac.orig_autoc;
908 u32 orig_autoc = 0; /* holds the cached value of AUTOC register */
936 orig_autoc = hw->mac.orig_autoc;
938 orig_autoc = autoc;
949 if (orig_autoc & IXGBE_AUTOC_KX4_SUPP)
951 if ((orig_autoc & IXGBE_AUTOC_KR_SUPP) &&
1151 hw->mac.orig_autoc = autoc;
1164 hw->mac.orig_autoc =
1165 (hw->mac.orig_autoc & ~IXGBE_AUTOC_LMS_MASK) |
1168 if (autoc != hw->mac.orig_autoc) {
1170 hw->mac.orig_autoc,