Home
last modified time | relevance | path

Searched refs:rvt_cq_enter (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/include/rdma/
Drdmavt_cq.h98 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
Drdmavt_qp.h600 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, in rvt_qp_swqe_complete()
/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dtrace_cq.h145 rvt_cq_entry_template, rvt_cq_enter,
Dcq.c64 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() function
136 EXPORT_SYMBOL(rvt_cq_enter);
Dqp.c1086 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
1109 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
1583 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_post_recv()
2039 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in init_sge()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_ud.c218 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_ud_loopback()
581 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_ud_rcv()
Dqib_uc.c403 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_uc_rcv()
Dqib_ruc.c398 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_ruc_loopback()
Dqib_rc.c1915 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_rc_rcv()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dud.c277 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in ud_loopback()
1078 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, solicited); in hfi1_ud_rcv()
Duc.c478 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_uc_rcv()
Druc.c405 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in ruc_loopback()
Drc.c2236 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_rc_rcv()