rxe_cq             38 drivers/infiniband/sw/rxe/rxe_cq.c int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq,
rxe_cq             71 drivers/infiniband/sw/rxe/rxe_cq.c 	struct rxe_cq *cq = (struct rxe_cq *)data;
rxe_cq             84 drivers/infiniband/sw/rxe/rxe_cq.c int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
rxe_cq            117 drivers/infiniband/sw/rxe/rxe_cq.c int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe,
rxe_cq            132 drivers/infiniband/sw/rxe/rxe_cq.c int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited)
rxe_cq            170 drivers/infiniband/sw/rxe/rxe_cq.c void rxe_cq_disable(struct rxe_cq *cq)
rxe_cq            181 drivers/infiniband/sw/rxe/rxe_cq.c 	struct rxe_cq *cq = container_of(arg, typeof(*cq), pelem);
rxe_cq             52 drivers/infiniband/sw/rxe/rxe_loc.h int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq,
rxe_cq             55 drivers/infiniband/sw/rxe/rxe_loc.h int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
rxe_cq             59 drivers/infiniband/sw/rxe/rxe_loc.h int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe,
rxe_cq             63 drivers/infiniband/sw/rxe/rxe_loc.h int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
rxe_cq             65 drivers/infiniband/sw/rxe/rxe_loc.h void rxe_cq_disable(struct rxe_cq *cq);
rxe_cq             74 drivers/infiniband/sw/rxe/rxe_pool.c 		.size		= sizeof(struct rxe_cq),
rxe_cq            343 drivers/infiniband/sw/rxe/rxe_qp.c 	struct rxe_cq *rcq = to_rcq(init->recv_cq);
rxe_cq            344 drivers/infiniband/sw/rxe/rxe_qp.c 	struct rxe_cq *scq = to_rcq(init->send_cq);
rxe_cq            787 drivers/infiniband/sw/rxe/rxe_verbs.c 	struct rxe_cq *cq = to_rcq(ibcq);
rxe_cq            813 drivers/infiniband/sw/rxe/rxe_verbs.c 	struct rxe_cq *cq = to_rcq(ibcq);
rxe_cq            823 drivers/infiniband/sw/rxe/rxe_verbs.c 	struct rxe_cq *cq = to_rcq(ibcq);
rxe_cq            850 drivers/infiniband/sw/rxe/rxe_verbs.c 	struct rxe_cq *cq = to_rcq(ibcq);
rxe_cq            870 drivers/infiniband/sw/rxe/rxe_verbs.c 	struct rxe_cq *cq = to_rcq(ibcq);
rxe_cq            878 drivers/infiniband/sw/rxe/rxe_verbs.c 	struct rxe_cq *cq = to_rcq(ibcq);
rxe_cq           1152 drivers/infiniband/sw/rxe/rxe_verbs.c 	INIT_RDMA_OBJ_SIZE(ib_cq, rxe_cq, ibcq),
rxe_cq            245 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_cq		*scq;
rxe_cq            246 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_cq		*rcq;
rxe_cq            453 drivers/infiniband/sw/rxe/rxe_verbs.h static inline struct rxe_cq *to_rcq(struct ib_cq *cq)
rxe_cq            455 drivers/infiniband/sw/rxe/rxe_verbs.h 	return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL;