Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_api.h59 enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw);
H A Dixgbe_82599.c91 if (ixgbe_get_media_type(hw) == ixgbe_media_type_fiber_fixed) in ixgbe_init_mac_link_ops_82599()
95 if ((ixgbe_get_media_type(hw) == ixgbe_media_type_backplane) && in ixgbe_init_mac_link_ops_82599()
H A Dixgbe_api.c330 enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw) in ixgbe_get_media_type() function