Name

struct ciw — command information word (CIW) layout

Synopsis

struct ciw {
  __u32 et:2;
  __u32 reserved:2;
  __u32 ct:4;
  __u32 cmd:8;
  __u32 count:16;
};  

Members

__u32:2 et

entry type

__u32:2 reserved

reserved bits

__u32:4 ct

command type

__u32:8 cmd

command code

__u32:16 count

command count