Symbol: ixgbe_media_type_copper
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
204
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
365
media_type = ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
392
media_type = ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
152
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2188
if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
555
media_type = ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
583
media_type = ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
201
case ixgbe_media_type_copper:
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
283
case ixgbe_media_type_copper:
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
308
else if (hw->phy.media_type == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3154
case ixgbe_media_type_copper:
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
321
} else if (hw->phy.media_type == ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
342
else if (hw->phy.media_type == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
379
} else if ((hw->phy.media_type == ixgbe_media_type_copper) &&
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1452
return ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1466
return ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4616
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
190
return ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1457
media_type = ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1466
media_type = ixgbe_media_type_copper;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1779
case ixgbe_media_type_copper:
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2934
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4463
if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
657
if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
681
if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper)
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
444
if (hw->phy.media_type == ixgbe_media_type_copper &&
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
453
if (hw->phy.media_type == ixgbe_media_type_copper &&
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
462
if (hw->phy.media_type == ixgbe_media_type_copper &&
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
471
if (hw->phy.media_type == ixgbe_media_type_copper &&
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
480
if (hw->phy.media_type == ixgbe_media_type_copper &&
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
489
if (ixgbe->hw.phy.media_type != ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
775
perm = (hw->phy.media_type == ixgbe_media_type_copper) ?
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
783
perm = (hw->phy.media_type == ixgbe_media_type_copper) ?
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
792
perm = (hw->phy.media_type == ixgbe_media_type_copper) ?
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
801
perm = (hw->phy.media_type == ixgbe_media_type_copper) ?
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
810
perm = (hw->phy.media_type == ixgbe_media_type_copper) ?
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
819
perm = (hw->phy.media_type == ixgbe_media_type_copper) ?
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1054
if (ixgbe_get_media_type(hw) == ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c
113
case ixgbe_media_type_copper:
usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c
195
if (ixgbe_get_media_type(&ixgbe->hw) == ixgbe_media_type_copper) {
usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c
252
if (ixgbe_get_media_type(&ixgbe->hw) == ixgbe_media_type_copper) {