Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_82599.c900 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_setup_mac_link_82599()
2186 u32 pma_pmd_10g_serial = autoc2 & IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK; in ixgbe_get_supported_physical_layer_82599()
HDixgbe_type.h2159 #define IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK 0x00030000 macro