Searched refs:rvt_cq_enter (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/rdma/ |
H A D | rdmavt_cq.h | 65 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
|
H A D | rdmavt_qp.h | 787 if (unlikely(!rvt_cq_enter(cq, wc, solicited))) in rvt_recv_cq() 807 if (unlikely(!rvt_cq_enter(cq, wc, solicited))) in rvt_send_cq()
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | trace_cq.h | 109 rvt_cq_entry_template, rvt_cq_enter,
|
H A D | cq.c | 25 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() function 117 EXPORT_SYMBOL(rvt_cq_enter);
|
H A D | qp.c | 1322 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp() 1352 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp() 1823 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_post_recv() 2310 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in init_sge()
|