Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rdmavt/
Dcq.c62 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() function
138 EXPORT_SYMBOL(rvt_cq_enter);
Dqp.c956 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
979 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
1448 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_post_recv()
/drivers/infiniband/hw/qib/
Dqib_ruc.c123 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in qib_init_sge()
573 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_ruc_loopback()
831 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, in qib_send_complete()
Dqib_ud.c228 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_ud_loopback()
593 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_ud_rcv()
Dqib_uc.c414 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_uc_rcv()
Dqib_rc.c1005 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, 0); in qib_rc_send_complete()
1067 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, 0); in do_rc_completion()
2029 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_rc_rcv()
/drivers/infiniband/hw/hfi1/
Druc.c139 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in init_sge()
598 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in ruc_loopback()
996 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, in hfi1_send_complete()
Dud.c254 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in ud_loopback()
858 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_ud_rcv()
Duc.c473 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_uc_rcv()
Drc.c1213 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, 0); in hfi1_rc_send_complete()
1277 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, 0); in do_rc_completion()
2329 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_rc_rcv()