Home
last modified time | relevance | path

Searched refs:asc_dvc_varp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c4572 ASC_DVC_VAR *asc_dvc_varp = NULL; in ASC_INITFUNC() local
4862 asc_dvc_varp = &boardp->dvc_var.asc_dvc_var; in ASC_INITFUNC()
4863 asc_dvc_varp->bus_type = asc_bus[bus]; in ASC_INITFUNC()
4864 asc_dvc_varp->drv_ptr = boardp; in ASC_INITFUNC()
4865 asc_dvc_varp->cfg = &boardp->dvc_cfg.asc_dvc_cfg; in ASC_INITFUNC()
4866 asc_dvc_varp->cfg->overrun_buf = &overrun_buf[0]; in ASC_INITFUNC()
4867 asc_dvc_varp->iop_base = iop; in ASC_INITFUNC()
4868 asc_dvc_varp->isr_callback = asc_isr_callback; in ASC_INITFUNC()
4973 switch (asc_dvc_varp->bus_type) { in ASC_INITFUNC()
4990 shp->irq = asc_dvc_varp->irq_no = pci_devp->irq; in ASC_INITFUNC()
[all …]