Searched refs:ixgbe_is_sfp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2900 static inline bool ixgbe_is_sfp(struct ixgbe_hw *hw) function
2927 if (!ixgbe_is_sfp(hw))
5720 if (ixgbe_is_sfp(hw)) {
7633 if (ixgbe_is_sfp(hw) && hw->mac.type == ixgbe_mac_82598EB)
11202 if (ixgbe_is_sfp(hw) && hw->phy.sfp_type != ixgbe_sfp_type_not_present)
11270 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link)

Completed in 267 milliseconds