Home
last modified time | relevance | path

Searched refs:ice_is_wol_supported (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice.h590 bool ice_is_wol_supported(struct ice_pf *pf);
Dice_ethtool.c3457 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()
Dice_main.c3528 bool ice_is_wol_supported(struct ice_pf *pf) in ice_is_wol_supported() function