Home
last modified time | relevance | path

Searched refs:nvme_get_log (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dhwmon.c62 return nvme_get_log(data->ctrl, NVME_NSID_ALL, NVME_LOG_SMART, 0, in nvme_hwmon_get_smart_log()
H A Dnvme.h896 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi,
H A Dcore.c2840 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi, in nvme_get_log() function
2872 ret = nvme_get_log(ctrl, 0x00, NVME_LOG_CMD_EFFECTS, 0, csi, in nvme_get_effects_log()
3925 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_CHANGED_NS, 0, in nvme_clear_changed_ns_log()
4120 if (nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_FW_SLOT, 0, NVME_CSI_NVM, in nvme_get_fw_slot_info()
H A Dmultipath.c817 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
/openbmc/qemu/hw/nvme/
H A Dctrl.c5355 static uint16_t nvme_get_log(NvmeCtrl *n, NvmeRequest *req) in nvme_get_log() function
7265 return nvme_get_log(n, req); in nvme_admin_cmd()