Searched refs:rvt_cq_enter (Results 1 – 10 of 10) sorted by relevance
/drivers/infiniband/sw/rdmavt/ |
D | cq.c | 62 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);
|
D | qp.c | 956 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/ |
D | qib_ruc.c | 123 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()
|
D | qib_ud.c | 228 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()
|
D | qib_uc.c | 414 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_uc_rcv()
|
D | qib_rc.c | 1005 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/ |
D | ruc.c | 139 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()
|
D | ud.c | 254 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()
|
D | uc.c | 473 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_uc_rcv()
|
D | rc.c | 1213 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()
|