Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1069 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()
H A Drxe_verbs.h448 static inline struct rxe_cq *to_rcq(struct ib_cq *cq) in to_rcq() function