Symbol: ib_get_ibt_hca_hdl
usr/src/uts/common/io/ib/clients/rdsv3/ib.c
81
if (ibt_query_hca(ib_get_ibt_hca_hdl(device), dev_attr)) {
usr/src/uts/common/io/ib/clients/rdsv3/ib.c
99
rds_ibdev->ibt_hca_hdl = ib_get_ibt_hca_hdl(device);
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
268
(void) ibt_destroy_fmr_pool(ib_get_ibt_hca_hdl(rds_ibdev->dev),
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
400
ibmr->rc_hca_hdl = ib_get_ibt_hca_hdl(rds_ibdev->dev);
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
559
(void) ibt_flush_fmr_pool(ib_get_ibt_hca_hdl(rds_ibdev->dev),
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
887
hca_hdl = ib_get_ibt_hca_hdl(dev);
usr/src/uts/common/io/ib/clients/rdsv3/ib_send.c
927
hca_hdl = ib_get_ibt_hca_hdl(dev);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1013
if (ibt_unmap_mem_iov(ib_get_ibt_hca_hdl(rds_ibdev->dev),
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1204
i = ibt_map_mem_iov(ib_get_ibt_hca_hdl(dev),
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1230
(void) ibt_unmap_mem_iov(ib_get_ibt_hca_hdl(dev), scat->mihdl);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1263
ret = ibt_register_mr(ib_get_ibt_hca_hdl(dev), RDSV3_PD2PDHDL(ic->i_pd),
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
1314
(void) ibt_deregister_mr(ib_get_ibt_hca_hdl(dev), ic->i_mr->hdl);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
994
if (ibt_map_mem_iov(ib_get_ibt_hca_hdl(rds_ibdev->dev),
usr/src/uts/common/sys/ib/clients/of/rdma/ib_verbs.h
783
ibt_hca_hdl_t ib_get_ibt_hca_hdl(struct ib_device *device);