Lines Matching refs:kqueue
29 struct ib_wc *kqueue = NULL; in rvt_cq_enter() local
45 k_wc = cq->kqueue; in rvt_cq_enter()
46 kqueue = &k_wc->kqueue[0]; in rvt_cq_enter()
98 kqueue[head] = *entry; in rvt_cq_enter()
258 cq->kqueue = k_wc; in rvt_create_cq()
290 vfree(cq->kqueue); in rvt_destroy_cq()
324 if (cq->kqueue->head != cq->kqueue->tail) in rvt_req_notify_cq()
390 old_k_wc = cq->kqueue; in rvt_resize_cq()
411 k_wc->kqueue[n] = old_k_wc->kqueue[tail]; in rvt_resize_cq()
425 cq->kqueue = k_wc; in rvt_resize_cq()
492 wc = cq->kqueue; in rvt_poll_cq()
500 trace_rvt_cq_poll(cq, &wc->kqueue[tail], npolled); in rvt_poll_cq()
501 *entry = wc->kqueue[tail]; in rvt_poll_cq()