Searched refs:supported_feature (Results 1 – 1 of 1) sorted by relevance
197 bool *supported_feature = ctrlr->feature_supported; in nvme_ctrlr_set_intel_supported_features() local199 supported_feature[NVME_INTEL_FEAT_MAX_LBA] = true; in nvme_ctrlr_set_intel_supported_features()200 supported_feature[NVME_INTEL_FEAT_NATIVE_MAX_LBA] = true; in nvme_ctrlr_set_intel_supported_features()201 supported_feature[NVME_INTEL_FEAT_POWER_GOVERNOR_SETTING] = true; in nvme_ctrlr_set_intel_supported_features()202 supported_feature[NVME_INTEL_FEAT_SMBUS_ADDRESS] = true; in nvme_ctrlr_set_intel_supported_features()203 supported_feature[NVME_INTEL_FEAT_LED_PATTERN] = true; in nvme_ctrlr_set_intel_supported_features()204 supported_feature[NVME_INTEL_FEAT_RESET_TIMED_WORKLOAD_COUNTERS] = true; in nvme_ctrlr_set_intel_supported_features()205 supported_feature[NVME_INTEL_FEAT_LATENCY_TRACKING] = true; in nvme_ctrlr_set_intel_supported_features()213 bool *supported_feature = ctrlr->feature_supported; in nvme_ctrlr_set_supported_features() local218 supported_feature[NVME_FEAT_ARBITRATION] = true; in nvme_ctrlr_set_supported_features()[all …]