Searched defs:asc_scsi_q (Results 1 – 1 of 1) sorted by relevance
322 typedef struct asc_scsi_q { struct323 ASC_SCSIQ_1 q1;324 ASC_SCSIQ_2 q2;325 uchar *cdbptr;326 ASC_SG_HEAD *sg_head;327 ushort remain_sg_entry_cnt;328 ushort next_sg_index;7509 struct asc_scsi_q *asc_scsi_q) in asc_build_req()8474 struct asc_scsi_q asc_scsi_q; in asc_execute_scsi_cmnd() local