Lines Matching refs:next_vpa
1653 * next_vpa [31:4] Carrier Virtual or Physical Next Pointer
1655 * next_vpa [3:1] Reserved Bits
1656 * next_vpa [0] Done Flag set in Response Queue.
1658 __le32 next_vpa;
1662 * Mask used to eliminate low 4 bits of carrier 'next_vpa' field.
4176 adv_dvc->carrier[i].next_vpa = cpu_to_le32(next_offset);
4200 u32 next_vpa = le32_to_cpu(carrp->next_vpa);
4202 if (next_vpa == 0 || next_vpa == ~0) {
4203 ASC_DBG(1, "invalid vpa offset 0x%x\n", next_vpa);
4207 adv_dvc->carr_freelist = adv_get_carrier(adv_dvc, next_vpa);
4211 carrp->next_vpa = cpu_to_le32(ADV_CQ_STOPPER);
6096 le32_to_cpu(asc_dvc->irq_sp->next_vpa)) & ADV_RQ_DONE) != 0) {
6132 free_carrp->next_vpa = asc_dvc->carr_freelist->carr_va;
8338 * Set the 'next_vpa' pointer for the old stopper to be the
8342 asc_dvc->icq_sp->next_vpa = new_carrp->carr_pa;