Skip to content

Commit 461db0e

Browse files
hoeppnerjVasily Gorbik
authored andcommitted
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: Jan Höppner <[email protected]> Reviewed-by: Stefan Haberland <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent ce6915f commit 461db0e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

drivers/s390/block/dasd_eckd.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,17 @@
5252
#define DASD_ECKD_CCW_RCD 0xFA
5353

5454
/*
55-
* Perform Subsystem Function / Sub-Orders
55+
* Perform Subsystem Function / Orders
5656
*/
5757
#define PSF_ORDER_PRSSD 0x18
5858
#define PSF_ORDER_CUIR_RESPONSE 0x1A
59-
#define PSF_SUBORDER_QHA 0x1C
6059
#define PSF_ORDER_SSC 0x1D
6160

61+
/*
62+
* Perform Subsystem Function / Sub-Orders
63+
*/
64+
#define PSF_SUBORDER_QHA 0x1C /* Query Host Access */
65+
6266
/*
6367
* CUIR response condition codes
6468
*/

0 commit comments

Comments
 (0)