Home
last modified time | relevance | path

Searched refs:ibtl_qp_hdl_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c1226 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_comm_estbl_handler()
1276 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_local_wq_cat_err_handler()
1326 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_invreq_local_wq_err_handler()
1376 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_local_acc_vio_wq_err_handler()
1427 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_sendq_drained_handler()
1492 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_path_mig_handler()
1542 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_path_mig_err_handler()
1652 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_srq_last_wqe_reached_handler()
1701 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in hermon_fexch_error_handler()
H A Dhermon_ci.c74 static ibt_status_t hermon_ci_alloc_qp(ibc_hca_hdl_t, ibtl_qp_hdl_t,
78 ibtl_qp_hdl_t, ibt_sqp_type_t, ibt_qp_alloc_attr_t *,
81 ibtl_qp_hdl_t *, ibt_qp_type_t, ibt_qp_alloc_attr_t *, ibt_chan_sizes_t *,
647 hermon_ci_alloc_qp(ibc_hca_hdl_t hca, ibtl_qp_hdl_t ibt_qphdl, in hermon_ci_alloc_qp()
686 ibtl_qp_hdl_t ibt_qphdl, ibt_sqp_type_t type, in hermon_ci_alloc_special_qp()
724 ibtl_qp_hdl_t *ibtl_qp, ibt_qp_type_t type, in hermon_ci_alloc_qp_range()
H A Dhermon_qp.c72 ibtl_qp_hdl_t ibt_qphdl; in hermon_qp_alloc()
774 ibtl_qp_hdl_t ibt_qphdl; in hermon_special_qp_alloc()
1224 hermon_qp_info_t *qpinfo, ibtl_qp_hdl_t *ibt_qphdl, in hermon_qp_alloc_range()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h49 typedef struct ibtl_qp_s *ibtl_qp_hdl_t; /* ibt_alloc_qp() */ typedef
186 ibtl_qp_hdl_t ev_qp_hdl; /* IBTF QP handle. */
225 ibt_status_t (*ibc_alloc_qp)(ibc_hca_hdl_t hca, ibtl_qp_hdl_t ibtl_qp,
229 ibtl_qp_hdl_t ibt_qp, ibt_sqp_type_t type,
233 ibtl_qp_hdl_t *ibtl_qp_p, ibt_qp_type_t type,
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c1331 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_comm_estbl_handler()
1392 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_local_wq_cat_err_handler()
1453 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_invreq_local_wq_err_handler()
1514 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_local_acc_vio_wq_err_handler()
1576 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_sendq_drained_handler()
1652 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_path_mig_handler()
1713 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_path_mig_err_handler()
1839 event.ev_qp_hdl = (ibtl_qp_hdl_t)qp->qp_hdlrarg; in tavor_srq_last_wqe_reached_handler()
H A Dtavor_ci.c71 static ibt_status_t tavor_ci_alloc_qp(ibc_hca_hdl_t, ibtl_qp_hdl_t,
75 ibtl_qp_hdl_t, ibt_sqp_type_t, ibt_qp_alloc_attr_t *,
78 ibtl_qp_hdl_t *, ibt_qp_type_t, ibt_qp_alloc_attr_t *, ibt_chan_sizes_t *,
724 tavor_ci_alloc_qp(ibc_hca_hdl_t hca, ibtl_qp_hdl_t ibt_qphdl, in tavor_ci_alloc_qp()
770 ibtl_qp_hdl_t ibt_qphdl, ibt_sqp_type_t type, in tavor_ci_alloc_special_qp()
812 ibtl_qp_hdl_t *ibtl_qp_p, ibt_qp_type_t type, in tavor_ci_alloc_qp_range()
H A Dtavor_qp.c70 ibtl_qp_hdl_t ibt_qphdl; in tavor_qp_alloc()
611 ibtl_qp_hdl_t ibt_qphdl; in tavor_special_qp_alloc()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h191 ibtl_qp_hdl_t qpi_ibt_qphdl;
375 hermon_qp_info_t *qpinfo, ibtl_qp_hdl_t *ibtl_qp_p, ibc_cq_hdl_t *send_cq_p,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_qp.h224 ibtl_qp_hdl_t qpi_ibt_qphdl;
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c684 IBTL_HCA2CIHCA(hca_hdl), log2, (ibtl_qp_hdl_t *)ud_chan_p, in ibt_alloc_ud_channel_range()