Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dcq.c70 struct ib_wc *kqueue = NULL; in rvt_cq_enter() local
86 k_wc = cq->kqueue; in rvt_cq_enter()
87 kqueue = &k_wc->kqueue[0]; in rvt_cq_enter()
139 kqueue[head] = *entry; in rvt_cq_enter()
298 cq->kqueue = k_wc; in rvt_create_cq()
363 if (cq->kqueue->head != cq->kqueue->tail) in rvt_req_notify_cq()
429 old_k_wc = cq->kqueue; in rvt_resize_cq()
450 k_wc->kqueue[n] = old_k_wc->kqueue[tail]; in rvt_resize_cq()
464 cq->kqueue = k_wc; in rvt_resize_cq()
531 wc = cq->kqueue; in rvt_poll_cq()
[all …]
/Linux-v5.4/include/rdma/
Drdmavt_cq.h85 struct ib_wc kqueue[]; member
102 struct rvt_k_cq_wc *kqueue; member
Drdmavt_qp.h942 ibcq_to_rvtcq(send_cq)->kqueue->tail; in ib_cq_tail()
958 ibcq_to_rvtcq(send_cq)->kqueue->head; in ib_cq_head()