Lines Matching refs:cntl
262 uchar cntl; member
306 uchar cntl; member
358 uchar cntl; member
608 ushort cntl; member
1752 uchar cntl; /* Ucode flags and state (ASC_MC_QC_*). */ member
2590 q->cntl, (ulong)le32_to_cpu(q->data_addr)); in asc_prt_adv_scsi_req_q()
2913 " cntl 0x%x, no_scam 0x%x\n", ep->cntl, ep->no_scam); in asc_prt_asc_board_eeprom()
6212 scsiq->cntl = 0; in AdvISR()
6714 scsiq->cntl = (uchar)_val; in _AscCopyLramScsiDoneQ()
6896 if ((scsiq->cntl & QC_SG_HEAD) != 0) { in AscIsrQDone()
6964 cntl & (QC_DATA_IN | QC_DATA_OUT)) in AscIsrQDone()
6990 if ((scsiq->cntl & QC_NO_CALLBACK) == 0) { in AscIsrQDone()
7008 if ((scsiq->cntl & QC_NO_CALLBACK) == 0) { in AscIsrQDone()
7590 asc_scsi_q->q1.cntl |= QC_SG_HEAD; in asc_build_req()
7767 scsiqp->cntl = scsiqp->scsi_cntl = scsiqp->done_status = 0; in adv_build_req()
7984 scsiq->q1.cntl |= QC_MSG_OUT; in AscPutReadyQueue()
7997 (uchar *)&scsiq->q1.cntl, in AscPutReadyQueue()
8036 scsiq->q1.cntl |= QC_SG_HEAD; in AscPutReadySgListQueue()
8041 scsi_sg_q.cntl = QCSG_SG_XFER_LIST; in AscPutReadySgListQueue()
8059 scsi_sg_q.cntl |= QCSG_SG_XFER_END; in AscPutReadySgListQueue()
8091 scsiq->q1.cntl &= ~QC_SG_HEAD; in AscPutReadySgListQueue()
8202 scsiq->q1.cntl |= (QC_MSG_OUT | QC_URGENT); in AscExeScsiQueue()
8210 if ((scsiq->q1.cntl & QC_SG_HEAD) != 0) { in AscExeScsiQueue()
8222 scsiq->q1.cntl &= ~(QC_SG_HEAD | QC_SG_SWAP_QUEUE); in AscExeScsiQueue()
8230 if (scsiq->q1.cntl & QC_SG_HEAD) { in AscExeScsiQueue()
8266 if ((scsiq->q1.cntl & QC_SG_HEAD) != 0) { in AscExeScsiQueue()
8310 || ((scsiq->q1.cntl & QC_URGENT) != 0)) { in AscExeScsiQueue()
8354 ((scsiq->q1.cntl & QC_URGENT) != 0)) { in AscExeScsiQueue()
9177 eep_config->cntl = 0xBFFF; in AscInitFromEEP()
9199 asc_dvc->dvc_cntl = eep_config->cntl; in AscInitFromEEP()
11063 ep->cntl = asc_dvc_varp->dvc_cntl; in advansys_board_found()