Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c322 typedef struct asc_scsi_q { struct
7509 struct asc_scsi_q *asc_scsi_q) in asc_build_req()
7515 memset(asc_scsi_q, 0, sizeof(*asc_scsi_q)); in asc_build_req()
7522 asc_scsi_q->q2.srb_tag = srb_tag; in asc_build_req()
7527 asc_scsi_q->cdbptr = &scp->cmnd[0]; in asc_build_req()
7528 asc_scsi_q->q2.cdb_len = scp->cmd_len; in asc_build_req()
7529 asc_scsi_q->q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id); in asc_build_req()
7530 asc_scsi_q in asc_build_req()
7508 asc_build_req(struct asc_board *boardp, struct scsi_cmnd *scp, struct asc_scsi_q *asc_scsi_q) asc_build_req() argument
8474 struct asc_scsi_q asc_scsi_q; asc_execute_scsi_cmnd() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c313 typedef struct asc_scsi_q { struct
7423 struct asc_scsi_q *asc_scsi_q) in asc_build_req()
7429 memset(asc_scsi_q, 0, sizeof(*asc_scsi_q)); in asc_build_req()
7436 asc_scsi_q->q2.srb_tag = srb_tag; in asc_build_req()
7441 asc_scsi_q->cdbptr = &scp->cmnd[0]; in asc_build_req()
7442 asc_scsi_q->q2.cdb_len = scp->cmd_len; in asc_build_req()
7443 asc_scsi_q->q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id); in asc_build_req()
7444 asc_scsi_q in asc_build_req()
7422 asc_build_req(struct asc_board *boardp, struct scsi_cmnd *scp, struct asc_scsi_q *asc_scsi_q) asc_build_req() argument
8388 struct asc_scsi_q asc_scsi_q; asc_execute_scsi_cmnd() local
[all...]

Completed in 26 milliseconds