Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Dqp.c1341 struct t4_srq_pending_wr *pwr = &srq->pending_wrs[srq->pending_pidx]; in defer_srq_wr()
2553 wq->pending_wrs = kzalloc_objs(*srq->wq.pending_wrs, in alloc_srq_queue()
2555 if (!wq->pending_wrs) in alloc_srq_queue()
2655 kfree(wq->pending_wrs); in alloc_srq_queue()
H A Dt4.h418 struct t4_srq_pending_wr *pending_wrs; member
H A Dcq.c468 pwr = &srq->pending_wrs[srq->pending_cidx]; in post_pending_srq_wrs()