Home
last modified time | relevance | path

Searched refs:IXGBE_PHYSICAL_LAYER_1000BASE_T (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.c349 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X540()
H A Dixgbe_82598.c1249 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_x550.c3680 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X550em()
3684 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X550em()
3694 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_X550em()
H A Dixgbe_82599.c2216 physical_layer |= IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_physical_layer_82599()
H A Dixgbe_phy.c1613 physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_T; in ixgbe_get_supported_phy_sfp_layer_generic()
H A Dif_ix.c1289 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_T) in ixgbe_add_media_types()
2256 layer & IXGBE_PHYSICAL_LAYER_1000BASE_T || in ixgbe_if_media_status()
H A Dixgbe_type.h3464 #define IXGBE_PHYSICAL_LAYER_1000BASE_T 0x00002 macro