Home
last modified time | relevance | path

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

/trueos/sys/dev/ixgbe/
HDixgbe_common.h169 bool ixgbe_mng_present(struct ixgbe_hw *hw);
HDixgbe_x540.c85 if (!ixgbe_mng_present(hw)) in ixgbe_init_ops_X540()
HDixgbe_82599.c591 if (!ixgbe_mng_present(hw) && !hw->wol_enabled && in ixgbe_stop_mac_link_on_d3_82599()
HDixgbe_x550.c2763 !(hw->wol_enabled || ixgbe_mng_present(hw))) in ixgbe_enter_lplu_t_x550em()
HDixgbe_common.c4711 bool ixgbe_mng_present(struct ixgbe_hw *hw) in ixgbe_mng_present() function