OSDN Git Service

s390/dasd: Put sub-order definitions in a separate section
authorJan Höppner <hoeppner@linux.ibm.com>
Tue, 29 May 2018 15:03:10 +0000 (17:03 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 11 Jul 2019 18:39:53 +0000 (20:39 +0200)
There are orders and sub-orders. Put them in different sections for a
better overview.

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/block/dasd_eckd.h

index 07248fd..8cd4768 100644 (file)
 #define DASD_ECKD_CCW_RCD               0xFA
 
 /*
- * Perform Subsystem Function / Sub-Orders
+ * Perform Subsystem Function / Orders
  */
 #define PSF_ORDER_PRSSD                         0x18
 #define PSF_ORDER_CUIR_RESPONSE                 0x1A
-#define PSF_SUBORDER_QHA                0x1C
 #define PSF_ORDER_SSC                   0x1D
 
 /*
+ * Perform Subsystem Function / Sub-Orders
+ */
+#define PSF_SUBORDER_QHA                0x1C /* Query Host Access */
+
+/*
  * CUIR response condition codes
  */
 #define PSF_CUIR_INVALID                0x00