Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ixgbe/
HDixgbe_82598.c1267 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_CX4; in ixgbe_get_supported_physical_layer_82598()
HDixgbe_82599.c2256 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_CX4; in ixgbe_get_supported_physical_layer_82599()
HDif_ix.c1394 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_CX4) in ixgbe_add_media_types()
2441 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_CX4) in ixgbe_if_media_status()
HDixgbe_type.h3527 #define IXGBE_PHYSICAL_LAYER_10GBASE_CX4 0x00100 macro