Searched defs:qp_attrs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1467 ibt_qp_alloc_attr_t qp_attrs; local
1480 qp_attrs.qp_scq_hdl = cip->ci_alt_cq_handle;
1481 qp_attrs.qp_rcq_hdl = cip->ci_alt_cq_handle;
1482 qp_attrs.qp_pd_hdl = cip->ci_pd;
1483 qp_attrs.qp_sizes.cs_sq_sgl = IBMF_MAX_SQ_WR_SGL_ELEMENTS;
1484 qp_attrs.qp_sizes.cs_rq_sgl = IBMF_MAX_RQ_WR_SGL_ELEMENTS;
1485 qp_attrs.qp_sizes.cs_sq = ibmf_send_wqes_posted_per_qp;
1486 qp_attrs.qp_sizes.cs_rq = ibmf_recv_wqes_posted_per_qp;
1487 qp_attrs.qp_flags = IBT_ALL_SIGNALED;
1488 qp_attrs
[all...]
H A Dibmf_impl.c1761 ibt_qp_alloc_attr_t qp_attrs; local
1794 qp_attrs.qp_scq_hdl = ibmf_cip->ci_cq_handle;
1795 qp_attrs.qp_rcq_hdl = ibmf_cip->ci_cq_handle;
1796 qp_attrs.qp_pd_hdl = ibmf_cip->ci_pd;
1797 qp_attrs.qp_sizes.cs_sq_sgl = 1;
1798 qp_attrs.qp_sizes.cs_rq_sgl = IBMF_MAX_RQ_WR_SGL_ELEMENTS;
1799 qp_attrs.qp_sizes.cs_sq = ibmf_send_wqes_posted_per_qp;
1800 qp_attrs.qp_sizes.cs_rq = ibmf_recv_wqes_posted_per_qp;
1801 qp_attrs.qp_flags = IBT_ALL_SIGNALED;
1802 qp_attrs
2384 ibt_qp_alloc_attr_t qp_attrs; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c5718 ibt_qp_query_attr_t qp_attrs; local
5720 (void) ibt_query_qp(statep->channel, &qp_attrs);
5722 "qp_info.qp_state = %x", qp_attrs.qp_info.qp_state);
6326 ibt_qp_query_attr_t qp_attrs; local
6396 status = ibt_query_qp(channel, &qp_attrs);
6407 if (qp_attrs.qp_info.qp_trans != IBT_RC_SRV) {
6417 if (qp_attrs.qp_info.qp_state != IBT_STATE_INIT &&
6427 qp_attrs.qp_info.qp_state != IBT_STATE_RTR &&
6428 qp_attrs.qp_info.qp_state != IBT_STATE_INIT) {
6439 qp_attrs
7064 ibt_qp_query_attr_t qp_attrs; local
8115 ibt_qp_query_attr_t qp_attrs; local
8543 ibt_qp_query_attr_t qp_attrs; local
[all...]

Completed in 86 milliseconds