Lines Matching refs:ucontext
1589 struct c4iw_ucontext *ucontext; in c4iw_destroy_qp() local
1611 ucontext = ib_qp->uobject ? in c4iw_destroy_qp()
1614 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_destroy_qp()
1631 struct c4iw_ucontext *ucontext; in c4iw_create_qp() local
1662 ucontext = pd->uobject ? to_c4iw_ucontext(pd->uobject->context) : NULL; in c4iw_create_qp()
1677 if (ucontext) { in c4iw_create_qp()
1683 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()
1754 spin_lock(&ucontext->mmap_lock); in c4iw_create_qp()
1756 uresp.ma_sync_key = ucontext->key; in c4iw_create_qp()
1757 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1761 uresp.sq_key = ucontext->key; in c4iw_create_qp()
1762 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1763 uresp.rq_key = ucontext->key; in c4iw_create_qp()
1764 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1765 uresp.sq_db_gts_key = ucontext->key; in c4iw_create_qp()
1766 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1767 uresp.rq_db_gts_key = ucontext->key; in c4iw_create_qp()
1768 ucontext->key += PAGE_SIZE; in c4iw_create_qp()
1769 spin_unlock(&ucontext->mmap_lock); in c4iw_create_qp()
1776 insert_mmap(ucontext, mm1); in c4iw_create_qp()
1780 insert_mmap(ucontext, mm2); in c4iw_create_qp()
1784 insert_mmap(ucontext, mm3); in c4iw_create_qp()
1788 insert_mmap(ucontext, mm4); in c4iw_create_qp()
1794 insert_mmap(ucontext, mm5); in c4iw_create_qp()
1820 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()