Lines Matching defs:asc_dvc

1984 #define AdvAbortQueue(asc_dvc, srb_tag) \  argument
1999 #define AdvResetDevice(asc_dvc, target_id) \ argument
2293 #define asc_dvc_to_board(asc_dvc) container_of(asc_dvc, struct asc_board, \ argument
3716 static bool AscResetChipAndScsiBus(ASC_DVC_VAR *asc_dvc) in AscResetChipAndScsiBus()
3911 static void AscInitLram(ASC_DVC_VAR *asc_dvc) in AscInitLram()
3985 static void AscInitQLinkVar(ASC_DVC_VAR *asc_dvc) in AscInitQLinkVar()
4014 static int AscInitMicroCodeVar(ASC_DVC_VAR *asc_dvc) in AscInitMicroCodeVar()
4078 static int AscInitAsc1000Driver(ASC_DVC_VAR *asc_dvc) in AscInitAsc1000Driver()
4291 AdvSendIdleCmd(ADV_DVC_VAR *asc_dvc, in AdvSendIdleCmd()
4354 static int AdvResetSB(ADV_DVC_VAR *asc_dvc) in AdvResetSB()
4399 static int AdvInitAsc3550Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc3550Driver()
4842 static int AdvInitAsc38C0800Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C0800Driver()
5328 static int AdvInitAsc38C1600Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C1600Driver()
5819 static int AdvResetChipAndSB(ADV_DVC_VAR *asc_dvc) in AdvResetChipAndSB()
6110 static int AdvISR(ADV_DVC_VAR *asc_dvc) in AdvISR()
6224 static int AscSetLibErrorCode(ASC_DVC_VAR *asc_dvc, ushort err_code) in AscSetLibErrorCode()
6263 static uchar AscGetSynPeriodIndex(ASC_DVC_VAR *asc_dvc, uchar syn_time) in AscGetSynPeriodIndex()
6286 AscMsgOutSDTR(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar sdtr_offset) in AscMsgOutSDTR()
6314 AscCalSDTRData(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar syn_offset) in AscCalSDTRData()
6361 static void AscIsrChipHalted(ASC_DVC_VAR *asc_dvc) in AscIsrChipHalted()
6850 static int AscIsrQDone(ASC_DVC_VAR *asc_dvc) in AscIsrQDone()
7010 static int AscISR(ASC_DVC_VAR *asc_dvc) in AscISR()
7120 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in advansys_reset() local
7284 static void AscAsyncFix(ASC_DVC_VAR *asc_dvc, struct scsi_device *sdev) in AscAsyncFix()
7308 advansys_narrow_slave_configure(struct scsi_device *sdev, ASC_DVC_VAR *asc_dvc) in advansys_narrow_slave_configure()
7511 struct asc_dvc_var *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_build_req() local
7865 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs) in AscGetNumOfFreeQueue()
7957 static int AscPutReadyQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadyQueue()
8000 AscPutReadySgListQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadySgListQueue()
8093 AscSendScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar n_q_required) in AscSendScsiQueue()
8152 static int AscExeScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq) in AscExeScsiQueue()
8380 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, adv_req_t *reqp) in AdvExeScsiQueue()
8473 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_execute_scsi_cmnd() local
8752 static void AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc) in AscInitAscDvcVar()
8918 static int AscTestExternalLram(ASC_DVC_VAR *asc_dvc) in AscTestExternalLram()
9099 static int AscInitFromEEP(ASC_DVC_VAR *asc_dvc) in AscInitFromEEP()
9267 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitGetConfig() local
9321 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitSetConfig() local
10141 static int AdvInitFrom3550EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom3550EEP()
10291 static int AdvInitFrom38C0800EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C0800EEP()
10490 static int AdvInitFrom38C1600EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C1600EEP()
10713 ADV_DVC_VAR *asc_dvc = &board->dvc_var.adv_dvc_var; in AdvInitGetConfig() local