Searched refs:NVME_CSI_NVM (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/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 | 1875 .identify.csi = NVME_CSI_NVM, in nvme_identify_ns_nvm() 2251 case NVME_CSI_NVM: in nvme_update_ns_info() 3145 c.identify.csi = NVME_CSI_NVM; in nvme_init_non_mdts_limits() 3203 ret = nvme_get_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 3212 xa_store(&ctrl->cels, NVME_CSI_NVM, ctrl->effects, GFP_KERNEL); in nvme_init_effects() 4025 if (info.ids.csi != NVME_CSI_NVM && !nvme_multi_css(ctrl)) { in nvme_scan_ns() 4037 (info.ids.csi != NVME_CSI_NVM && info.ids.csi != NVME_CSI_ZNS)) in nvme_scan_ns() 4194 NVME_CSI_NVM, log, log_size, 0); in nvme_clear_changed_ns_log() 4389 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 | 811 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
|
/linux-6.12.1/drivers/nvme/target/ |
D | admin-cmd.c | 206 case NVME_CSI_NVM: in nvmet_execute_get_log_cmd_effects_ns() 708 case NVME_CSI_NVM: in nvmet_execute_identify() 721 case NVME_CSI_NVM: in nvmet_execute_identify()
|
D | core.c | 707 ns->csi = NVME_CSI_NVM; in nvmet_ns_alloc() 933 case NVME_CSI_NVM: in nvmet_parse_io_cmd()
|
/linux-6.12.1/include/linux/ |
D | nvme.h | 536 NVME_CSI_NVM = 0, enumerator
|