Home
last modified time | relevance | path

Searched refs:ibtl_hca (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h472 #define IBTL_HCA2CIHCA(ibtl_hca) IBTL_HDIP2CIHCA(ibtl_hca->ha_hca_devp) argument
482 #define IBTL_HCA2CIHCAOPS_P(ibtl_hca) \ argument
483 IBTL_HDIP2CIHCAOPS_P(ibtl_hca->ha_hca_devp)
493 #define IBTL_HCA2CLNT(ibtl_hca) (ibtl_hca)->ha_clnt_devp argument
501 #define IBTL_HCA2MODI_P(ibtl_hca) \ argument
502 ((IBTL_HCA2CLNT(ibtl_hca))->clnt_modinfop)
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c585 ibtl_hca_t *ibtl_hca = chan->ch_qp.qp_hca; in ibtl_cm_chan_is_closed() local
613 ibtl_close_hca_check(ibtl_hca); in ibtl_cm_chan_is_closed()
660 ibtl_hca_t *ibtl_hca = ibt_qp->ch_qp.qp_hca; in ibt_free_qp() local
696 ibtl_hca->ha_qpn_cnt++; in ibt_free_qp()
698 atomic_dec_32(&ibtl_hca->ha_qp_cnt); in ibt_free_qp()
719 atomic_dec_32(&ibtl_hca->ha_qp_cnt); in ibt_free_qp()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files729 ibtl_cq.o ibtl_wr.o ibtl_hca.o ibtl_chan.o ibtl_cm.o \