Searched refs:ASC_DVC_VAR (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
H A D | advansys.c | 379 * Warning code values are set in ASC_DVC_VAR 'warn_code'. 541 } ASC_DVC_VAR; typedef in typeref:struct:asc_dvc_var 2256 ASC_DVC_VAR asc_dvc_var; /* Narrow board */ 2309 static void asc_prt_asc_dvc_var(ASC_DVC_VAR *h) asc_prt_asc_dvc_var() 2311 printk("ASC_DVC_VAR at addr 0x%lx\n", (ulong)h); asc_prt_asc_dvc_var() 2637 ASC_DVC_VAR *asc_dvc_varp; advansys_info() 2883 ASC_DVC_VAR *asc_dvc_varp; asc_prt_asc_board_eeprom() 3221 ASC_DVC_VAR *v; asc_prt_asc_board_info() 3720 static bool AscResetChipAndScsiBus(ASC_DVC_VAR *asc_dvc) AscResetChipAndScsiBus() 3915 static void AscInitLram(ASC_DVC_VAR *asc_dvc) AscInitLram() 3989 static void AscInitQLinkVar(ASC_DVC_VAR *asc_dvc) AscInitQLinkVar() 4018 static int AscInitMicroCodeVar(ASC_DVC_VAR *asc_dvc) AscInitMicroCodeVar() 4082 static int AscInitAsc1000Driver(ASC_DVC_VAR *asc_dvc) AscInitAsc1000Driver() 5325 * On failure set the ASC_DVC_VAR field 'err_code' and return ADV_ERROR. 6230 static int AscSetLibErrorCode(ASC_DVC_VAR *asc_dvc, ushort err_code) AscSetLibErrorCode() 6269 static uchar AscGetSynPeriodIndex(ASC_DVC_VAR *asc_dvc, uchar syn_time) AscGetSynPeriodIndex() 6292 AscMsgOutSDTR(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar sdtr_offset) AscMsgOutSDTR() 6321 AscCalSDTRData(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar syn_offset) AscCalSDTRData() 6368 static void AscIsrChipHalted(ASC_DVC_VAR *asc_dvc) AscIsrChipHalted() 6746 static void asc_isr_callback(ASC_DVC_VAR *asc_dvc_varp, ASC_QDONE_INFO *qdonep) asc_isr_callback() 6857 static int AscIsrQDone(ASC_DVC_VAR *asc_dvc) AscIsrQDone() 7017 static int AscISR(ASC_DVC_VAR *asc_dvc) AscISR() 7127 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; advansys_reset() 7291 static void AscAsyncFix(ASC_DVC_VAR *asc_dvc, struct scsi_device *sdev) AscAsyncFix() 7315 advansys_narrow_slave_configure(struct scsi_device *sdev, ASC_DVC_VAR *asc_dvc) advansys_narrow_slave_configure() 7872 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs) AscGetNumOfFreeQueue() 7964 static int AscPutReadyQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) AscPutReadyQueue() 8007 AscPutReadySgListQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) AscPutReadySgListQueue() 8100 AscSendScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar n_q_required) AscSendScsiQueue() 8159 static int AscExeScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq) AscExeScsiQueue() 8480 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; asc_execute_scsi_cmnd() 8759 static void AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc) AscInitAscDvcVar() 8925 static int AscTestExternalLram(ASC_DVC_VAR *asc_dvc) AscTestExternalLram() 9106 static int AscInitFromEEP(ASC_DVC_VAR *asc_dvc) AscInitFromEEP() 9274 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; AscInitGetConfig() 9328 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; AscInitSetConfig() 10188 * Set ASC_DVC_VAR and ASC_DVC_CFG variables from the AdvInitFrom3550EEP() 10486 * Read the board's EEPROM configuration. Set fields in ASC_DVC_VAR and 10490 * On failure set the ASC_DVC_VAR field 'err_code' and return ADV_ERROR. 10567 * Set ASC_DVC_VAR and ASC_DVC_CFG variables from the AdvInitFrom38C1600EEP() 10644 * Set ASC_DVC_VAR 'max_host_qng' and ASC_DVC_VAR 'max_dvc_qng' AdvInitFrom38C1600EEP() 10926 ASC_DVC_VAR *asc_dvc_varp = NULL; advansys_board_found()
|
Completed in 122 milliseconds