Linux Kernel
3.7.1
|
Data Fields | |
unsigned char | sense [SCSI_SENSE_BUFFERSIZE] |
int | path_state |
int | retries |
int | retry_cnt |
struct scsi_device * | sdev |
activate_complete | callback_fn |
void * | callback_data |
Definition at line 40 of file scsi_dh_hp_sw.c.
void* callback_data |
Definition at line 47 of file scsi_dh_hp_sw.c.
activate_complete callback_fn |
Definition at line 46 of file scsi_dh_hp_sw.c.
Definition at line 42 of file scsi_dh_hp_sw.c.
int retries |
Definition at line 43 of file scsi_dh_hp_sw.c.
int retry_cnt |
Definition at line 44 of file scsi_dh_hp_sw.c.
struct scsi_device* sdev |
Definition at line 45 of file scsi_dh_hp_sw.c.
unsigned char sense[SCSI_SENSE_BUFFERSIZE] |
Definition at line 41 of file scsi_dh_hp_sw.c.