Searched refs:ib_get_ibt_hca_hdl (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_rdma.c | 268 (void) ibt_destroy_fmr_pool(ib_get_ibt_hca_hdl(rds_ibdev->dev), in rdsv3_ib_destroy_mr_pool() 400 ibmr->rc_hca_hdl = ib_get_ibt_hca_hdl(rds_ibdev->dev); in rdsv3_ib_alloc_fmr() 559 (void) ibt_flush_fmr_pool(ib_get_ibt_hca_hdl(rds_ibdev->dev), in rdsv3_ib_flush_mr_pool()
|
H A D | rdsv3_impl.c | 991 if (ibt_map_mem_iov(ib_get_ibt_hca_hdl(rds_ibdev->dev), in rdsv3_ib_frag_constructor() 1010 if (ibt_unmap_mem_iov(ib_get_ibt_hca_hdl(rds_ibdev->dev), in rdsv3_ib_frag_destructor() 1201 i = ibt_map_mem_iov(ib_get_ibt_hca_hdl(dev), in rdsv3_ib_dma_map_sg() 1227 (void) ibt_unmap_mem_iov(ib_get_ibt_hca_hdl(dev), scat->mihdl); in rdsv3_ib_dma_unmap_sg() 1260 ret = ibt_register_mr(ib_get_ibt_hca_hdl(dev), RDSV3_PD2PDHDL(ic->i_pd), in rdsv3_ib_alloc_hdrs() 1311 (void) ibt_deregister_mr(ib_get_ibt_hca_hdl(dev), ic->i_mr->hdl); in rdsv3_ib_free_hdrs()
|
H A D | ib.c | 81 if (ibt_query_hca(ib_get_ibt_hca_hdl(device), dev_attr)) { in rdsv3_ib_add_one() 99 rds_ibdev->ibt_hca_hdl = ib_get_ibt_hca_hdl(device); in rdsv3_ib_add_one()
|
H A D | ib_send.c | 887 hca_hdl = ib_get_ibt_hca_hdl(dev); in rdsv3_ib_dma_unmap_sg_rdma() 927 hca_hdl = ib_get_ibt_hca_hdl(dev); in rdsv3_ib_dma_map_sg_rdma()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 783 ibt_hca_hdl_t ib_get_ibt_hca_hdl(struct ib_device *device);
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 2314 ib_get_ibt_hca_hdl(struct ib_device *device) in ib_get_ibt_hca_hdl() function
|