Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ctrlr.c197 bool *supported_feature = ctrlr->feature_supported; in nvme_ctrlr_set_intel_supported_features() local
199 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() local
218 supported_feature[NVME_FEAT_ARBITRATION] = true; in nvme_ctrlr_set_supported_features()
[all …]