Lines Matching defs:csi
156 u8 lsp, u8 csi, void *log, size_t size, u64 offset, u16 lsi);
1527 memcpy(&ids->csi, data + sizeof(*cur), NVME_NIDT_CSI_LEN);
1910 a->csi == b->csi;
1920 .identify.csi = NVME_CSI_NVM,
2366 ns->head->ids.csi == NVME_CSI_ZNS) {
2392 ns->head->ids.csi == NVME_CSI_ZNS)
2458 switch (info->ids.csi) {
2474 "block device for nsid %u not supported (csi %u)\n",
2475 info->nsid, info->ids.csi);
3293 u8 lsp, u8 csi, void *log, size_t size, u64 offset, u16 lsi)
3306 c.get_log_page.csi = csi;
3312 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi,
3315 return nvme_get_log_lsi(ctrl, nsid, log_page, lsp, csi, log, size,
3319 static int nvme_get_effects_log(struct nvme_ctrl *ctrl, u8 csi,
3322 struct nvme_effects_log *old, *cel = xa_load(&ctrl->cels, csi);
3332 ret = nvme_get_log(ctrl, 0x00, NVME_LOG_CMD_EFFECTS, 0, csi,
3339 old = xa_store(&ctrl->cels, csi, cel, GFP_KERNEL);
3387 c.identify.csi = NVME_CSI_NVM;
3406 u8 csi, struct nvme_effects_log **log)
3414 old = xa_store(&ctrl->cels, csi, effects, GFP_KERNEL);
3915 if (head->ids.csi) {
3916 ret = nvme_get_effects_log(ctrl, head->ids.csi, &head->effects);
4320 if (info.ids.csi != NVME_CSI_NVM && !nvme_multi_css(ctrl)) {
4332 (info.ids.csi != NVME_CSI_NVM && info.ids.csi != NVME_CSI_ZNS) ||