1. NAME▲
struct_ciw - command information word (CIW) layout
2. SYNOPSIS ▲
struct
ciw {
__u32 et:2
;
__u32 reserved:2
;
__u32 ct:4
;
__u32 cmd:8
;
__u32 count:16
;
}
;
3. MEMBERS ▲
et
entry type
reserved
reserved bits
ct
command type
cmd
command code
count
command count
4. AUTHOR ▲
Cornelia Huck <contact>
Author.
5. COPYRIGHT ▲