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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c90 * qp_attrp Specifies the ibt_qp_alloc_attr_t that are needed to
105 ibt_qp_alloc_attr_t *qp_attrp, ibt_chan_sizes_t *queue_sizes_p,
113 hca_hdl, type, qp_attrp, queue_sizes_p, qpn_p, ibt_qp_p);
141 qp_attrp->qp_ibc_scq_hdl = (qp_attrp->qp_scq_hdl == NULL) ? NULL :
142 qp_attrp->qp_scq_hdl->cq_ibc_cq_hdl;
143 qp_attrp->qp_ibc_rcq_hdl = (qp_attrp->qp_rcq_hdl == NULL) ? NULL :
144 qp_attrp->qp_rcq_hdl->cq_ibc_cq_hdl;
147 if ((qp_attrp
104 ibt_alloc_qp(ibt_hca_hdl_t hca_hdl, ibt_qp_type_t type, ibt_qp_alloc_attr_t *qp_attrp, ibt_chan_sizes_t *queue_sizes_p, ib_qpn_t *qpn_p, ibt_qp_hdl_t *ibt_qp_p) argument
322 ibt_alloc_special_qp(ibt_hca_hdl_t hca_hdl, uint8_t port, ibt_sqp_type_t type, ibt_qp_alloc_attr_t *qp_attrp, ibt_chan_sizes_t *queue_sizes_p, ibt_qp_hdl_t *ibt_qp_p) argument
[all...]

Completed in 73 milliseconds