Lines Matching defs:ADV_DVC_VAR

1560  * ADV_DVC_VAR 'warn_code' values
1853 } ADV_DVC_VAR;
2253 ADV_DVC_VAR adv_dvc_var; /* Wide board */
2360 * Display an ADV_DVC_VAR structure.
2362 static void asc_prt_adv_dvc_var(ADV_DVC_VAR *h)
2364 printk(" ADV_DVC_VAR at addr 0x%lx\n", (ulong)h);
2634 ADV_DVC_VAR *adv_dvc_varp;
2953 ADV_DVC_VAR *adv_dvc_varp;
3347 ADV_DVC_VAR *v;
4291 AdvSendIdleCmd(ADV_DVC_VAR *asc_dvc,
4354 static int AdvResetSB(ADV_DVC_VAR *asc_dvc)
4392 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
4399 static int AdvInitAsc3550Driver(ADV_DVC_VAR *asc_dvc)
4835 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
4842 static int AdvInitAsc38C0800Driver(ADV_DVC_VAR *asc_dvc)
5328 static int AdvInitAsc38C1600Driver(ADV_DVC_VAR *asc_dvc)
5819 static int AdvResetChipAndSB(ADV_DVC_VAR *asc_dvc)
5907 static void adv_async_callback(ADV_DVC_VAR *adv_dvc_varp, uchar code)
5945 static void adv_isr_callback(ADV_DVC_VAR *adv_dvc_varp, ADV_SCSI_REQ_Q *scsiqp)
6097 * When a microcode idle command is completed, the ADV_DVC_VAR
6110 static int AdvISR(ADV_DVC_VAR *asc_dvc)
7146 ADV_DVC_VAR *adv_dvc = &boardp->dvc_var.adv_dvc_var;
7425 static void advansys_wide_enable_ppr(ADV_DVC_VAR *adv_dvc,
7434 advansys_wide_slave_configure(struct scsi_device *sdev, ADV_DVC_VAR *adv_dvc)
8380 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, adv_req_t *reqp)
8486 ADV_DVC_VAR *adv_dvc = &boardp->dvc_var.adv_dvc_var;
10130 * Read the board's EEPROM configuration. Set fields in ADV_DVC_VAR and
10134 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
10141 static int AdvInitFrom3550EEP(ADV_DVC_VAR *asc_dvc)
10237 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng'
10280 * Read the board's EEPROM configuration. Set fields in ADV_DVC_VAR and
10284 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
10291 static int AdvInitFrom38C0800EEP(ADV_DVC_VAR *asc_dvc)
10334 * Set ADV_DVC_VAR and ADV_DVC_CFG variables from the
10413 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng'
10490 static int AdvInitFrom38C1600EEP(ADV_DVC_VAR *asc_dvc)
10703 * Initialize the ADV_DVC_VAR structure.
10705 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
10713 ADV_DVC_VAR *asc_dvc = &board->dvc_var.adv_dvc_var;
10912 ADV_DVC_VAR *adv_dvc_varp = NULL;