Lines Matching defs:asc_dvc

1988 #define AdvAbortQueue(asc_dvc, srb_tag) \  argument
2003 #define AdvResetDevice(asc_dvc, target_id) \ argument
2297 #define asc_dvc_to_board(asc_dvc) container_of(asc_dvc, struct asc_board, \ argument
3720 static bool AscResetChipAndScsiBus(ASC_DVC_VAR *asc_dvc) in AscResetChipAndScsiBus()
3915 static void AscInitLram(ASC_DVC_VAR *asc_dvc) in AscInitLram()
3989 static void AscInitQLinkVar(ASC_DVC_VAR *asc_dvc) in AscInitQLinkVar()
4018 static int AscInitMicroCodeVar(ASC_DVC_VAR *asc_dvc) in AscInitMicroCodeVar()
4082 static int AscInitAsc1000Driver(ASC_DVC_VAR *asc_dvc) in AscInitAsc1000Driver()
4295 AdvSendIdleCmd(ADV_DVC_VAR *asc_dvc, in AdvSendIdleCmd()
4358 static int AdvResetSB(ADV_DVC_VAR *asc_dvc) in AdvResetSB()
4403 static int AdvInitAsc3550Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc3550Driver()
4846 static int AdvInitAsc38C0800Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C0800Driver()
5332 static int AdvInitAsc38C1600Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C1600Driver()
5823 static int AdvResetChipAndSB(ADV_DVC_VAR *asc_dvc) in AdvResetChipAndSB()
6116 static int AdvISR(ADV_DVC_VAR *asc_dvc) in AdvISR()
6230 static int AscSetLibErrorCode(ASC_DVC_VAR *asc_dvc, ushort err_code) in AscSetLibErrorCode()
6269 static uchar AscGetSynPeriodIndex(ASC_DVC_VAR *asc_dvc, uchar syn_time) in AscGetSynPeriodIndex()
6292 AscMsgOutSDTR(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar sdtr_offset) in AscMsgOutSDTR()
6321 AscCalSDTRData(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar syn_offset) in AscCalSDTRData()
6368 static void AscIsrChipHalted(ASC_DVC_VAR *asc_dvc) in AscIsrChipHalted()
6857 static int AscIsrQDone(ASC_DVC_VAR *asc_dvc) in AscIsrQDone()
7017 static int AscISR(ASC_DVC_VAR *asc_dvc) in AscISR()
7127 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in advansys_reset() local
7291 static void AscAsyncFix(ASC_DVC_VAR *asc_dvc, struct scsi_device *sdev) in AscAsyncFix()
7315 advansys_narrow_slave_configure(struct scsi_device *sdev, ASC_DVC_VAR *asc_dvc) in advansys_narrow_slave_configure()
7518 struct asc_dvc_var *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_build_req() local
7872 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs) in AscGetNumOfFreeQueue()
7964 static int AscPutReadyQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadyQueue()
8007 AscPutReadySgListQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadySgListQueue()
8100 AscSendScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar n_q_required) in AscSendScsiQueue()
8159 static int AscExeScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq) in AscExeScsiQueue()
8387 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, adv_req_t *reqp) in AdvExeScsiQueue()
8480 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_execute_scsi_cmnd() local
8759 static void AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc) in AscInitAscDvcVar()
8925 static int AscTestExternalLram(ASC_DVC_VAR *asc_dvc) in AscTestExternalLram()
9106 static int AscInitFromEEP(ASC_DVC_VAR *asc_dvc) in AscInitFromEEP()
9274 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitGetConfig() local
9328 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitSetConfig() local
10148 static int AdvInitFrom3550EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom3550EEP()
10298 static int AdvInitFrom38C0800EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C0800EEP()
10497 static int AdvInitFrom38C1600EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C1600EEP()
10720 ADV_DVC_VAR *asc_dvc = &board->dvc_var.adv_dvc_var; in AdvInitGetConfig() local