Searched refs:NVME_CSI_NVM (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/nvme/target/ |
D | admin-cmd.c | 204 case NVME_CSI_NVM: in nvmet_execute_get_log_cmd_effects_ns() 675 case NVME_CSI_NVM: in nvmet_handle_identify_desclist() 697 case NVME_CSI_NVM: in nvmet_execute_identify() 715 case NVME_CSI_NVM: in nvmet_execute_identify() 731 case NVME_CSI_NVM: in nvmet_execute_identify()
|
D | core.c | 689 ns->csi = NVME_CSI_NVM; in nvmet_ns_alloc() 905 case NVME_CSI_NVM: in nvmet_parse_io_cmd()
|
/linux-6.1.9/drivers/nvme/host/ |
D | hwmon.c | 63 NVME_CSI_NVM, data->log, sizeof(*data->log), 0); in nvme_hwmon_get_smart_log()
|
D | core.c | 1091 if (ns->head->ids.csi == NVME_CSI_NVM) in nvme_command_effects() 1761 c.identify.csi = NVME_CSI_NVM; in nvme_init_ms() 2073 case NVME_CSI_NVM: in nvme_update_ns_info() 3076 c.identify.csi = NVME_CSI_NVM; in nvme_init_non_mdts_limits() 3107 ret = nvme_get_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_identify() 4395 if (info.ids.csi != NVME_CSI_NVM && !nvme_multi_css(ctrl)) { in nvme_scan_ns() 4407 (info.ids.csi != NVME_CSI_NVM && info.ids.csi != NVME_CSI_ZNS)) { in nvme_scan_ns() 4528 NVME_CSI_NVM, log, log_size, 0); in nvme_clear_changed_ns_log() 4705 if (nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_FW_SLOT, 0, NVME_CSI_NVM, in nvme_get_fw_slot_info()
|
D | multipath.c | 681 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
|
/linux-6.1.9/include/linux/ |
D | nvme.h | 519 NVME_CSI_NVM = 0, enumerator
|