Searched refs:rvt_cq (Results 1 – 2 of 2) sorted by relevance
46 struct rvt_cq { struct60 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq) in ibcq_to_rvtcq() argument62 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);
786 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