Searched refs:nvme_set_features (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/nvme/host/ |
D | core.c | 1023 static int nvme_set_features(struct nvme_ctrl *dev, unsigned fid, unsigned dword11, in nvme_set_features() function 1048 status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0, in nvme_set_queue_count() 1081 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen() 1866 ret = nvme_set_features(ctrl, NVME_FEAT_TIMESTAMP, 0, &ts, sizeof(ts), in nvme_configure_timestamp() 1988 ret = nvme_set_features(ctrl, NVME_FEAT_AUTO_PST, apste, in nvme_configure_apst()
|