Home
last modified time | relevance | path

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

/linux-6.1.9/include/rdma/
Drdmavt_qp.h785 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.recv_cq); in rvt_recv_cq()
805 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.send_cq); in rvt_send_cq()
922 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_tail()
924 return ibcq_to_rvtcq(send_cq)->ip ? in ib_cq_tail()
926 ibcq_to_rvtcq(send_cq)->kqueue->tail; in ib_cq_tail()
938 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_head()
940 return ibcq_to_rvtcq(send_cq)->ip ? in ib_cq_head()
942 ibcq_to_rvtcq(send_cq)->kqueue->head; in ib_cq_head()
Drdmavt_cq.h60 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() function
/linux-6.1.9/drivers/infiniband/sw/rdmavt/
Dcq.c163 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_create_cq()
278 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_destroy_cq()
304 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_req_notify_cq()
340 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_resize_cq()
478 struct rvt_cq *cq = ibcq_to_rvtcq(ibcq); in rvt_poll_cq()
Dqp.c1324 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
1354 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_error_qp()
1825 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in rvt_post_recv()
2312 rvt_cq_enter(ibcq_to_rvtcq(qp->ibqp.recv_cq), &wc, 1); in init_sge()