Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c4013 if (ice_is_wol_supported(&pf->hw)) { in ice_get_wol()
4033 if (vsi->type != ICE_VSI_PF || !ice_is_wol_supported(&pf->hw)) in ice_set_wol()
H A Dice_main.c4135 bool ice_is_wol_supported(struct ice_hw *hw) in ice_is_wol_supported() function