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

/freebsd-current/sys/ofed/include/rdma/
H A Drdmavt_cq.h81 struct rvt_cq { struct
92 static inline struct rvt_cq *ibcq_to_rvtcq(struct ib_cq *ibcq)
94 return container_of(ibcq, struct rvt_cq, ibcq);
97 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited);

Completed in 124 milliseconds