Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dcq.c367 struct rvt_cq_wc *old_wc; in rvt_resize_cq() local
405 old_wc = cq->queue; in rvt_resize_cq()
406 head = old_wc->head; in rvt_resize_cq()
409 tail = old_wc->tail; in rvt_resize_cq()
422 wc->uqueue[n] = old_wc->uqueue[tail]; in rvt_resize_cq()
424 wc->kqueue[n] = old_wc->kqueue[tail]; in rvt_resize_cq()
436 vfree(old_wc); in rvt_resize_cq()