rxe_cq
int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe,
int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited)
struct rxe_cq *cq = container_of(elem, typeof(*cq), elem);
int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe,
int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
.size = sizeof(struct rxe_cq),
.elem_offset = offsetof(struct rxe_cq, elem),
struct rxe_cq *rcq = to_rcq(init->recv_cq);
struct rxe_cq *scq = to_rcq(init->send_cq);
struct rxe_cq *cq = to_rcq(ibcq);
struct rxe_cq *cq = to_rcq(ibcq);
struct rxe_cq *cq = to_rcq(ibcq);
struct rxe_cq *cq = to_rcq(ibcq);
struct rxe_cq *cq = to_rcq(ibcq);
struct rxe_cq *cq = to_rcq(ibcq);
INIT_RDMA_OBJ_SIZE(ib_cq, rxe_cq, ibcq),
struct rxe_cq *scq;
struct rxe_cq *rcq;
static inline struct rxe_cq *to_rcq(struct ib_cq *cq)
return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL;