Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dcq.c309 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_destroy_cq()
337 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_req_notify_cq()
366 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_resize_cq()
482 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_poll_cq()
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/include/rdma/
Drdmavt_cq.h93 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() function
Drdmavt_qp.h600 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, in rvt_qp_swqe_complete()
/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/
Dqp.c605 ibcq_to_rvtcq(qp->ibqp.send_cq)->queue->head, in qp_iter_print()
606 ibcq_to_rvtcq(qp->ibqp.send_cq)->queue->tail, in qp_iter_print()
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()