Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_82599.c2265 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KR; in ixgbe_get_supported_physical_layer_82599()
2277 physical_layer |= IXGBE_PHYSICAL_LAYER_10GBASE_KR; in ixgbe_get_supported_physical_layer_82599()
H A Dif_ix.c1397 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KR) in ixgbe_add_media_types()
1406 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KR) { in ixgbe_add_media_types()
2451 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KR) in ixgbe_if_media_status()
2478 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KR) in ixgbe_if_media_status()
H A Dixgbe_x550.c3597 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KR | in ixgbe_get_supported_physical_layer_X550em()
3601 physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_KR | in ixgbe_get_supported_physical_layer_X550em()
H A Dixgbe_type.h3530 #define IXGBE_PHYSICAL_LAYER_10GBASE_KR 0x00800 macro