Home
last modified time | relevance | path

Searched refs:srqp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1560 ib_srq_handle_t srqp; in dapls_ib_store_premature_events() local
1568 srqp = qp_ptr->qp_srq; in dapls_ib_store_premature_events()
1569 dapl_os_assert(srqp->srq_freepr_num_events > 0); in dapls_ib_store_premature_events()
1570 head = srqp->srq_freepr_events[srqp->srq_freepr_head]; in dapls_ib_store_premature_events()
1576 (void) dapl_os_memcpy(&(srqp->srq_premature_events[head]), in dapls_ib_store_premature_events()
1578 srqp->srq_freepr_head = (srqp->srq_freepr_head + 1) % in dapls_ib_store_premature_events()
1579 srqp->srq_wq_numwqe; in dapls_ib_store_premature_events()
1580 srqp->srq_freepr_num_events--; in dapls_ib_store_premature_events()
H A Ddapl_arbel_hw.c1287 dapli_arbel_post_srq(DAPL_SRQ *srqp, ibt_recv_wr_t *wr, boolean_t ns) in dapli_arbel_post_srq() argument
1297 srq = srqp->srq_handle; in dapli_arbel_post_srq()
H A Ddapl_tavor_hw.c1548 dapli_tavor_post_srq(DAPL_SRQ *srqp, ibt_recv_wr_t *wr, boolean_t ns) in dapli_tavor_post_srq() argument
1559 srq = srqp->srq_handle; in dapli_tavor_post_srq()
H A Ddapl_hermon_hw.c1342 dapli_hermon_post_srq(DAPL_SRQ *srqp, ibt_recv_wr_t *wr, boolean_t ns) in dapli_hermon_post_srq() argument
1352 srq = srqp->srq_handle; in dapli_hermon_post_srq()