Searched refs:scsi_sg_q (Results 1 – 1 of 1) sorted by relevance
10528 ASC_SG_LIST_Q scsi_sg_q; /* Structure written to queue. */ in AscIsrChipHalted() local10604 scsi_sg_q.sg_head_qp = q_no; in AscIsrChipHalted()10605 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in AscIsrChipHalted()10608 scsi_sg_q.seq_no = i + 1; in AscIsrChipHalted()10620 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscIsrChipHalted()10621 scsi_sg_q.sg_cur_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscIsrChipHalted()10631 scsi_sg_q.cntl |= QCSG_SG_XFER_MORE; in AscIsrChipHalted()10634 scsi_sg_q.cntl |= QCSG_SG_XFER_END; in AscIsrChipHalted()10638 scsi_sg_q.sg_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()10639 scsi_sg_q.sg_cur_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()[all …]