HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_mng_present (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 180 bool ixgbe_mng_present(struct ixgbe_hw *hw);
ixgbe_82599.c 607 if (!ixgbe_mng_present(hw) && !hw->wol_enabled &&
ixgbe_phy.c 2750 if (!on && ixgbe_mng_present(hw))
ixgbe_x550.c 3987 !(hw->wol_enabled || ixgbe_mng_present(hw)))
ixgbe_common.c 5347 * ixgbe_mng_present - returns TRUE when management capability is present
5350 bool ixgbe_mng_present(struct ixgbe_hw *hw) function in typeref:typename:bool

Completed in 22 milliseconds