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 | 1936 .identify.csi = NVME_CSI_NVM, in nvme_identify_ns_nvm() 2269 NVME_CSI_NVM, &hdr, size, 0, info->endgid); in nvme_query_fdp_granularity() 2289 NVME_CSI_NVM, h, size, 0, info->endgid); in nvme_query_fdp_granularity() 2557 case NVME_CSI_NVM: in nvme_update_ns_info() 3483 c.identify.csi = NVME_CSI_NVM; in nvme_init_non_mdts_limits() 3560 ret = nvme_get_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 3566 ret = nvme_init_effects_log(ctrl, NVME_CSI_NVM, &ctrl->effects); in nvme_init_effects() 4438 if (info.ids.csi != NVME_CSI_NVM && !nvme_multi_css(ctrl)) { in nvme_scan_ns() 4450 (info.ids.csi != NVME_CSI_NVM && info.ids.csi != NVME_CSI_ZNS) || in nvme_scan_ns() 4608 NVME_CSI_NVM, log, log_size, 0); in nvme_clear_changed_ns_log() [all …]
|
| H A D | multipath.c | 964 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 | 421 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 | 735 ns->csi = NVME_CSI_NVM; in nvmet_ns_alloc() 1135 case NVME_CSI_NVM: in nvmet_parse_io_cmd()
|
| /linux/include/linux/ |
| H A D | nvme.h | 580 NVME_CSI_NVM = 0, enumerator
|