Searched refs:irq_sp (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c1850 ADV_CARR_T *irq_sp; /* Initiator response queue stopper pointer. */ member in struct:adv_dvc_var
2383 printk(" icq_sp 0x%p, irq_sp 0x%p\n", h->icq_sp, h->irq_sp); asc_prt_adv_dvc_var()
4779 asc_dvc->irq_sp = adv_get_next_carrier(asc_dvc); AdvInitAsc3550Driver()
4780 if (!asc_dvc->irq_sp) { AdvInitAsc3550Driver()
4788 AdvWriteDWordLramNoSwap(iop_base, ASC_MC_IRQ, asc_dvc->irq_sp->carr_pa); AdvInitAsc3550Driver()
5262 asc_dvc->irq_sp = adv_get_next_carrier(asc_dvc); AdvInitAsc38C0800Driver()
5263 if (!asc_dvc->irq_sp) { AdvInitAsc38C0800Driver()
5274 AdvWriteDWordLramNoSwap(iop_base, ASC_MC_IRQ, asc_dvc->irq_sp->carr_pa); AdvInitAsc38C0800Driver()
5760 asc_dvc->irq_sp = adv_get_next_carrier(asc_dvc); AdvInitAsc38C1600Driver()
5761 if (!asc_dvc->irq_sp) { AdvInitAsc38C1600Driver()
5769 AdvWriteDWordLramNoSwap(iop_base, ASC_MC_IRQ, asc_dvc->irq_sp->carr_pa); AdvInitAsc38C1600Driver()
6167 le32_to_cpu(asc_dvc->irq_sp->next_vpa)) & ADV_RQ_DONE) != 0) { AdvISR()
6177 u32 pa_offset = le32_to_cpu(asc_dvc->irq_sp->areq_vpa); AdvISR()
6178 ASC_DBG(1, "irq_sp %p areq_vpa %u\n", AdvISR()
6179 asc_dvc->irq_sp, pa_offset); AdvISR()
6199 free_carrp = asc_dvc->irq_sp; AdvISR()
6200 asc_dvc->irq_sp = adv_get_carrier(asc_dvc, AdvISR()

Completed in 140 milliseconds