Searched defs:asc_scsi_q (Results 1 – 1 of 1) sorted by relevance
326 typedef struct asc_scsi_q { struct327 ASC_SCSIQ_1 q1;328 ASC_SCSIQ_2 q2;329 uchar *cdbptr;330 ASC_SG_HEAD *sg_head;331 ushort remain_sg_entry_cnt;332 ushort next_sg_index;7515 struct asc_scsi_q *asc_scsi_q) in asc_build_req()8480 struct asc_scsi_q asc_scsi_q; in asc_execute_scsi_cmnd() local