Home
last modified time | relevance | path

Searched refs:rvt_cq_enter (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/rdma/
H A Drdmavt_cq.h65 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
H A Drdmavt_qp.h779 * receive queue. If rvt_cq_enter return false, it means cq is
787 if (unlikely(!rvt_cq_enter(cq, wc, solicited))) in rvt_recv_cq()
799 * send queue. If rvt_cq_enter return false, it means cq is
807 if (unlikely(!rvt_cq_enter(cq, wc, solicited))) in rvt_send_cq()
/kernel/linux/linux-6.6/include/rdma/
H A Drdmavt_cq.h65 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
H A Drdmavt_qp.h779 * receive queue. If rvt_cq_enter return false, it means cq is
787 if (unlikely(!rvt_cq_enter(cq, wc, solicited))) in rvt_recv_cq()
799 * send queue. If rvt_cq_enter return false, it means cq is
807 if (unlikely(!rvt_cq_enter(cq, wc, solicited))) in rvt_send_cq()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dtrace_cq.h151 rvt_cq_entry_template, rvt_cq_enter,
H A Dcq.c57 * rvt_cq_enter - add a new entry to the completion queue
67 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() function
159 EXPORT_SYMBOL(rvt_cq_enter); variable
H A Dqp.c1378 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
1408 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
1875 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_post_recv()
2361 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in init_sge()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dtrace_cq.h109 rvt_cq_entry_template, rvt_cq_enter,
H A Dcq.c15 * rvt_cq_enter - add a new entry to the completion queue
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); variable
H A Dqp.c1322 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()

Completed in 18 milliseconds