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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c319 ib_qp_handle_t qp_p; local
324 qp_p = ep_ptr->qp_handle;
326 if (qp_p == NULL) {
336 dapls_tavor_wrid_cleanup(ep_ptr, qp_p);
338 reinit_args.epri_hkey = qp_p->ep_hkey;
346 qp_p->qp_sq_lastwqeaddr = NULL;
347 qp_p->qp_rq_lastwqeaddr = NULL;
352 retval = dapls_tavor_wrid_init(qp_p);
360 if (munmap((void *)qp_p->qp_addr, qp_p
[all...]
H A Ddapl_tavor_ibtf_qp.c161 ib_qp_handle_t qp_p; local
208 qp_p = (ib_qp_handle_t)dapl_os_alloc(
210 if (qp_p == NULL) {
217 (void) dapl_os_memzero(qp_p, sizeof (*qp_p));
223 qp_p->qp_premature_events = (ib_work_completion_t *)
225 if (qp_p->qp_premature_events == NULL) {
228 dapl_os_free(qp_p, sizeof (*qp_p));
233 qp_p
433 ib_qp_handle_t qp_p = ep_ptr->qp_handle; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c649 ibt_chan_sizes_t *queue_sizes_p, ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p)
673 *qp_p = (ibc_qp_hdl_t)qpinfo.qpi_qphdl;
688 ibc_qp_hdl_t *qp_p)
711 *qp_p = (ibc_qp_hdl_t)qpinfo.qpi_qphdl;
727 ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p)
745 send_cq, recv_cq, (hermon_qphdl_t *)qp_p, HERMON_NOSLEEP);
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
685 hermon_ci_alloc_special_qp(ibc_hca_hdl_t hca, uint8_t port, ibtl_qp_hdl_t ibt_qphdl, ibt_sqp_type_t type, ibt_qp_alloc_attr_t *attr_p, ibt_chan_sizes_t *queue_sizes_p, 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
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c822 ibt_chan_sizes_t *queue_sizes_p, ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p)
861 *qp_p = (ibc_qp_hdl_t)qpinfo.qpi_qphdl;
877 ibc_qp_hdl_t *qp_p)
916 *qp_p = (ibc_qp_hdl_t)qpinfo.qpi_qphdl;
929 ib_qpn_t *qpn_p, ibc_qp_hdl_t *qp_p)
820 tavor_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
874 tavor_ci_alloc_special_qp(ibc_hca_hdl_t hca, uint8_t port, ibtl_qp_hdl_t ibt_qphdl, ibt_sqp_type_t type, ibt_qp_alloc_attr_t *attr_p, ibt_chan_sizes_t *queue_sizes_p, ibc_qp_hdl_t *qp_p) argument
925 tavor_ci_alloc_qp_range(ibc_hca_hdl_t hca, uint_t log2, ibtl_qp_hdl_t *ibtl_qp_p, 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_p, ibc_cq_hdl_t *recv_cq_p, ib_qpn_t *qpn_p, ibc_qp_hdl_t *qp_p) argument

Completed in 58 milliseconds