Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82599.c947 pma_pmd_1g = autoc & IXGBE_AUTOC_1G_PMA_PMD_MASK; in ixgbe_setup_mac_link_82599()
2218 u32 pma_pmd_1g = autoc & IXGBE_AUTOC_1G_PMA_PMD_MASK; in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_82598.c1232 u32 pma_pmd_1g = autoc & IXGBE_AUTOC_1G_PMA_PMD_MASK; in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_type.h2269 #define IXGBE_AUTOC_1G_PMA_PMD_MASK 0x00000200 macro