Searched refs:nvme_get_features (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/include/ |
H A D | nvme.h | 41 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid,
|
/openbmc/linux/drivers/nvme/host/ |
H A D | hwmon.c | 29 ret = nvme_get_features(ctrl, NVME_FEAT_TEMP_THRESH, threshold, NULL, 0, in nvme_get_temp_thresh()
|
H A D | nvme.h | 887 int nvme_get_features(struct nvme_ctrl *dev, unsigned int fid,
|
H A D | core.c | 1539 int nvme_get_features(struct nvme_ctrl *dev, unsigned int fid, in nvme_get_features() function 1546 EXPORT_SYMBOL_GPL(nvme_get_features);
|
H A D | pci.c | 3203 return nvme_get_features(ctrl, NVME_FEAT_POWER_MGMT, 0, NULL, 0, ps); in nvme_get_power_state()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | passthru.c | 384 ret = nvme_get_features(ctrl, NVME_FEAT_HOST_BEHAVIOR, 0, in nvmet_passthru_set_host_behaviour()
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.c | 460 int nvme_get_features(struct nvme_dev *dev, unsigned fid, unsigned nsid, in nvme_get_features() function
|