Searched refs:ice_is_wol_supported (Results 1 – 3 of 3) sorted by relevance
887 bool ice_is_wol_supported(struct ice_hw *hw);
3564 if (ice_is_wol_supported(&pf->hw)) { in ice_get_wol()3584 if (vsi->type != ICE_VSI_PF || !ice_is_wol_supported(&pf->hw)) in ice_set_wol()
4177 bool ice_is_wol_supported(struct ice_hw *hw) in ice_is_wol_supported() function