Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/host/
Dcore.c1174 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid, in nvme_set_features() function
1181 EXPORT_SYMBOL_GPL(nvme_set_features);
1198 status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0, in nvme_set_queue_count()
1232 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen()
2204 ret = nvme_set_features(ctrl, NVME_FEAT_TIMESTAMP, 0, &ts, sizeof(ts), in nvme_configure_timestamp()
2226 ret = nvme_set_features(ctrl, NVME_FEAT_HOST_BEHAVIOR, 0, in nvme_configure_acre()
2346 ret = nvme_set_features(ctrl, NVME_FEAT_AUTO_PST, apste, in nvme_configure_apst()
Dnvme.h494 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid,
Dpci.c2916 return nvme_set_features(ctrl, NVME_FEAT_POWER_MGMT, ps, NULL, 0, NULL); in nvme_set_power_state()