Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 461db0ea authored by Jan Höppner's avatar Jan Höppner Committed by Vasily Gorbik
Browse files

s390/dasd: Put sub-order definitions in a separate section



There are orders and sub-orders. Put them in different sections for a
better overview.

Signed-off-by: default avatarJan Höppner <hoeppner@linux.ibm.com>
Reviewed-by: default avatarStefan Haberland <sth@linux.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
parent ce6915f5
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -52,13 +52,17 @@
#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
 */