Lines Matching defs:mr_hdl
3661 ibt_mr_hdl_t mr_hdl = NULL; /* memory region handle */
3669 status = rib_reg_mem(hca, adsp, buf, buflen, 0, &mr_hdl, &mr_desc);
3671 buf_handle->mrc_linfo = (uintptr_t)mr_hdl;
3716 ibt_mr_hdl_t mr_hdl = NULL; /* memory region handle */
3743 status = rib_reg_mem(hca, adsp, buf, buflen, 0, &mr_hdl, &mr_desc);
3747 l->lrc_mhandle.mrc_linfo = (uintptr_t)mr_hdl;
3752 buf_handle->mrc_linfo = (uintptr_t)mr_hdl;
3755 *sync_handle = (RIB_SYNCMEM_HANDLE)mr_hdl;
3884 rbp->mr_hdl = (ibt_mr_hdl_t *)kmem_zalloc(num *
3902 &rbp->mr_hdl[i],
3907 rbp->mr_hdl[j]);
3929 if (rbp->mr_hdl)
3930 kmem_free(rbp->mr_hdl, num*sizeof (ibt_mr_hdl_t));
3967 (void) ibt_deregister_mr(hca->hca_hdl, rbp->mr_hdl[i]);
3999 if (rbp->mr_hdl)
4000 kmem_free(rbp->mr_hdl, bp->numelems*sizeof (ibt_mr_hdl_t));
4102 (uintptr_t)rbp->mr_hdl[i];
5194 ibt_mr_hdl_t mr_hdl = NULL; /* memory region handle */
5202 status = rib_reg_mem(hca, adsp, buf, buflen, 0, &mr_hdl, &mr_desc);
5204 buf_handle->mrc_linfo = (uint64_t)(uintptr_t)mr_hdl;