Searched defs:rc_hca_hdl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c69 ibt_hca_hdl_t rc_hca_hdl; member in struct:rdsv3_ib_mr
400 ibmr->rc_hca_hdl = ib_get_ibt_hca_hdl(rds_ibdev->dev);
431 ibt_status = ibt_map_mem_area(ibmr->rc_hca_hdl,
438 ibt_status = ibt_register_physical_fmr(ibmr->rc_hca_hdl,
444 (void) ibt_unmap_mem_area(ibmr->rc_hca_hdl,
488 (void) ibt_deregister_fmr(ibmr->rc_hca_hdl, ibmr->rc_fmr_hdl);
489 (void) ibt_unmap_mem_area(ibmr->rc_hca_hdl, ibmr->rc_ma_hdl);
518 hca_hdl = ibmr->rc_hca_hdl;

Completed in 62 milliseconds