Searched refs:nvme_set_features (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/nvme/host/ |
D | hwmon.c | 52 ret = nvme_set_features(ctrl, NVME_FEAT_TEMP_THRESH, threshold, NULL, 0, in nvme_set_temp_thresh()
|
D | core.c | 1553 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid, in nvme_set_features() function 1560 EXPORT_SYMBOL_GPL(nvme_set_features); 1577 status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0, in nvme_set_queue_count() 1611 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen() 2336 ret = nvme_set_features(ctrl, NVME_FEAT_TIMESTAMP, 0, &ts, sizeof(ts), in nvme_configure_timestamp() 2365 ret = nvme_set_features(ctrl, NVME_FEAT_HOST_BEHAVIOR, 0, in nvme_configure_host_options() 2522 ret = nvme_set_features(ctrl, NVME_FEAT_AUTO_PST, apste, in nvme_configure_apst()
|
D | nvme.h | 841 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid,
|
D | pci.c | 3160 return nvme_set_features(ctrl, NVME_FEAT_POWER_MGMT, ps, NULL, 0, NULL); in nvme_set_power_state()
|