Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h116 bool ixgbe_mng_present(struct ixgbe_hw *hw);
Dixgbe_x540.c60 if (!ixgbe_mng_present(hw)) in ixgbe_get_invariants_X540()
Dixgbe_82599.c514 if (!ixgbe_mng_present(hw) && !hw->wol_enabled && in ixgbe_stop_mac_link_on_d3_82599()
Dixgbe_x550.c1898 !(hw->wol_enabled || ixgbe_mng_present(hw))) in ixgbe_enter_lplu_t_x550em()
Dixgbe_common.c3916 bool ixgbe_mng_present(struct ixgbe_hw *hw) in ixgbe_mng_present() function