other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| STRUCT CIW(9) | The ccw bus | STRUCT CIW(9) |
NAME¶
struct_ciw - command information word (CIW) layoutSYNOPSIS¶
struct ciw {
__u32 et:2;
__u32 reserved:2;
__u32 ct:4;
__u32 cmd:8;
__u32 count:16;
};
MEMBERS¶
etentry type
reserved
reserved bits
ct
command type
cmd
command code
count
command count
AUTHOR¶
Cornelia Huck <cornelia.huck@de.ibm.com>Author.
COPYRIGHT¶
| May 2018 | Kernel Hackers Manual 4.9. |