Home
last modified time | relevance | path

Searched refs:rvt_cq (Results 1 – 2 of 2) sorted by relevance

/include/rdma/
A Drdmavt_cq.h46 struct rvt_cq { struct
60 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() argument
62 return container_of(ibcq, struct rvt_cq, ibcq); in ibcq_to_rvtcq()
65 bool rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);
A Drdmavt_qp.h786 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.recv_cq); in rvt_recv_cq()
806 struct rvt_cq *cq = ibcq_to_rvtcq(qp->ibqp.send_cq); in rvt_send_cq()
923 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_tail()
939 struct rvt_cq *cq = ibcq_to_rvtcq(send_cq); in ib_cq_head()

Completed in 8 milliseconds