Home
last modified time | relevance | path

Searched refs:srq_wq_lastwqeindex (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_impl.h167 int32_t srq_wq_lastwqeindex; member
H A Ddapl_arbel_hw.c1350 if (srq->srq_wq_lastwqeindex == -1) { in dapli_arbel_post_srq()
1354 srq->srq_wq_lastwqeindex); in dapli_arbel_post_srq()
1365 srq->srq_wq_lastwqeindex = wqe_index; in dapli_arbel_post_srq()
H A Ddapl_hermon_hw.c1405 if (srq->srq_wq_lastwqeindex == -1) { in dapli_hermon_post_srq()
1409 srq->srq_wq_lastwqeindex); in dapli_hermon_post_srq()
1420 srq->srq_wq_lastwqeindex = wqe_index; in dapli_hermon_post_srq()
H A Ddapl_tavor_hw.c1611 if (srq->srq_wq_lastwqeindex == -1) { in dapli_tavor_post_srq()
1615 srq->srq_wq_lastwqeindex); in dapli_tavor_post_srq()
1624 srq->srq_wq_lastwqeindex = wqe_index; in dapli_tavor_post_srq()
H A Ddapl_tavor_ibtf_qp.c669 ibsrq_p->srq_wq_lastwqeindex = -1; in dapls_ib_srq_alloc()