Home
last modified time | relevance | path

Searched refs:IXGBE_AUTOC_1G_PMA_PMD_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_82599.c932 pma_pmd_1g = autoc & IXGBE_AUTOC_1G_PMA_PMD_MASK; in ixgbe_setup_mac_link_82599()
2199 u32 pma_pmd_1g = autoc & IXGBE_AUTOC_1G_PMA_PMD_MASK; in ixgbe_get_supported_physical_layer_82599()
Dixgbe_82598.c1233 u32 pma_pmd_1g = autoc & IXGBE_AUTOC_1G_PMA_PMD_MASK; in ixgbe_get_supported_physical_layer_82598()
Dixgbe_type.h2212 #define IXGBE_AUTOC_1G_PMA_PMD_MASK 0x00000200 macro