Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dadvansys.c7910 ASC_SG_LIST_Q scsi_sg_q; in AscPutReadySgListQueue() local
7938 scsi_sg_q.sg_head_qp = q_no; in AscPutReadySgListQueue()
7939 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in AscPutReadySgListQueue()
7941 scsi_sg_q.seq_no = i + 1; in AscPutReadySgListQueue()
7946 scsi_sg_q.sg_list_cnt = in AscPutReadySgListQueue()
7948 scsi_sg_q.sg_cur_list_cnt = in AscPutReadySgListQueue()
7951 scsi_sg_q.sg_list_cnt = in AscPutReadySgListQueue()
7953 scsi_sg_q.sg_cur_list_cnt = in AscPutReadySgListQueue()
7957 scsi_sg_q.cntl |= QCSG_SG_XFER_END; in AscPutReadySgListQueue()
7960 scsi_sg_q.sg_list_cnt = sg_entry_cnt; in AscPutReadySgListQueue()
[all …]