Searched refs:NVME_CSI_NVM (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/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 | 1781 c.identify.csi = NVME_CSI_NVM; in nvme_init_ms() 2101 case NVME_CSI_NVM: in nvme_update_ns_info() 2924 c.identify.csi = NVME_CSI_NVM; in nvme_init_non_mdts_limits() 2983 ret = nvme_get_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 2992 xa_store(&ctrl->cels, NVME_CSI_NVM, ctrl->effects, GFP_KERNEL); in nvme_init_effects() 3752 if (info.ids.csi != NVME_CSI_NVM && !nvme_multi_css(ctrl)) { in nvme_scan_ns() 3764 (info.ids.csi != NVME_CSI_NVM && info.ids.csi != NVME_CSI_ZNS)) in nvme_scan_ns() 3882 NVME_CSI_NVM, log, log_size, 0); in nvme_clear_changed_ns_log() 4075 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 | 715 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
|
| /Linux-v6.6/drivers/nvme/target/ |
| 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()
|
| D | core.c | 691 ns->csi = NVME_CSI_NVM; in nvmet_ns_alloc() 908 case NVME_CSI_NVM: in nvmet_parse_io_cmd()
|
| /Linux-v6.6/include/linux/ |
| D | nvme.h | 519 NVME_CSI_NVM = 0, enumerator
|