Searched refs:NVME_CSI_NVM (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/nvme/host/ |
H A D | hwmon.c | 63 NVME_CSI_NVM, data->log, sizeof(*data->log), 0); in nvme_hwmon_get_smart_log()
|
H A D | core.c | 1769 c.identify.csi = NVME_CSI_NVM; in nvme_init_ms() 2106 case NVME_CSI_NVM: in nvme_update_ns_info() 2935 c.identify.csi = NVME_CSI_NVM; in nvme_init_non_mdts_limits() 3013 ret = nvme_get_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 3019 ret = nvme_init_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 3794 if (info.ids.csi != NVME_CSI_NVM && !nvme_multi_css(ctrl)) { in nvme_scan_ns() 3806 (info.ids.csi != NVME_CSI_NVM && info.ids.csi != NVME_CSI_ZNS)) in nvme_scan_ns() 3926 NVME_CSI_NVM, log, log_size, 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 D | multipath.c | 817 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | admin-cmd.c | 206 case NVME_CSI_NVM: in nvmet_execute_get_log_cmd_effects_ns() 698 case NVME_CSI_NVM: in nvmet_execute_identify() 711 case NVME_CSI_NVM: in nvmet_execute_identify()
|
H A D | core.c | 694 ns->csi = NVME_CSI_NVM; in nvmet_ns_alloc() 920 case NVME_CSI_NVM: in nvmet_parse_io_cmd()
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 73 ns->csi = NVME_CSI_NVM; in nvme_ns_init()
|
H A D | ctrl.c | 3117 return csi == NVME_CSI_NVM || csi == NVME_CSI_ZONED; in nvme_csi_supports_copy() 5129 case NVME_CSI_NVM: in nvme_cmd_effects() 5584 case NVME_CSI_NVM: in nvme_identify_ctrl_csi() 5624 if (active || ns->csi == NVME_CSI_NVM) { in nvme_identify_ns() 5761 if (c->csi == NVME_CSI_NVM) { in nvme_identify_ns_csi() 5839 if (c->csi != NVME_CSI_NVM && c->csi != NVME_CSI_ZONED) { in nvme_identify_nslist_csi() 5962 NVME_SET_CSI(*list, NVME_CSI_NVM); in nvme_identify_cmd_set() 6664 case NVME_CSI_NVM: in nvme_select_iocs_ns()
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 519 NVME_CSI_NVM = 0, enumerator
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 1470 NVME_CSI_NVM = 0x00, enumerator
|