Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_82598.c1291 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_physical_layer_82598()
1309 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_physical_layer_82598()
HDixgbe_phy.c1608 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
1621 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
HDif_ix.c1165 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_SR) { in ixgbe_add_media_types()
2110 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_SR || in ixgbe_media_status()
HDixgbe_type.h3381 #define IXGBE_PHYSICAL_LAYER_10GBASE_SR 0x00040 macro