Home
last modified time | relevance | path

Searched refs:ixgbe_get_media_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_transceiver.c190 if (ixgbe_get_media_type(&ixgbe->hw) == ixgbe_media_type_copper) { in ixgbe_transceiver_info()
247 if (ixgbe_get_media_type(&ixgbe->hw) == ixgbe_media_type_copper) { in ixgbe_transceiver_read()
H A Dixgbe_main.c1020 if (ixgbe_get_media_type(hw) == ixgbe_media_type_copper) { in ixgbe_identify_hardware()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.h59 enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw);
H A Dixgbe_82599.c92 if (ixgbe_get_media_type(hw) == ixgbe_media_type_fiber_fixed) in ixgbe_init_mac_link_ops_82599()
96 if ((ixgbe_get_media_type(hw) == ixgbe_media_type_backplane) && in ixgbe_init_mac_link_ops_82599()
H A Dixgbe_api.c300 enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw) in ixgbe_get_media_type() function