1STRUCT CIW(9) The ccw bus STRUCT CIW(9)
23
4
NAME
6struct_ciw - command information word (CIW) layout
7
SYNOPSIS
9struct ciw {
10__u32 et:2;
11__u32 reserved:2;
12__u32 ct:4;
13__u32 cmd:8;
14__u32 count:16;
15};
16
MEMBERS
18et
19entry type
2021
reserved
22reserved bits
2324
ct
25command type
2627
cmd
28command code
2930
count
31command count
32
AUTHOR
34Cornelia Huck <cornelia.huck@de.ibm.com>
35Author.
36
COPYRIGHT
38Kernel Hackers Manual 2.6. June 2019 STRUCT CIW(9)