Linux Kernel
3.7.1
|
#include <hpsa_cmd.h>
Data Fields | |
struct { | |
u8 Dev | |
u8 Bus:6 | |
u8 Mode:2 | |
} | PeripDev |
struct { | |
u8 DevLSB | |
u8 DevMSB:6 | |
u8 Mode:2 | |
} | LogDev |
struct { | |
u8 Dev:5 | |
u8 Bus:3 | |
u8 Targ:6 | |
u8 Mode:2 | |
} | LogUnit |
Definition at line 192 of file hpsa_cmd.h.
u8 Bus |
Definition at line 195 of file hpsa_cmd.h.
u8 Dev |
Definition at line 194 of file hpsa_cmd.h.
u8 DevLSB |
Definition at line 199 of file hpsa_cmd.h.
u8 DevMSB |
Definition at line 200 of file hpsa_cmd.h.
struct { ... } LogDev |
struct { ... } LogUnit |
Definition at line 196 of file hpsa_cmd.h.
struct { ... } PeripDev |
u8 Targ |
Definition at line 206 of file hpsa_cmd.h.