nvme_set_features
EXPORT_SYMBOL_GPL(nvme_set_features);
status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0,
status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens,
ret = nvme_set_features(ctrl, NVME_FEAT_TIMESTAMP, 0, &ts, sizeof(ts),
ret = nvme_set_features(ctrl, NVME_FEAT_HOST_BEHAVIOR, 0,
ret = nvme_set_features(ctrl, NVME_FEAT_AUTO_PST, apste,
ret = nvme_set_features(ctrl, NVME_FEAT_TEMP_THRESH, threshold, NULL, 0,
int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid,
return nvme_set_features(ctrl, NVME_FEAT_POWER_MGMT, ps, NULL, 0, NULL);