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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c730 dapls_tavor_wrid_list_hdr_t *r_wridlist; local
830 r_wridlist = qp->qp_srq->srq_wridlist;
831 dapl_os_assert(r_wridlist != NULL);
833 rwq->wq_wrid_lock = r_wridlist->wl_lock;
836 /* Allocate memory for the r_wridlist */
837 r_wridlist = dapli_tavor_wrid_get_list(rwq->wq_size, 0);
839 if (r_wridlist == NULL) {
859 /* For SRQ based QPs r_wridlist does not point to recv wqhdr */
861 r_wridlist->wl_wqhdr = rwq;
866 dapli_tavor_wrid_wqhdr_add(rwq, r_wridlist);
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c2331 tavor_wrid_list_hdr_t *s_wridlist, *r_wridlist; local
2501 * srq_wridlist as the r_wridlist for this QP in this case.
2506 r_wridlist = qp->qp_srqhdl->srq_wridlist;
2507 ASSERT(r_wridlist != NULL);
2509 /* Allocate memory for the r_wridlist */
2510 r_wridlist = tavor_wrid_get_list(rwq->wq_size);
2514 * If the memory allocation failed for r_wridlist (or the SRQ pointer
2518 if (r_wridlist == NULL) {
2548 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*r_wridlist))
2560 * also setup the srq_wridlist pointer to be the r_wridlist, an
[all...]

Completed in 65 milliseconds