Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dnvme.h57 int nvme_set_features(struct nvme_dev *dev, unsigned fid, unsigned dword11,
/openbmc/linux/drivers/nvme/host/
H A Dhwmon.c52 ret = nvme_set_features(ctrl, NVME_FEAT_TEMP_THRESH, threshold, NULL, 0, in nvme_set_temp_thresh()
H A Dcore.c1528 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid, in nvme_set_features() function
1535 EXPORT_SYMBOL_GPL(nvme_set_features);
1552 status = nvme_set_features(ctrl, NVME_FEAT_NUM_QUEUES, q_count, NULL, 0, in nvme_set_queue_count()
1592 status = nvme_set_features(ctrl, NVME_FEAT_ASYNC_EVENT, supported_aens, in nvme_enable_aen()
2319 ret = nvme_set_features(ctrl, NVME_FEAT_TIMESTAMP, 0, &ts, sizeof(ts), in nvme_configure_timestamp()
2348 ret = nvme_set_features(ctrl, NVME_FEAT_HOST_BEHAVIOR, 0, in nvme_configure_host_options()
2505 ret = nvme_set_features(ctrl, NVME_FEAT_AUTO_PST, apste, in nvme_configure_apst()
H A Dnvme.h884 int nvme_set_features(struct nvme_ctrl *dev, unsigned int fid,
H A Dpci.c3208 return nvme_set_features(ctrl, NVME_FEAT_POWER_MGMT, ps, NULL, 0, NULL); in nvme_set_power_state()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.c479 int nvme_set_features(struct nvme_dev *dev, unsigned fid, unsigned dword11, in nvme_set_features() function
530 status = nvme_set_features(dev, NVME_FEAT_NUM_QUEUES, in nvme_set_queue_count()