Lines Matching defs:asc_dvc
2082 #define AdvAbortQueue(asc_dvc, scsiq) \ argument
2097 #define AdvResetDevice(asc_dvc, target_id) \ argument
2391 #define asc_dvc_to_board(asc_dvc) container_of(asc_dvc, struct asc_board, \ argument
2735 static u32 advansys_ptr_to_srb(struct asc_dvc_var *asc_dvc, void *ptr) in advansys_ptr_to_srb()
2761 static void * advansys_srb_to_ptr(struct asc_dvc_var *asc_dvc, u32 srb) in advansys_srb_to_ptr()
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()
4385 static void AdvBuildCarrierFreelist(struct adv_dvc_var *asc_dvc) in AdvBuildCarrierFreelist()
4434 AdvSendIdleCmd(ADV_DVC_VAR *asc_dvc, in AdvSendIdleCmd()
4498 static int AdvResetSB(ADV_DVC_VAR *asc_dvc) in AdvResetSB()
4543 static int AdvInitAsc3550Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc3550Driver()
5002 static int AdvInitAsc38C0800Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C0800Driver()
5502 static int AdvInitAsc38C1600Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C1600Driver()
6009 static int AdvResetChipAndSB(ADV_DVC_VAR *asc_dvc) in AdvResetChipAndSB()
6309 static int AdvISR(ADV_DVC_VAR *asc_dvc) in AdvISR()
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()
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() local
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()
7867 struct asc_dvc_var *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_build_req() local
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()
8794 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, ADV_SCSI_REQ_Q *scsiq) in AdvExeScsiQueue()
8907 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_execute_scsi_cmnd() local
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() local
9758 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitSetConfig() local
10578 static int AdvInitFrom3550EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom3550EEP()
10728 static int AdvInitFrom38C0800EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C0800EEP()
10927 static int AdvInitFrom38C1600EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C1600EEP()
11150 ADV_DVC_VAR *asc_dvc = &board->dvc_var.adv_dvc_var; in AdvInitGetConfig() local