Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice.h970 bool ice_is_wol_supported(struct ice_hw *hw);
H A Dice_ethtool.c4036 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()
H A Dice_main.c4100 bool ice_is_wol_supported(struct ice_hw *hw) in ice_is_wol_supported() function