Searched refs:to_rcq (Results 1 – 2 of 2) sorted by relevance
1069 struct rxe_cq *cq = to_rcq(ibcq); in rxe_create_cq()1120 struct rxe_cq *cq = to_rcq(ibcq); in rxe_resize_cq()1156 struct rxe_cq *cq = to_rcq(ibcq); in rxe_poll_cq()1176 struct rxe_cq *cq = to_rcq(ibcq); in rxe_peek_cq()1186 struct rxe_cq *cq = to_rcq(ibcq); in rxe_req_notify_cq()1205 struct rxe_cq *cq = to_rcq(ibcq); in rxe_destroy_cq()
448 static inline struct rxe_cq *to_rcq(struct ib_cq *cq) in to_rcq() function