Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_lib.h113 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
114 void ice_set_feature_support(struct ice_pf *pf, enum ice_feature f);
115 void ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f);
H A Dice.h198 enum ice_feature { enum
H A Dice_lib.c3840 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) in ice_is_feature_supported()
3853 void ice_set_feature_support(struct ice_pf *pf, enum ice_feature f) in ice_set_feature_support()
3866 void ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f) in ice_clear_feature_support()