Home
last modified time | relevance | path

Searched refs:rxe_cq (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_cq.c38 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, in rxe_cq_chk_attr()
71 struct rxe_cq *cq = (struct rxe_cq *)data; in rxe_send_complete()
84 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, in rxe_cq_from_init()
117 int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe, in rxe_cq_resize_queue()
132 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post()
170 void rxe_cq_disable(struct rxe_cq *cq) in rxe_cq_disable()
181 struct rxe_cq *cq = container_of(arg, typeof(*cq), pelem); in rxe_cq_cleanup()
Drxe_verbs.h87 struct rxe_cq { struct
241 struct rxe_cq *scq;
242 struct rxe_cq *rcq;
450 static inline struct rxe_cq *to_rcq(struct ib_cq *cq) in to_rcq()
452 return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL; in to_rcq()
Drxe_loc.h51 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq,
54 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe,
58 int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe,
61 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
63 void rxe_cq_disable(struct rxe_cq *cq);
DMakefile16 rxe_cq.o \
Drxe_verbs.c842 struct rxe_cq *cq; in rxe_create_cq()
879 struct rxe_cq *cq = to_rcq(ibcq); in rxe_destroy_cq()
890 struct rxe_cq *cq = to_rcq(ibcq); in rxe_resize_cq()
917 struct rxe_cq *cq = to_rcq(ibcq); in rxe_poll_cq()
937 struct rxe_cq *cq = to_rcq(ibcq); in rxe_peek_cq()
945 struct rxe_cq *cq = to_rcq(ibcq); in rxe_req_notify_cq()
Drxe_qp.c331 struct rxe_cq *rcq = to_rcq(init->recv_cq); in rxe_qp_from_init()
332 struct rxe_cq *scq = to_rcq(init->send_cq); in rxe_qp_from_init()
Drxe_pool.c72 .size = sizeof(struct rxe_cq),