• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:ADV_DVC_VAR

1623  * ADV_DVC_VAR 'warn_code' values
1926 } ADV_DVC_VAR;
2343 ADV_DVC_VAR adv_dvc_var; /* Wide board */
2450 * Display an ADV_DVC_VAR structure.
2452 static void asc_prt_adv_dvc_var(ADV_DVC_VAR *h)
2454 printk(" ADV_DVC_VAR at addr 0x%lx\n", (ulong)h);
2776 ADV_DVC_VAR *adv_dvc_varp;
3229 ADV_DVC_VAR *adv_dvc_varp;
3763 ADV_DVC_VAR *v;
4913 AdvSendIdleCmd(ADV_DVC_VAR *asc_dvc,
4977 static int AdvResetSB(ADV_DVC_VAR *asc_dvc)
5015 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
5022 static int AdvInitAsc3550Driver(ADV_DVC_VAR *asc_dvc)
5474 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
5481 static int AdvInitAsc38C0800Driver(ADV_DVC_VAR *asc_dvc)
5981 static int AdvInitAsc38C1600Driver(ADV_DVC_VAR *asc_dvc)
6469 static int AdvResetChipAndSB(ADV_DVC_VAR *asc_dvc)
6557 static void adv_async_callback(ADV_DVC_VAR *adv_dvc_varp, uchar code)
6595 static void adv_isr_callback(ADV_DVC_VAR *adv_dvc_varp, ADV_SCSI_REQ_Q *scsiqp)
6756 * When a microcode idle command is completed, the ADV_DVC_VAR
6769 static int AdvISR(ADV_DVC_VAR *asc_dvc)
7964 ADV_DVC_VAR *adv_dvc = &boardp->dvc_var.adv_dvc_var;
8246 static void advansys_wide_enable_ppr(ADV_DVC_VAR *adv_dvc,
8255 advansys_wide_slave_configure(struct scsi_device *sdev, ADV_DVC_VAR *adv_dvc)
9259 static int AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, ADV_SCSI_REQ_Q *scsiq)
9386 ADV_DVC_VAR *adv_dvc = &boardp->dvc_var.adv_dvc_var;
11031 * Read the board's EEPROM configuration. Set fields in ADV_DVC_VAR and
11035 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
11042 static int __devinit AdvInitFrom3550EEP(ADV_DVC_VAR *asc_dvc)
11138 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng'
11181 * Read the board's EEPROM configuration. Set fields in ADV_DVC_VAR and
11185 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
11192 static int __devinit AdvInitFrom38C0800EEP(ADV_DVC_VAR *asc_dvc)
11235 * Set ADV_DVC_VAR and ADV_DVC_CFG variables from the
11314 * Set ADV_DVC_VAR 'max_host_qng' and ADV_DVC_VAR 'max_dvc_qng'
11391 static int __devinit AdvInitFrom38C1600EEP(ADV_DVC_VAR *asc_dvc)
11604 * Initialize the ADV_DVC_VAR structure.
11606 * On failure set the ADV_DVC_VAR field 'err_code' and return ADV_ERROR.
11615 ADV_DVC_VAR *asc_dvc = &board->dvc_var.adv_dvc_var;
11838 ADV_DVC_VAR *adv_dvc_varp = NULL;