Lines Matching refs:db_mmap_entry
314 ctx->db_mmap_entry = &entry->rdma_entry; in qedr_alloc_ucontext()
334 uresp.db_pa = rdma_user_mmap_get_offset(ctx->db_mmap_entry); in qedr_alloc_ucontext()
355 if (!ctx->db_mmap_entry) in qedr_alloc_ucontext()
358 rdma_user_mmap_entry_remove(ctx->db_mmap_entry); in qedr_alloc_ucontext()
370 rdma_user_mmap_entry_remove(uctx->db_mmap_entry); in qedr_dealloc_ucontext()
711 if (cq->q.db_mmap_entry) in qedr_copy_cq_uresp()
713 rdma_user_mmap_get_offset(cq->q.db_mmap_entry); in qedr_copy_cq_uresp()
775 q->db_mmap_entry = &entry->rdma_entry; in qedr_init_user_db_rec()
1042 if (cq->q.db_mmap_entry) in qedr_create_cq()
1043 rdma_user_mmap_entry_remove(cq->q.db_mmap_entry); in qedr_create_cq()
1093 rdma_user_mmap_entry_remove(cq->q.db_mmap_entry); in qedr_destroy_cq()
1289 if (qp->urq.db_mmap_entry) in qedr_copy_rq_uresp()
1291 rdma_user_mmap_get_offset(qp->urq.db_mmap_entry); in qedr_copy_rq_uresp()
1306 if (qp->usq.db_mmap_entry) in qedr_copy_sq_uresp()
1308 rdma_user_mmap_get_offset(qp->usq.db_mmap_entry); in qedr_copy_sq_uresp()
1810 rdma_user_mmap_entry_remove(qp->usq.db_mmap_entry); in qedr_cleanup_user()
1816 rdma_user_mmap_entry_remove(qp->urq.db_mmap_entry); in qedr_cleanup_user()