Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_lib.h118 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
119 void ice_set_feature_support(struct ice_pf *pf, enum ice_feature f);
120 void ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f);
Dice.h202 enum ice_feature { enum
Dice_lib.c3818 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) in ice_is_feature_supported()
3831 void ice_set_feature_support(struct ice_pf *pf, enum ice_feature f) in ice_set_feature_support()
3844 void ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f) in ice_clear_feature_support()