Searched refs:IBTL_HCA2CLNT (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ib/ibtl/impl/ |
H A D | ibtl.h | 493 #define IBTL_HCA2CLNT(ibtl_hca) (ibtl_hca)->ha_clnt_devp macro 494 #define IBTL_ECC2CLNT(ibtl_eec) IBTL_HCA2CLNT((ibtl_eec)->eec_hca) 495 #define IBTL_CQ2CLNT(ibtl_cq) IBTL_HCA2CLNT((ibtl_cq)->cq_hca) 496 #define IBTL_CHAN2CLNT(ibt_chan) IBTL_HCA2CLNT((ibt_chan)->ch_qp.qp_hca) 502 ((IBTL_HCA2CLNT(ibtl_hca))->clnt_modinfop)
|
/titanic_41/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_mem.c | 72 IBTL_HCA2CIHCA(hca_hdl), pd, mem_attr, IBTL_HCA2CLNT(hca_hdl), in ibt_register_mr() 118 IBTL_HCA2CIHCA(hca_hdl), pd, mem_bpattr, bp, IBTL_HCA2CLNT(hca_hdl), in ibt_register_buf() 224 IBTL_HCA2CLNT(hca_hdl), mr_hdl_p, mem_desc); in ibt_reregister_mr() 282 IBTL_HCA2CLNT(hca_hdl), mr_hdl_p, mem_desc); in ibt_reregister_buf() 331 IBTL_HCA2CLNT(hca_hdl), mr_hdl_p, mem_desc); in ibt_register_shared_mr()
|