1STRUCT ESW1(9) The ccw bus STRUCT ESW1(9)
23
4
NAME
6struct_esw1 - Format 1 Extended Status Word (ESW)
7
SYNOPSIS
9struct esw1 {
10__u8 zero0;
11__u8 lpum;
12__u16 zero16;
13struct erw erw;
14__u32 zeros[3];
15};
16
MEMBERS
18zero0
19reserved zeros
2021
lpum
22last path used mask
2324
zero16
25reserved zeros
2627
erw
28extended report word
2930
zeros[3]
31three fullwords of zeros
32
AUTHOR
34Cornelia Huck <cornelia.huck@de.ibm.com>
35Author.
36
COPYRIGHT
38Kernel Hackers Manual 3.10 June 2019 STRUCT ESW1(9)