Lines Matching refs:recvq
420 qp->recvq =
423 qp->recvq = vcalloc(num_rqe, sizeof(struct siw_rqe));
425 if (qp->recvq == NULL) {
459 if (qp->recvq) {
462 siw_mmap_entry_insert(uctx, qp->recvq,
500 vfree(qp->recvq);
1073 struct siw_rqe *rqe = &qp->recvq[idx];
1623 srq->recvq =
1626 srq->recvq = vcalloc(srq->num_rqe, sizeof(struct siw_rqe));
1628 if (srq->recvq == NULL) {
1637 siw_mmap_entry_insert(ctx, srq->recvq,
1661 if (srq->recvq) {
1664 vfree(srq->recvq);
1751 vfree(srq->recvq);
1790 struct siw_rqe *rqe = &srq->recvq[idx];