Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_transceiver.c74 { IXGBE_PHYSICAL_LAYER_10GBASE_SR, SPEED_10GB,
76 { IXGBE_PHYSICAL_LAYER_10GBASE_SR, SPEED_1GB,
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c1293 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_physical_layer_82598()
1311 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_physical_layer_82598()
H A Dixgbe_phy.c1612 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
1625 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; in ixgbe_get_supported_phy_sfp_layer_generic()
H A Dixgbe_type.h3417 #define IXGBE_PHYSICAL_LAYER_10GBASE_SR 0x00040 macro