Linux Kernel
3.7.1
|
#include <hpsa_cmd.h>
Data Fields | |
u8 | CDBLen |
struct { | |
u8 Type:3 | |
u8 Attribute:3 | |
u8 Direction:2 | |
} | Type |
u16 | Timeout |
u8 | CDB [16] |
Definition at line 240 of file hpsa_cmd.h.
u8 Attribute |
Definition at line 244 of file hpsa_cmd.h.
u8 CDB[16] |
Definition at line 248 of file hpsa_cmd.h.
u8 CDBLen |
Definition at line 241 of file hpsa_cmd.h.
u8 Direction |
Definition at line 245 of file hpsa_cmd.h.
u16 Timeout |
Definition at line 247 of file hpsa_cmd.h.
Definition at line 243 of file hpsa_cmd.h.
struct { ... } Type |