Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c901 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_setup_mac_link_82599()
2193 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_type.h2195 #define IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK 0x00030000 macro