]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/s390/cio/qdio_debug.c
qdio: support asynchronous delivery of storage blocks
[mirror_ubuntu-artful-kernel.git] / drivers / s390 / cio / qdio_debug.c
index 0e615cb912d0eb0a90a2d510b5814d3586b06297..aaf7f935bfd37e16c44e6ff70e84b38bde1c71c4 100644 (file)
@@ -76,6 +76,9 @@ static int qstat_show(struct seq_file *m, void *v)
                case SLSB_P_OUTPUT_NOT_INIT:
                        seq_printf(m, "N");
                        break;
+               case SLSB_P_OUTPUT_PENDING:
+                       seq_printf(m, "P");
+                       break;
                case SLSB_P_INPUT_PRIMED:
                case SLSB_CU_OUTPUT_PRIMED:
                        seq_printf(m, "+");