Searched refs:nc_vsd (Results 1 – 4 of 4) sorted by relevance
82 ctrl->nc_vsd = nvme_vsd_devices[dev]; in nvme_vendor_map_ctrl()91 if (ctrl->nc_vsd != NULL) { in nvme_vendor_vuc_supported()92 for (size_t i = 0; i < ctrl->nc_vsd->nvd_nvuc; i++) { in nvme_vendor_vuc_supported()93 if (strcmp(name, ctrl->nc_vsd->nvd_vuc[i].nvd_short) == in nvme_vendor_vuc_supported()
116 if (ctrl->nc_vsd == NULL) { in nvme_vuc_discover_step()120 if (iter->nvi_cur_idx >= ctrl->nc_vsd->nvd_nvuc) { in nvme_vuc_discover_step()124 *outp = &ctrl->nc_vsd->nvd_vuc[iter->nvi_cur_idx]; in nvme_vuc_discover_step()
384 if (ctrl->nc_vsd == NULL) { in nvme_log_discover_step()389 while (iter->nli_cur_idx < ctrl->nc_vsd->nvd_nlogs) { in nvme_log_discover_step()391 ctrl->nc_vsd->nvd_logs[iter->nli_cur_idx]; in nvme_log_discover_step()
94 const struct nvme_vsd *nc_vsd; member