Searched refs:qpn (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_mad.h70 * @qpn - Remote QP number received from/to be sent to
96 * @qpn - Remote QP number received from/to be sent to
115 uint32_t qpn; member in struct:ib_user_mad_hdr
144 * @qpn - Queue pair number; must be 0 or 1.
160 uint8_t qpn; member in struct:ib_user_mad_reg_req
H A Dib_user_verbs.h475 uint32_t qpn; member in struct:ib_uverbs_create_qp_resp
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_qp_async_error_callb.c112 ep_ptr->qpn,
H A Ddapl_ep_connect.c175 ep_ptr->qpn = alloc_ep.qpn;
H A Ddapl_ep_modify.c252 new_ep.qpn = alloc_ep.qpn;
H A Ddapl_evd_util.c845 uint32_t qpn; local
853 qpn = ep_ptr->qpn;
872 (DAPL_GET_CQE_QPN(&cqe[prm_idx]) != qpn))) {
H A Ddapl_ep_util.c138 ep_ptr->qpn = 0;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c121 #define dapli_tavor_qp_send_doorbell(ia_uar, nda, nds, qpn, fence, nopcode) \
127 ((uint64_t)qpn << TAVOR_QPSNDDB_QPN_SHIFT) | nds)
137 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode)
146 ((uint64_t)qpn << TAVOR_QPSNDDB_QPN_SHIFT) | nds;
174 #define dapli_tavor_qp_recv_doorbell(ia_uar, nda, nds, qpn, credits) \
179 ((uint64_t)qpn << TAVOR_QPRCVDB_QPN_SHIFT) | credits)
189 uint32_t nds, uint32_t qpn, uint32_t credits)
197 ((uint64_t)qpn << TAVOR_QPRCVDB_QPN_SHIFT) | credits;
136 dapli_tavor_qp_send_doorbell(dapls_hw_uar_t ia_uar, uint32_t nda, uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode) argument
188 dapli_tavor_qp_recv_doorbell(dapls_hw_uar_t ia_uar, uint32_t nda, uint32_t nds, uint32_t qpn, uint32_t credits) argument
H A Ddapl_tavor_hw.h255 uint32_t qpn :24; member in struct:tavor_hw_uar_send_s
268 uint32_t qpn :24; member in struct:tavor_hw_uar_recv_s
H A Ddapl_tavor_wr.c536 dapli_tavor_wrid_wqhdr_find(ib_cq_handle_t cq, uint_t qpn, uint_t send_or_recv) argument
550 key = (DAPL_HASH_KEY)(((uint64_t)send_or_recv << 32) | (uint32_t)qpn);
926 dapli_tavor_wrid_wqhdr_create(ib_cq_handle_t cq, uint_t qpn, argument
960 wqhdr_tmp->wq_qpn = qpn;
H A Ddapl_arbel_hw.c150 dapli_arbel_sq_dbreg(dapls_hw_uar_t ia_uar, uint32_t qpn, uint32_t fence, argument
159 (qpn << ARBEL_QPSNDDB_QPN_SHIFT) | nds;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h52 #define HERMON_QP_WQEADDRSZ(wcnt, qpn) (wcnt) & 0xFFFF
H A Dhermon_hw.h1372 #define HERMON_HW_ENET_OPMOD_SELECT_RQN 0x0100 /* rcv qpn calc */
1686 uint32_t qpn :24; /* dw 1, byte 4-7 */ member in struct:hermon_hw_dmpt_s
1787 uint32_t qpn :24; member in struct:hermon_hw_dmpt_s
1871 uint32_t qpn :24; /* dw 1, byte 4-7 */ member in struct:hermon_hw_cmpt_s
1951 uint32_t qpn :24; member in struct:hermon_hw_cmpt_s
2221 uint32_t qpn :24; member in struct:hermon_hw_eqe_qp_evt_s
3841 uint32_t qpn :24; member in struct:hermon_hw_mcg_qp_list_s
3851 uint32_t qpn :24; member in struct:hermon_hw_mcg_qp_list_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c46 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode);
49 uint32_t nds, uint32_t qpn, uint32_t credits);
76 static tavor_workq_hdr_t *tavor_wrid_wqhdr_find(tavor_cqhdl_t cq, uint_t qpn,
79 tavor_cqhdl_t cq, uint_t qpn, uint_t wq_type, uint_t create_wql);
893 uint32_t qpn, uint32_t fence, uint32_t nopcode)
902 ((uint64_t)qpn << TAVOR_QPSNDDB_QPN_SHIFT) | nds;
919 uint32_t qpn, uint32_t credits)
927 ((uint64_t)qpn << TAVOR_QPRCVDB_QPN_SHIFT) | credits;
3313 tavor_wrid_wqhdr_find(tavor_cqhdl_t cq, uint_t qpn, uint_t wq_type) argument
3328 cmp.cmp_qpn = qpn;
892 tavor_qp_send_doorbell(tavor_state_t *state, uint32_t nda, uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode) argument
918 tavor_qp_recv_doorbell(tavor_state_t *state, uint32_t nda, uint32_t nds, uint32_t qpn, uint32_t credits) argument
3345 tavor_wrid_wqhdr_create(tavor_state_t *state, tavor_cqhdl_t cq, uint_t qpn, uint_t wq_type, uint_t create_wql) argument
[all...]
H A Dtavor_misc.c1229 if (mcg_qplist[qplist_indx].qpn == qp->qp_qpnum) {
1253 mcg_qplist[qplist_indx].qpn = qp->qp_qpnum;
1284 if (mcg_qplist[i].qpn == qp->qp_qpnum) {
1287 mcg_qplist[qplist_indx - 1].qpn = 0;
H A Dtavor_qp.c72 ib_qpn_t *qpn; local
113 qpn = qpinfo->qpi_qpn;
512 if (qpn != NULL) {
513 *qpn = (ib_qpn_t)qp->qp_qpnum;
/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h332 ib_qpn_t qpn; member in struct:rib_qp_s
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1327 umad_msg->umad_msg_hdr.qpn =
1984 * Note: umad lid, qpn and qkey are in network order, so we need
1990 ibmf_msg->im_local_addr.ia_remote_qno = ntohl(user_mad->hdr.qpn);
2316 if ((req->qpn != 0) && (req->qpn != 1)) {
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1128 uint32_t qpn :24; member in struct:tavor_hw_eqe_qp_evt_s
1950 uint32_t qpn :24; member in struct:tavor_hw_mcg_qp_list_s
1958 uint32_t qpn :24; member in struct:tavor_hw_mcg_qp_list_s
2081 uint32_t qpn :24; member in struct:tavor_hw_uar_send_s
2094 uint32_t qpn :24; member in struct:tavor_hw_uar_recv_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c55 static hermon_workq_avl_t *hermon_wrid_wqavl_find(hermon_cqhdl_t cq, uint_t qpn,
2436 hermon_wrid_wqavl_find(hermon_cqhdl_t cq, uint_t qpn, uint_t wq_type) argument
2447 cmp.cmp_qpn = qpn;
H A Dhermon_ci.c649 ibt_chan_sizes_t *queue_sizes_p, ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p)
666 qpinfo.qpi_qpn = qpn;
727 ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p)
743 qpinfo.qpi_qpn = qpn;
647 hermon_ci_alloc_qp(ibc_hca_hdl_t hca, ibtl_qp_hdl_t ibt_qphdl, ibt_qp_type_t type, ibt_qp_alloc_attr_t *attr_p, ibt_chan_sizes_t *queue_sizes_p, ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p) argument
723 hermon_ci_alloc_qp_range(ibc_hca_hdl_t hca, uint_t log2, ibtl_qp_hdl_t *ibtl_qp, ibt_qp_type_t type, ibt_qp_alloc_attr_t *attr_p, ibt_chan_sizes_t *queue_sizes_p, ibc_cq_hdl_t *send_cq, ibc_cq_hdl_t *recv_cq, ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p) argument
H A Dhermon_misc.c1360 if (mcg_qplist[qplist_indx].qpn == qp->qp_qpnum) {
1383 mcg_qplist[qplist_indx].qpn =
1412 if (mcg_qplist[i].qpn == qp->qp_qpnum) {
1414 mcg_qplist[qplist_indx - 1].qpn = 0;
H A Dhermon_qp.c74 ib_qpn_t *qpn; local
103 qpn = qpinfo->qpi_qpn;
596 if (qpn != NULL) {
597 *qpn = (ib_qpn_t)qp->qp_qpnum;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1071 ib_qpn_t qpn; local
1149 &sizes, &qpn, &ibt_qp);
1153 &sizes, &qpn, &ibt_qp);
1190 qp_init_attr->qp_type == IB_QPT_GSI ? 1 : qpn;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h227 ibt_chan_sizes_t *queue_sizes_p, ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p);

Completed in 368 milliseconds

12