Lines Matching refs:ASC_DVC_VAR

598 } ASC_DVC_VAR;  typedef
2351 ASC_DVC_VAR asc_dvc_var; /* Narrow board */
2403 static void asc_prt_asc_dvc_var(ASC_DVC_VAR *h) in asc_prt_asc_dvc_var()
2790 ASC_DVC_VAR *asc_dvc_varp; in advansys_info()
3036 ASC_DVC_VAR *asc_dvc_varp; in asc_prt_asc_board_eeprom()
3374 ASC_DVC_VAR *v; in asc_prt_asc_board_info()
3873 static int AscResetChipAndScsiBus(ASC_DVC_VAR *asc_dvc) in AscResetChipAndScsiBus()
4083 static ushort AscInitLram(ASC_DVC_VAR *asc_dvc) in AscInitLram()
4160 static void AscInitQLinkVar(ASC_DVC_VAR *asc_dvc) in AscInitQLinkVar()
4189 static ushort AscInitMicroCodeVar(ASC_DVC_VAR *asc_dvc) in AscInitMicroCodeVar()
4253 static ushort AscInitAsc1000Driver(ASC_DVC_VAR *asc_dvc) in AscInitAsc1000Driver()
6421 static int AscSetLibErrorCode(ASC_DVC_VAR *asc_dvc, ushort err_code) in AscSetLibErrorCode()
6460 static uchar AscGetSynPeriodIndex(ASC_DVC_VAR *asc_dvc, uchar syn_time) in AscGetSynPeriodIndex()
6483 AscMsgOutSDTR(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar sdtr_offset) in AscMsgOutSDTR()
6512 AscCalSDTRData(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar syn_offset) in AscCalSDTRData()
6559 static int AscIsrChipHalted(ASC_DVC_VAR *asc_dvc) in AscIsrChipHalted()
7094 static void asc_isr_callback(ASC_DVC_VAR *asc_dvc_varp, ASC_QDONE_INFO *qdonep) in asc_isr_callback()
7206 static int AscIsrQDone(ASC_DVC_VAR *asc_dvc) in AscIsrQDone()
7363 static int AscISR(ASC_DVC_VAR *asc_dvc) in AscISR()
7477 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in advansys_reset()
7644 static void AscAsyncFix(ASC_DVC_VAR *asc_dvc, struct scsi_device *sdev) in AscAsyncFix()
7668 advansys_narrow_slave_configure(struct scsi_device *sdev, ASC_DVC_VAR *asc_dvc) in advansys_narrow_slave_configure()
8220 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs) in AscGetNumOfFreeQueue()
8312 static int AscPutReadyQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadyQueue()
8355 AscPutReadySgListQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadySgListQueue()
8489 AscSendScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar n_q_required) in AscSendScsiQueue()
8548 static int AscExeScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq) in AscExeScsiQueue()
8907 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_execute_scsi_cmnd()
9186 static ushort AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc) in AscInitAscDvcVar()
9355 static int AscTestExternalLram(ASC_DVC_VAR *asc_dvc) in AscTestExternalLram()
9536 static ushort AscInitFromEEP(ASC_DVC_VAR *asc_dvc) in AscInitFromEEP()
9704 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitGetConfig()
9758 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitSetConfig()
11372 ASC_DVC_VAR *asc_dvc_varp = NULL; in advansys_board_found()