Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c2872 static inline bool ixgbe_is_sfp(struct ixgbe_hw *hw) in ixgbe_is_sfp() function
2899 if (!ixgbe_is_sfp(hw)) in ixgbe_check_sfp_event()
5692 if (ixgbe_is_sfp(hw)) { in ixgbe_up_complete()
7605 if (ixgbe_is_sfp(hw) && hw->mac.type == ixgbe_mac_82598EB) in ixgbe_watchdog_link_is_down()
11134 if (ixgbe_is_sfp(hw) && hw->phy.sfp_type != ixgbe_sfp_type_not_present) in ixgbe_probe()
11202 if (ixgbe_mng_enabled(hw) && ixgbe_is_sfp(hw) && hw->mac.ops.setup_link) in ixgbe_probe()