Symbol: rxe_cq
drivers/infiniband/sw/rxe/rxe_cq.c
11
int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
drivers/infiniband/sw/rxe/rxe_cq.c
38
int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe,
drivers/infiniband/sw/rxe/rxe_cq.c
54
int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited)
drivers/infiniband/sw/rxe/rxe_cq.c
95
struct rxe_cq *cq = container_of(elem, typeof(*cq), elem);
drivers/infiniband/sw/rxe/rxe_loc.h
21
int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
drivers/infiniband/sw/rxe/rxe_loc.h
25
int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe,
drivers/infiniband/sw/rxe/rxe_loc.h
29
int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
drivers/infiniband/sw/rxe/rxe_pool.c
65
.size = sizeof(struct rxe_cq),
drivers/infiniband/sw/rxe/rxe_pool.c
66
.elem_offset = offsetof(struct rxe_cq, elem),
drivers/infiniband/sw/rxe/rxe_qp.c
404
struct rxe_cq *rcq = to_rcq(init->recv_cq);
drivers/infiniband/sw/rxe/rxe_qp.c
405
struct rxe_cq *scq = to_rcq(init->send_cq);
drivers/infiniband/sw/rxe/rxe_verbs.c
1066
struct rxe_cq *cq = to_rcq(ibcq);
drivers/infiniband/sw/rxe/rxe_verbs.c
1115
struct rxe_cq *cq = to_rcq(ibcq);
drivers/infiniband/sw/rxe/rxe_verbs.c
1149
struct rxe_cq *cq = to_rcq(ibcq);
drivers/infiniband/sw/rxe/rxe_verbs.c
1169
struct rxe_cq *cq = to_rcq(ibcq);
drivers/infiniband/sw/rxe/rxe_verbs.c
1179
struct rxe_cq *cq = to_rcq(ibcq);
drivers/infiniband/sw/rxe/rxe_verbs.c
1198
struct rxe_cq *cq = to_rcq(ibcq);
drivers/infiniband/sw/rxe/rxe_verbs.c
1512
INIT_RDMA_OBJ_SIZE(ib_cq, rxe_cq, ibcq),
drivers/infiniband/sw/rxe/rxe_verbs.h
248
struct rxe_cq *scq;
drivers/infiniband/sw/rxe/rxe_verbs.h
249
struct rxe_cq *rcq;
drivers/infiniband/sw/rxe/rxe_verbs.h
494
static inline struct rxe_cq *to_rcq(struct ib_cq *cq)
drivers/infiniband/sw/rxe/rxe_verbs.h
496
return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL;