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 390 of file advansys.c.
uchar cdb[ASC_MAX_CDB_LEN] |
Definition at line 397 of file advansys.c.
uchar* cdbptr |
Definition at line 393 of file advansys.c.
ASC_SCSIQ_1 r1 |
Definition at line 391 of file advansys.c.
ASC_SCSIQ_2 r2 |
Definition at line 392 of file advansys.c.
ASC_SCSIQ_3 r3 |
Definition at line 396 of file advansys.c.
uchar sense[ASC_MIN_SENSE_LEN] |
Definition at line 398 of file advansys.c.
uchar* sense_ptr |
Definition at line 395 of file advansys.c.
ASC_SG_HEAD* sg_head |
Definition at line 394 of file advansys.c.