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; local
199 supported_feature[NVME_INTEL_FEAT_MAX_LBA] = true;
200 supported_feature[NVME_INTEL_FEAT_NATIVE_MAX_LBA] = true;
201 supported_feature[NVME_INTEL_FEAT_POWER_GOVERNOR_SETTING] = true;
202 supported_feature[NVME_INTEL_FEAT_SMBUS_ADDRESS] = true;
203 supported_feature[NVME_INTEL_FEAT_LED_PATTERN] = true;
204 supported_feature[NVME_INTEL_FEAT_RESET_TIMED_WORKLOAD_COUNTERS] = true;
205 supported_feature[NVME_INTEL_FEAT_LATENCY_TRACKING] = true;
213 bool *supported_feature = ctrlr->feature_supported; local
218 supported_feature[NVME_FEAT_ARBITRATIO
[all...]

Completed in 72 milliseconds