HomeSort by: relevance | last modified time | path
    Searched refs:orig_autoc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 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 */ local in function:ixgbe_setup_mac_link_82599
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
    [all...]
ixgbe_82598.c 317 autoc = hw->mac.orig_autoc;
923 hw->mac.orig_autoc = autoc;
925 } else if (autoc != hw->mac.orig_autoc) {
926 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.orig_autoc);
ixgbe_type.h 4206 u32 orig_autoc; member in struct:ixgbe_mac_info

Completed in 37 milliseconds