Lines Matching defs:ADV_DVC_VAR
1547 * ADV_DVC_VAR 'warn_code' values
1840 } ADV_DVC_VAR;
2234 ADV_DVC_VAR adv_dvc_var; /* Wide board */
2349 * Display an ADV_DVC_VAR structure.
2351 static void asc_prt_adv_dvc_var(ADV_DVC_VAR *h)
2353 printk(" ADV_DVC_VAR at addr 0x%lx\n", (ulong)h);
2623 ADV_DVC_VAR *adv_dvc_varp;
2915 ADV_DVC_VAR *adv_dvc_varp;
3298 ADV_DVC_VAR *v;
4242 AdvSendIdleCmd(ADV_DVC_VAR *asc_dvc,
4305 static int AdvResetSB(ADV_DVC_VAR *asc_dvc)
4343 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
4350 static int AdvInitAsc3550Driver(ADV_DVC_VAR *asc_dvc)
4786 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
4793 static int AdvInitAsc38C0800Driver(ADV_DVC_VAR *asc_dvc)
5279 static int AdvInitAsc38C1600Driver(ADV_DVC_VAR *asc_dvc)
5770 static int AdvResetChipAndSB(ADV_DVC_VAR *asc_dvc)
5858 static void adv_async_callback(ADV_DVC_VAR *adv_dvc_varp, uchar code)
5896 static void adv_isr_callback(ADV_DVC_VAR *adv_dvc_varp, ADV_SCSI_REQ_Q *scsiqp)
6033 * When a microcode idle command is completed, the ADV_DVC_VAR
6046 static int AdvISR(ADV_DVC_VAR *asc_dvc)
7060 ADV_DVC_VAR *adv_dvc = &boardp->dvc_var.adv_dvc_var;
7339 static void advansys_wide_enable_ppr(ADV_DVC_VAR *adv_dvc,
7348 advansys_wide_slave_configure(struct scsi_device *sdev, ADV_DVC_VAR *adv_dvc)
8294 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, adv_req_t *reqp)
8400 ADV_DVC_VAR *adv_dvc = &boardp->dvc_var.adv_dvc_var;
9945 * Read the board's EEPROM configuration. Set fields in ADV_DVC_VAR and
9949 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
9956 static int AdvInitFrom3550EEP(ADV_DVC_VAR *asc_dvc)
10052 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng'
10095 * Read the board's EEPROM configuration. Set fields in ADV_DVC_VAR and
10099 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
10106 static int AdvInitFrom38C0800EEP(ADV_DVC_VAR *asc_dvc)
10149 * Set ADV_DVC_VAR and ADV_DVC_CFG variables from the
10228 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng'
10305 static int AdvInitFrom38C1600EEP(ADV_DVC_VAR *asc_dvc)
10518 * Initialize the ADV_DVC_VAR structure.
10520 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
10528 ADV_DVC_VAR *asc_dvc = &board->dvc_var.adv_dvc_var;
10722 ADV_DVC_VAR *adv_dvc_varp = NULL;