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

/linux-4.1.27/drivers/scsi/
H A Dadvansys.c1754 * next_vpa [31:4] Carrier Virtual or Physical Next Pointer
1756 * next_vpa [3:1] Reserved Bits
1757 * next_vpa [0] Done Flag set in Response Queue.
1759 ADV_VADDR next_vpa; member in struct:adv_carr_t
1763 * Mask used to eliminate low 4 bits of carrier 'next_vpa' field.
4411 carrp->next_vpa = AdvBuildCarrierFreelist()
4910 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->icq_sp->next_vpa)); AdvInitAsc3550Driver()
4915 asc_dvc->icq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); AdvInitAsc3550Driver()
4930 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->irq_sp->next_vpa)); AdvInitAsc3550Driver()
4936 * Note: Set 'next_vpa' to ASC_CQ_STOPPER. When the request is AdvInitAsc3550Driver()
4939 asc_dvc->irq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); AdvInitAsc3550Driver()
5407 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->icq_sp->next_vpa)); AdvInitAsc38C0800Driver()
5412 asc_dvc->icq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); AdvInitAsc38C0800Driver()
5428 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->irq_sp->next_vpa)); AdvInitAsc38C0800Driver()
5434 * Note: Set 'next_vpa' to ASC_CQ_STOPPER. When the request is AdvInitAsc38C0800Driver()
5437 asc_dvc->irq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); AdvInitAsc38C0800Driver()
5917 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->icq_sp->next_vpa)); AdvInitAsc38C1600Driver()
5922 asc_dvc->icq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); AdvInitAsc38C1600Driver()
5941 ADV_U32_TO_VADDR(le32_to_cpu(asc_dvc->irq_sp->next_vpa)); AdvInitAsc38C1600Driver()
5947 * Note: Set 'next_vpa' to ASC_CQ_STOPPER. When the request is AdvInitAsc38C1600Driver()
5950 asc_dvc->irq_sp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); AdvInitAsc38C1600Driver()
6359 le32_to_cpu(asc_dvc->irq_sp->next_vpa)) & ASC_RQ_DONE) != 0) { AdvISR()
6392 free_carrp->next_vpa = AdvISR()
8819 ADV_U32_TO_VADDR(le32_to_cpu(new_carrp->next_vpa)); AdvExeScsiQueue()
8823 * Set the carrier to be a stopper by setting 'next_vpa' AdvExeScsiQueue()
8827 new_carrp->next_vpa = cpu_to_le32(ASC_CQ_STOPPER); AdvExeScsiQueue()
8858 * Set the 'next_vpa' pointer for the old stopper to be the AdvExeScsiQueue()
8862 asc_dvc->icq_sp->next_vpa = new_carrp->carr_pa; AdvExeScsiQueue()

Completed in 151 milliseconds