Lines Matching refs:ASC_DVC_VAR
375 * Warning code values are set in ASC_DVC_VAR 'warn_code'.
537 } ASC_DVC_VAR;
2252 ASC_DVC_VAR asc_dvc_var; /* Narrow board */
2305 static void asc_prt_asc_dvc_var(ASC_DVC_VAR *h)
2307 printk("ASC_DVC_VAR at addr 0x%lx\n", (ulong)h);
2633 ASC_DVC_VAR *asc_dvc_varp;
2879 ASC_DVC_VAR *asc_dvc_varp;
3217 ASC_DVC_VAR *v;
3716 static bool AscResetChipAndScsiBus(ASC_DVC_VAR *asc_dvc)
3911 static void AscInitLram(ASC_DVC_VAR *asc_dvc)
3985 static void AscInitQLinkVar(ASC_DVC_VAR *asc_dvc)
4014 static int AscInitMicroCodeVar(ASC_DVC_VAR *asc_dvc)
4078 static int AscInitAsc1000Driver(ASC_DVC_VAR *asc_dvc)
5321 * On failure set the ASC_DVC_VAR field 'err_code' and return ADV_ERROR.
6224 static int AscSetLibErrorCode(ASC_DVC_VAR *asc_dvc, ushort err_code)
6263 static uchar AscGetSynPeriodIndex(ASC_DVC_VAR *asc_dvc, uchar syn_time)
6286 AscMsgOutSDTR(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar sdtr_offset)
6314 AscCalSDTRData(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar syn_offset)
6361 static void AscIsrChipHalted(ASC_DVC_VAR *asc_dvc)
6739 static void asc_isr_callback(ASC_DVC_VAR *asc_dvc_varp, ASC_QDONE_INFO *qdonep)
6850 static int AscIsrQDone(ASC_DVC_VAR *asc_dvc)
7010 static int AscISR(ASC_DVC_VAR *asc_dvc)
7120 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var;
7284 static void AscAsyncFix(ASC_DVC_VAR *asc_dvc, struct scsi_device *sdev)
7308 advansys_narrow_slave_configure(struct scsi_device *sdev, ASC_DVC_VAR *asc_dvc)
7865 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs)
7957 static int AscPutReadyQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no)
8000 AscPutReadySgListQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no)
8093 AscSendScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar n_q_required)
8152 static int AscExeScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq)
8473 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var;
8752 static void AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc)
8918 static int AscTestExternalLram(ASC_DVC_VAR *asc_dvc)
9099 static int AscInitFromEEP(ASC_DVC_VAR *asc_dvc)
9267 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var;
9321 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var;
10181 * Set ASC_DVC_VAR and ASC_DVC_CFG variables from the
10479 * Read the board's EEPROM configuration. Set fields in ASC_DVC_VAR and
10483 * On failure set the ASC_DVC_VAR field 'err_code' and return ADV_ERROR.
10560 * Set ASC_DVC_VAR and ASC_DVC_CFG variables from the
10637 * Set ASC_DVC_VAR 'max_host_qng' and ASC_DVC_VAR 'max_dvc_qng'
10911 ASC_DVC_VAR *asc_dvc_varp = NULL;