Lines Matching defs:mhdl
2776 ldc_mem_handle_t mhdl = NULL;
2791 mhdl = ldep->desc_mhdl;
2793 if (mhdl == NULL)
2796 if ((status = ldc_mem_info(mhdl, &minfo)) != 0) {
2811 (void) ldc_mem_unbind_handle(mhdl);
2814 (void) ldc_mem_free_handle(mhdl);
3609 DMSG(vdc, 0, "?[%d] unbind mhdl 0x%lx @ idx %d failed (%d)",
3646 ldc_mem_handle_t mhdl;
3657 mhdl = ldep->desc_mhdl;
3699 rv = ldc_mem_bind_handle(mhdl, vaddr, P2ROUNDUP(nbytes, 8),
3705 "(mhdl=%p, buf=%p, err=%d)\n",
3706 vdcp->instance, (void *)mhdl, (void *)vaddr, rv);
3719 rv = ldc_mem_nextcookie(mhdl, &dep->payload.cookie[i]);
3721 (void) ldc_mem_unbind_handle(mhdl);
3723 "(mhdl=%lx cnum=%d), err=%d",
3724 vdcp->instance, mhdl, i, rv);