Lines Matching defs:asc_dvc
2083 #define AdvAbortQueue(asc_dvc, scsiq) \ argument
2098 #define AdvResetDevice(asc_dvc, target_id) \ argument
2409 #define asc_dvc_to_board(asc_dvc) container_of(asc_dvc, struct asc_board, \ argument
2753 static u32 advansys_ptr_to_srb(struct asc_dvc_var *asc_dvc, void *ptr) in advansys_ptr_to_srb()
2779 static void * advansys_srb_to_ptr(struct asc_dvc_var *asc_dvc, u32 srb) in advansys_srb_to_ptr()
4385 static int AscResetChipAndScsiBus(ASC_DVC_VAR *asc_dvc) in AscResetChipAndScsiBus()
4595 static ushort AscInitLram(ASC_DVC_VAR *asc_dvc) in AscInitLram()
4672 static void AscInitQLinkVar(ASC_DVC_VAR *asc_dvc) in AscInitQLinkVar()
4701 static ushort AscInitMicroCodeVar(ASC_DVC_VAR *asc_dvc) in AscInitMicroCodeVar()
4765 static ushort AscInitAsc1000Driver(ASC_DVC_VAR *asc_dvc) in AscInitAsc1000Driver()
4897 static void AdvBuildCarrierFreelist(struct adv_dvc_var *asc_dvc) in AdvBuildCarrierFreelist()
4946 AdvSendIdleCmd(ADV_DVC_VAR *asc_dvc, in AdvSendIdleCmd()
5010 static int AdvResetSB(ADV_DVC_VAR *asc_dvc) in AdvResetSB()
5055 static int AdvInitAsc3550Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc3550Driver()
5514 static int AdvInitAsc38C0800Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C0800Driver()
6014 static int AdvInitAsc38C1600Driver(ADV_DVC_VAR *asc_dvc) in AdvInitAsc38C1600Driver()
6521 static int AdvResetChipAndSB(ADV_DVC_VAR *asc_dvc) in AdvResetChipAndSB()
6821 static int AdvISR(ADV_DVC_VAR *asc_dvc) in AdvISR()
6933 static int AscSetLibErrorCode(ASC_DVC_VAR *asc_dvc, ushort err_code) in AscSetLibErrorCode()
6972 static uchar AscGetSynPeriodIndex(ASC_DVC_VAR *asc_dvc, uchar syn_time) in AscGetSynPeriodIndex()
6995 AscMsgOutSDTR(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar sdtr_offset) in AscMsgOutSDTR()
7024 AscCalSDTRData(ASC_DVC_VAR *asc_dvc, uchar sdtr_period, uchar syn_offset) in AscCalSDTRData()
7071 static int AscIsrChipHalted(ASC_DVC_VAR *asc_dvc) in AscIsrChipHalted()
7718 static int AscIsrQDone(ASC_DVC_VAR *asc_dvc) in AscIsrQDone()
7875 static int AscISR(ASC_DVC_VAR *asc_dvc) in AscISR()
7989 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in advansys_reset() local
8156 static void AscAsyncFix(ASC_DVC_VAR *asc_dvc, struct scsi_device *sdev) in AscAsyncFix()
8180 advansys_narrow_slave_configure(struct scsi_device *sdev, ASC_DVC_VAR *asc_dvc) in advansys_narrow_slave_configure()
8384 struct asc_dvc_var *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_build_req() local
8737 AscGetNumOfFreeQueue(ASC_DVC_VAR *asc_dvc, uchar target_ix, uchar n_qs) in AscGetNumOfFreeQueue()
8829 static int AscPutReadyQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadyQueue()
8872 AscPutReadySgListQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar q_no) in AscPutReadySgListQueue()
9006 AscSendScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq, uchar n_q_required) in AscSendScsiQueue()
9065 static int AscExeScsiQueue(ASC_DVC_VAR *asc_dvc, ASC_SCSI_Q *scsiq) in AscExeScsiQueue()
9311 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, ADV_SCSI_REQ_Q *scsiq) in AdvExeScsiQueue()
9424 ASC_DVC_VAR *asc_dvc = &boardp->dvc_var.asc_dvc_var; in asc_execute_scsi_cmnd() local
9703 static ushort __devinit AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc) in AscInitAscDvcVar()
9872 static int __devinit AscTestExternalLram(ASC_DVC_VAR *asc_dvc) in AscTestExternalLram()
10054 static ushort __devinit AscInitFromEEP(ASC_DVC_VAR *asc_dvc) in AscInitFromEEP()
10222 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitGetConfig() local
10276 ASC_DVC_VAR *asc_dvc = &board->dvc_var.asc_dvc_var; in AscInitSetConfig() local
11096 static int __devinit AdvInitFrom3550EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom3550EEP()
11246 static int __devinit AdvInitFrom38C0800EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C0800EEP()
11445 static int __devinit AdvInitFrom38C1600EEP(ADV_DVC_VAR *asc_dvc) in AdvInitFrom38C1600EEP()
11669 ADV_DVC_VAR *asc_dvc = &board->dvc_var.adv_dvc_var; in AdvInitGetConfig() local