Home
last modified time | relevance | path

Searched refs:IXGBE_PHYSICAL_LAYER_10GBASE_SR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82598.c1292 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_physical_layer_82598()
1310 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_phy.c1609 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
1622 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
H A Dif_ix.c1312 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_SR) { in ixgbe_add_media_types()
2307 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_SR || in ixgbe_if_media_status()
H A Dixgbe_type.h3469 #define IXGBE_PHYSICAL_LAYER_10GBASE_SR 0x00040 macro