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