Searched refs:NVME_CSI_NVM (Results 1 – 6 of 6) sorted by relevance
| /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 | 1921 .identify.csi = NVME_CSI_NVM, in nvme_identify_ns_nvm() 2200 NVME_CSI_NVM, &hdr, size, 0, info->endgid); in nvme_query_fdp_granularity() 2220 NVME_CSI_NVM, h, size, 0, info->endgid); in nvme_query_fdp_granularity() 2466 case NVME_CSI_NVM: in nvme_update_ns_info() 3383 c.identify.csi = NVME_CSI_NVM; in nvme_init_non_mdts_limits() 3460 ret = nvme_get_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 3466 ret = nvme_init_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 4310 if (info.ids.csi != NVME_CSI_NVM && !nvme_multi_css(ctrl)) { in nvme_scan_ns() 4322 (info.ids.csi != NVME_CSI_NVM && info.ids.csi != NVME_CSI_ZNS) || in nvme_scan_ns() 4480 NVME_CSI_NVM, log, log_size, 0); in nvme_clear_changed_ns_log() [all …]
|
| H A D | multipath.c | 947 error = nvme_get_log(ctrl, NVME_NSID_ALL, NVME_LOG_ANA, 0, NVME_CSI_NVM, in nvme_read_ana_log()
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 419 case NVME_CSI_NVM: in nvmet_execute_get_log_cmd_effects_ns() 1122 case NVME_CSI_NVM: in nvmet_execute_identify() 1135 case NVME_CSI_NVM: in nvmet_execute_identify()
|
| H A D | core.c | 724 ns->csi = NVME_CSI_NVM; in nvmet_ns_alloc() 1124 case NVME_CSI_NVM: in nvmet_parse_io_cmd()
|
| /linux/include/linux/ |
| H A D | nvme.h | 573 NVME_CSI_NVM = 0, enumerator
|