Lines Matching refs:ucontext
1576 struct c4iw_ucontext *ucontext; in c4iw_destroy_qp() local
1598 ucontext = ib_qp->uobject ? in c4iw_destroy_qp()
1601 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_destroy_qp()
1618 struct c4iw_ucontext *ucontext; in c4iw_create_qp() local
1649 ucontext = pd->uobject ? to_c4iw_ucontext(pd->uobject->context) : NULL; in c4iw_create_qp()
1664 if (ucontext) { in c4iw_create_qp()
1670 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()
1741 spin_lock(&ucontext->mmap_lock); in c4iw_create_qp()
1743 uresp.ma_sync_key = ucontext->key; in c4iw_create_qp()
1744 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1748 uresp.sq_key = ucontext->key; in c4iw_create_qp()
1749 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1750 uresp.rq_key = ucontext->key; in c4iw_create_qp()
1751 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1752 uresp.sq_db_gts_key = ucontext->key; in c4iw_create_qp()
1753 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1754 uresp.rq_db_gts_key = ucontext->key; in c4iw_create_qp()
1755 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1756 spin_unlock(&ucontext->mmap_lock); in c4iw_create_qp()
1763 insert_mmap(ucontext, mm1); in c4iw_create_qp()
1767 insert_mmap(ucontext, mm2); in c4iw_create_qp()
1771 insert_mmap(ucontext, mm3); in c4iw_create_qp()
1775 insert_mmap(ucontext, mm4); in c4iw_create_qp()
1781 insert_mmap(ucontext, mm5); in c4iw_create_qp()
1807 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()