Home
last modified time | relevance | path

Searched refs:asc_scsi_q (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dadvansys.c313 typedef struct asc_scsi_q { struct
7424 struct asc_scsi_q *asc_scsi_q) in asc_build_req() argument
7430 memset(asc_scsi_q, 0, sizeof(*asc_scsi_q)); in asc_build_req()
7437 asc_scsi_q->q2.srb_tag = srb_tag; in asc_build_req()
7442 asc_scsi_q->cdbptr = &scp->cmnd[0]; in asc_build_req()
7446 asc_scsi_q->q2.target_ix = in asc_build_req()
7450 if (!asc_scsi_q->q1.sense_addr) in asc_build_req()
7500 asc_scsi_q->q1.data_cnt = 0; in asc_build_req()
7501 asc_scsi_q->q1.data_addr = 0; in asc_build_req()
8389 struct asc_scsi_q asc_scsi_q; in asc_execute_scsi_cmnd() local
[all …]