Searched refs:ibcq_to_rvtcq (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | cq.c | 309 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()
|
D | qp.c | 1086 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/ |
D | rdmavt_cq.h | 93 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() function
|
D | rdmavt_qp.h | 600 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.send_cq), &wc, in rvt_qp_swqe_complete()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_ud.c | 218 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()
|
D | qib_uc.c | 403 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_uc_rcv()
|
D | qib_ruc.c | 398 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_ruc_loopback()
|
D | qib_rc.c | 1915 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in qib_rc_rcv()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | qp.c | 605 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()
|
D | ud.c | 277 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()
|
D | uc.c | 478 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_uc_rcv()
|
D | ruc.c | 405 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in ruc_loopback()
|
D | rc.c | 2236 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, in hfi1_rc_rcv()
|