Searched refs:rvt_cq_enter (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | 779 * 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 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 | 779 * 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 D | trace_cq.h | 151 rvt_cq_entry_template, rvt_cq_enter,
|
H A D | cq.c | 57 * 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 D | qp.c | 1378 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 D | trace_cq.h | 109 rvt_cq_entry_template, rvt_cq_enter,
|
H A D | cq.c | 15 * 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 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()
|
Completed in 13 milliseconds