Linux Kernel
3.7.1
|
Data Fields | |
ASC_SCSIQ_1 | r1 |
ASC_SCSIQ_2 | r2 |
uchar * | cdbptr |
ASC_SG_HEAD * | sg_head |
uchar * | sense_ptr |
ASC_SCSIQ_3 | r3 |
uchar | cdb [ASC_MAX_CDB_LEN] |
uchar | sense [ASC_MIN_SENSE_LEN] |
Definition at line 379 of file advansys.c.
uchar cdb[ASC_MAX_CDB_LEN] |
Definition at line 386 of file advansys.c.
uchar* cdbptr |
Definition at line 382 of file advansys.c.
ASC_SCSIQ_1 r1 |
Definition at line 380 of file advansys.c.
ASC_SCSIQ_2 r2 |
Definition at line 381 of file advansys.c.
ASC_SCSIQ_3 r3 |
Definition at line 385 of file advansys.c.
uchar sense[ASC_MIN_SENSE_LEN] |
Definition at line 387 of file advansys.c.
uchar* sense_ptr |
Definition at line 384 of file advansys.c.
ASC_SG_HEAD* sg_head |
Definition at line 383 of file advansys.c.