Searched refs:scsi_sg_q (Results 1 – 1 of 1) sorted by relevance
6863 ASC_SG_LIST_Q scsi_sg_q; /* Structure written to queue. */ in AscIsrChipHalted() local6939 scsi_sg_q.sg_head_qp = q_no; in AscIsrChipHalted()6940 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in AscIsrChipHalted()6942 scsi_sg_q.seq_no = i + 1; in AscIsrChipHalted()6953 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscIsrChipHalted()6954 scsi_sg_q.sg_cur_list_cnt = in AscIsrChipHalted()6964 scsi_sg_q.cntl |= QCSG_SG_XFER_MORE; in AscIsrChipHalted()6966 scsi_sg_q.cntl |= QCSG_SG_XFER_END; in AscIsrChipHalted()6970 scsi_sg_q.sg_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()6971 scsi_sg_q.sg_cur_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()[all …]