Lines Matching refs:icq_sp
3133 ADV_CARR_T *icq_sp; /* Initiator command queue stopper pointer. */ member
9712 (ulong) h->icq_sp, (ulong) h->irq_sp); in asc_prt_adv_dvc_var()
15548 if ((asc_dvc->icq_sp = asc_dvc->carr_freelist) == NULL) in AdvInitAsc3550Driver()
15554 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->icq_sp->next_vpa)); in AdvInitAsc3550Driver()
15559 asc_dvc->icq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); in AdvInitAsc3550Driver()
15564 AdvWriteDWordLramNoSwap(iop_base, ASC_MC_ICQ, asc_dvc->icq_sp->carr_pa); in AdvInitAsc3550Driver()
16170 if ((asc_dvc->icq_sp = asc_dvc->carr_freelist) == NULL) in AdvInitAsc38C0800Driver()
16176 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->icq_sp->next_vpa)); in AdvInitAsc38C0800Driver()
16181 asc_dvc->icq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); in AdvInitAsc38C0800Driver()
16187 AdvWriteDWordLramNoSwap(iop_base, ASC_MC_ICQ, asc_dvc->icq_sp->carr_pa); in AdvInitAsc38C0800Driver()
16806 if ((asc_dvc->icq_sp = asc_dvc->carr_freelist) == NULL) in AdvInitAsc38C1600Driver()
16812 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->icq_sp->next_vpa)); in AdvInitAsc38C1600Driver()
16817 asc_dvc->icq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); in AdvInitAsc38C1600Driver()
16824 AdvWriteDWordLramNoSwap(iop_base, ASC_MC_ICQ, asc_dvc->icq_sp->carr_pa); in AdvInitAsc38C1600Driver()
16826 le32_to_cpu(asc_dvc->icq_sp->carr_pa)); in AdvInitAsc38C1600Driver()
18058 scsiq->carr_va = cpu_to_le32(ADV_VADDR_TO_U32(asc_dvc->icq_sp)); in AdvExeScsiQueue()
18063 scsiq->carr_pa = asc_dvc->icq_sp->carr_pa; in AdvExeScsiQueue()
18070 asc_dvc->icq_sp->areq_vpa = req_paddr; in AdvExeScsiQueue()
18077 asc_dvc->icq_sp->next_vpa = new_carrp->carr_pa; in AdvExeScsiQueue()
18082 asc_dvc->icq_sp = new_carrp; in AdvExeScsiQueue()