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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h96 bool ixgbe_mng_present(struct ixgbe_hw *hw);
H A Dixgbe_82599.c489 if (!ixgbe_mng_present(hw) && !hw->wol_enabled &&
H A Dixgbe_phy.c2805 if (!on && ixgbe_mng_present(hw))
H A Dixgbe_common.c4172 /** ixgbe_mng_present - returns true when management capability is present
4175 bool ixgbe_mng_present(struct ixgbe_hw *hw) function
H A Dixgbe_x550.c3102 !(hw->wol_enabled || ixgbe_mng_present(hw)))

Completed in 533 milliseconds