Searched defs:asc_scsi_q (Results 1 – 1 of 1) sorted by relevance
371 typedef struct asc_scsi_q { struct372 ASC_SCSIQ_1 q1;373 ASC_SCSIQ_2 q2;374 uchar *cdbptr;375 ASC_SG_HEAD *sg_head;376 ushort remain_sg_entry_cnt;377 ushort next_sg_index;8382 struct asc_scsi_q *asc_scsi_q) in asc_build_req()9425 struct asc_scsi_q asc_scsi_q; in asc_execute_scsi_cmnd() local