Searched defs:asc_scsi_q (Results 1 – 1 of 1) sorted by relevance
1341 typedef struct asc_scsi_q { struct1342 ASC_SCSIQ_1 q1;1343 ASC_SCSIQ_2 q2;1344 uchar *cdbptr;1345 ASC_SG_HEAD *sg_head;1346 ushort remain_sg_entry_cnt;1347 ushort next_sg_index;4197 STATIC ASC_SCSI_Q asc_scsi_q = { { 0 } }; variable