Searched refs:rxe_cq (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_cq.c | 11 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, in rxe_cq_chk_attr() 42 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, in rxe_cq_from_init() 72 int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe, in rxe_cq_resize_queue() 88 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post() 129 struct rxe_cq *cq = container_of(elem, typeof(*cq), elem); in rxe_cq_cleanup()
|
H A D | rxe_verbs.h | 60 struct rxe_cq { struct 210 struct rxe_cq *scq; 211 struct rxe_cq *rcq; 448 static inline struct rxe_cq *to_rcq(struct ib_cq *cq) in to_rcq() 450 return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL; in to_rcq()
|
H A D | rxe_loc.h | 21 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, 24 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, 28 int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe, 32 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
|
H A D | Makefile | 16 rxe_cq.o \
|
H A D | rxe_verbs.c | 1069 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() 1505 INIT_RDMA_OBJ_SIZE(ib_cq, rxe_cq, ibcq),
|