Searched refs:IBTL_CHAN2CIHCA (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_mcg.c | 67 IBTL_CHAN2CIHCA(ud_chan), ud_chan->ch_qp.qp_ibc_qp_hdl, in ibt_attach_mcg() 98 IBTL_CHAN2CIHCA(ud_chan), ud_chan->ch_qp.qp_ibc_qp_hdl, in ibt_detach_mcg()
|
H A D | ibtl_wr.c | 62 return (IBTL_CHAN2CIHCAOPS_P(chan)->ibc_post_send(IBTL_CHAN2CIHCA(chan), in ibt_post_send() 87 return (IBTL_CHAN2CIHCAOPS_P(chan)->ibc_post_recv(IBTL_CHAN2CIHCA(chan), in ibt_post_recv()
|
H A D | ibtl_qp.c | 218 ibc_hca_hdl_t ibc_hca_hdl = IBTL_CHAN2CIHCA(ibt_qp); in ibt_initialize_qp() 607 (IBTL_CHAN2CIHCA(chan), chan->ch_transport.rc.rc_qpn_hdl)) == in ibtl_cm_chan_is_closed() 688 (IBTL_CHAN2CIHCA(ibt_qp), IBTL_CHAN2CIQP(ibt_qp), in ibt_free_qp() 711 (IBTL_CHAN2CIHCA(ibt_qp), IBTL_CHAN2CIQP(ibt_qp), in ibt_free_qp() 781 IBTL_CHAN2CIHCA(ibt_qp), IBTL_CHAN2CIQP(ibt_qp), qp_query_attrp)); in ibt_query_qp() 841 IBTL_CHAN2CIHCA(ibt_qp), IBTL_CHAN2CIQP(ibt_qp), flags, in ibt_modify_qp()
|
/titanic_41/usr/src/uts/common/sys/ib/ibtl/impl/ |
H A D | ibtl.h | 475 #define IBTL_CHAN2CIHCA(ibt_chan) IBTL_HCA2CIHCA((ibt_chan)->ch_qp.qp_hca) macro
|