Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82599.c908 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_setup_mac_link_82599()
2199 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_type.h2225 #define IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK 0x00030000 macro