Home
last modified time | relevance | path

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

/linux/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_lib.c3826 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) in ice_is_feature_supported()
3839 void ice_set_feature_support(struct ice_pf *pf, enum ice_feature f) in ice_set_feature_support()
3852 void ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f) in ice_clear_feature_support()