Linux Kernel
3.7.1
|
Data Fields | |
struct rdac_controller * | ctlr |
unsigned | lun |
unsigned char | mode |
unsigned char | state |
char | lun_state |
char | preferred |
unsigned char | sense [SCSI_SENSE_BUFFERSIZE] |
union { | |
struct c2_inquiry c2 | |
struct c4_inquiry c4 | |
struct c8_inquiry c8 | |
struct c9_inquiry c9 | |
} | inq |
Definition at line 183 of file scsi_dh_rdac.c.
struct c2_inquiry c2 |
Definition at line 207 of file scsi_dh_rdac.c.
struct c4_inquiry c4 |
Definition at line 208 of file scsi_dh_rdac.c.
struct c8_inquiry c8 |
Definition at line 209 of file scsi_dh_rdac.c.
struct c9_inquiry c9 |
Definition at line 210 of file scsi_dh_rdac.c.
struct rdac_controller* ctlr |
Definition at line 184 of file scsi_dh_rdac.c.
union { ... } inq |
unsigned lun |
Definition at line 186 of file scsi_dh_rdac.c.
char lun_state |
Definition at line 199 of file scsi_dh_rdac.c.
unsigned char mode |
Definition at line 191 of file scsi_dh_rdac.c.
char preferred |
Definition at line 203 of file scsi_dh_rdac.c.
unsigned char sense[SCSI_SENSE_BUFFERSIZE] |
Definition at line 205 of file scsi_dh_rdac.c.
Definition at line 195 of file scsi_dh_rdac.c.