Lines Matching defs:ASC_DVC_VAR
366 * Warning code values are set in ASC_DVC_VAR 'warn_code'.
526 } ASC_DVC_VAR;
2233 ASC_DVC_VAR asc_dvc_var; /* Narrow board */
2295 static void asc_prt_asc_dvc_var(ASC_DVC_VAR *h)
2297 printk("ASC_DVC_VAR at addr 0x%lx\n", (ulong)h);
2622 ASC_DVC_VAR *asc_dvc_varp;
3168 ASC_DVC_VAR *v;
3667 static bool AscResetChipAndScsiBus(ASC_DVC_VAR *asc_dvc)
3862 static void AscInitLram(ASC_DVC_VAR *asc_dvc)
3936 static void AscInitQLinkVar(ASC_DVC_VAR *asc_dvc)
3965 static int AscInitMicroCodeVar(ASC_DVC_VAR *asc_dvc)
4029 static int AscInitAsc1000Driver(ASC_DVC_VAR *asc_dvc)
5272 * On failure set the ASC_DVC_VAR field 'err_code' and return ADV_ERROR.
6157 static int AscSetLibErrorCode(ASC_DVC_VAR *asc_dvc, ushort err_code)
6196 static uchar AscGetSynPeriodIndex(ASC_DVC_VAR *asc_dvc, uchar syn_time)
6219 AscMsgOutSDTR(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar sdtr_offset)
6247 AscCalSDTRData(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar syn_offset)
6294 static void AscIsrChipHalted(ASC_DVC_VAR *asc_dvc)
6672 static void asc_isr_callback(ASC_DVC_VAR *asc_dvc_varp, ASC_QDONE_INFO *qdonep)
6764 static int AscIsrQDone(ASC_DVC_VAR *asc_dvc)
6924 static int AscISR(ASC_DVC_VAR *asc_dvc)
7034 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var;
7198 static void AscAsyncFix(ASC_DVC_VAR *asc_dvc, struct scsi_device *sdev)
7222 advansys_narrow_slave_configure(struct scsi_device *sdev, ASC_DVC_VAR *asc_dvc)
7779 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs)
7871 static int AscPutReadyQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no)
7914 AscPutReadySgListQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no)
8007 AscSendScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar n_q_required)
8066 static int AscExeScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq)
8387 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var;
8591 static void AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc)
8746 static int AscTestExternalLram(ASC_DVC_VAR *asc_dvc)
8927 static int AscInitFromEEP(ASC_DVC_VAR *asc_dvc)
9094 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var;
9148 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var;
9996 * Set ASC_DVC_VAR and ASC_DVC_CFG variables from the
10294 * Read the board's EEPROM configuration. Set fields in ASC_DVC_VAR and
10298 * On failure set the ASC_DVC_VAR field 'err_code' and return ADV_ERROR.
10375 * Set ASC_DVC_VAR and ASC_DVC_CFG variables from the
10452 * Set ASC_DVC_VAR 'max_host_qng' and ASC_DVC_VAR 'max_dvc_qng'
10721 ASC_DVC_VAR *asc_dvc_varp = NULL;