Searched refs:ice_is_wol_supported (Results 1 – 3 of 3) sorted by relevance
590 bool ice_is_wol_supported(struct ice_pf *pf);
3457 if (ice_is_wol_supported(pf)) { in ice_get_wol()3477 if (vsi->type != ICE_VSI_PF || !ice_is_wol_supported(pf)) in ice_set_wol()
3528 bool ice_is_wol_supported(struct ice_pf *pf) in ice_is_wol_supported() function