Lines Matching refs:ASC_DVC_VAR
1645 } ASC_DVC_VAR; typedef
2016 STATIC int AscResetChipAndScsiBus(ASC_DVC_VAR *);
2035 STATIC ushort AscInitAscDvcVar(ASC_DVC_VAR *);
2036 STATIC ushort AscInitFromEEP(ASC_DVC_VAR *);
2037 STATIC ushort AscInitFromAscDvcVar(ASC_DVC_VAR *);
2038 STATIC ushort AscInitMicroCodeVar(ASC_DVC_VAR *);
2039 STATIC int AscTestExternalLram(ASC_DVC_VAR *);
2040 STATIC uchar AscMsgOutSDTR(ASC_DVC_VAR *, uchar, uchar);
2041 STATIC uchar AscCalSDTRData(ASC_DVC_VAR *, uchar, uchar);
2043 STATIC uchar AscGetSynPeriodIndex(ASC_DVC_VAR *, uchar);
2048 STATIC int AscSendScsiQueue(ASC_DVC_VAR *,
2051 STATIC int AscPutReadyQueue(ASC_DVC_VAR *,
2053 STATIC int AscPutReadySgListQueue(ASC_DVC_VAR *,
2057 STATIC ushort AscInitLram(ASC_DVC_VAR *);
2058 STATIC ushort AscInitQLinkVar(ASC_DVC_VAR *);
2059 STATIC int AscSetLibErrorCode(ASC_DVC_VAR *, ushort);
2060 STATIC int AscIsrChipHalted(ASC_DVC_VAR *);
2063 STATIC int AscIsrQDone(ASC_DVC_VAR *);
2086 STATIC uchar DvcReadPCIConfigByte(ASC_DVC_VAR *, ushort);
2087 STATIC void DvcWritePCIConfigByte(ASC_DVC_VAR *,
2092 STATIC void DvcDelayNanoSecond(ASC_DVC_VAR *, ASC_DCNT);
2095 STATIC ushort AscInitGetConfig(ASC_DVC_VAR *);
2096 STATIC ushort AscInitSetConfig(ASC_DVC_VAR *);
2097 STATIC ushort AscInitAsc1000Driver(ASC_DVC_VAR *);
2098 STATIC void AscAsyncFix(ASC_DVC_VAR *, uchar,
2101 STATIC void AscInquiryHandling(ASC_DVC_VAR *,
2103 STATIC int AscExeScsiQueue(ASC_DVC_VAR *, ASC_SCSI_Q *);
2104 STATIC int AscISR(ASC_DVC_VAR *);
2105 STATIC uint AscGetNumOfFreeQueue(ASC_DVC_VAR *, uchar,
4064 ASC_DVC_VAR asc_dvc_var; /* Narrow board */
4245 STATIC void asc_isr_callback(ASC_DVC_VAR *, ASC_QDONE_INFO *);
4283 STATIC void asc_prt_asc_dvc_var(ASC_DVC_VAR *);
4572 ASC_DVC_VAR *asc_dvc_varp = NULL; in ASC_INITFUNC()
5795 ASC_DVC_VAR *asc_dvc_varp; in advansys_info()
5989 ASC_DVC_VAR *asc_dvc_varp; in advansys_reset()
6529 ASC_DVC_VAR *asc_dvc_varp; in asc_execute_scsi_cmnd()
7089 asc_isr_callback(ASC_DVC_VAR *asc_dvc_varp, ASC_QDONE_INFO *qdonep) in asc_isr_callback()
8007 ASC_DVC_VAR *asc_dvc_varp; in asc_prt_asc_board_eeprom()
8532 ASC_DVC_VAR *v; in asc_prt_asc_board_info()
9105 ASC_DVC_VAR *asc_dvc, in ASC_INITFUNC()
9127 ASC_DVC_VAR *asc_dvc, in ASC_INITFUNC()
9558 asc_prt_asc_dvc_var(ASC_DVC_VAR *h) in asc_prt_asc_dvc_var()
10250 ASC_DVC_VAR *asc_dvc in AscIsrChipHalted()
10728 ASC_DVC_VAR *asc_dvc in AscIsrQDone()
10865 ASC_DVC_VAR *asc_dvc in AscISR()
11136 ASC_DVC_VAR *asc_dvc, in AscExeScsiQueue()
11344 ASC_DVC_VAR *asc_dvc, in AscSendScsiQueue()
11408 ASC_DVC_VAR *asc_dvc, in AscGetNumOfFreeQueue()
11450 ASC_DVC_VAR *asc_dvc, in AscPutReadyQueue()
11496 ASC_DVC_VAR *asc_dvc, in AscPutReadySgListQueue()
11679 ASC_DVC_VAR *asc_dvc in AscInitLram()
11732 ASC_DVC_VAR *asc_dvc in AscInitQLinkVar()
11765 ASC_DVC_VAR *asc_dvc, in AscSetLibErrorCode()
11780 ASC_DVC_VAR *asc_dvc, in AscMsgOutSDTR()
11817 ASC_DVC_VAR *asc_dvc, in AscCalSDTRData()
11849 ASC_DVC_VAR *asc_dvc, in AscGetSynPeriodIndex()
11967 DvcDelayNanoSecond(ASC_DVC_VAR *asc_dvc, ASC_DCNT nano_sec) in DvcDelayNanoSecond()
12167 ASC_DVC_VAR *asc_dvc in AscResetChipAndScsiBus()
12282 ASC_DVC_VAR *asc_dvc, in ASC_INITFUNC()
12296 ASC_DVC_VAR *asc_dvc in ASC_INITFUNC()
12381 ASC_DVC_VAR *asc_dvc in ASC_INITFUNC()
12402 ASC_DVC_VAR *asc_dvc in ASC_INITFUNC()
12466 ASC_DVC_VAR *asc_dvc in AscInitAsc1000Driver()
12507 ASC_DVC_VAR *asc_dvc in ASC_INITFUNC()
12622 ASC_DVC_VAR *asc_dvc in ASC_INITFUNC()
12790 ASC_DVC_VAR *asc_dvc in AscInitMicroCodeVar()
12843 ASC_DVC_VAR *asc_dvc in ASC_INITFUNC()
13163 ASC_DVC_VAR *asc_dvc, in AscAsyncFix()
13217 AscInquiryHandling(ASC_DVC_VAR *asc_dvc, in AscInquiryHandling()