Home
last modified time | relevance | path

Searched refs:pending_wrs (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dqp.c1344 struct t4_srq_pending_wr *pwr = &srq->pending_wrs[srq->pending_pidx]; in defer_srq_wr()
2532 wq->pending_wrs = kcalloc(srq->wq.size, in alloc_srq_queue()
2533 sizeof(*srq->wq.pending_wrs), in alloc_srq_queue()
2535 if (!wq->pending_wrs) in alloc_srq_queue()
2635 kfree(wq->pending_wrs); in alloc_srq_queue()
Dt4.h418 struct t4_srq_pending_wr *pending_wrs; member
Dcq.c468 pwr = &srq->pending_wrs[srq->pending_cidx]; in post_pending_srq_wrs()