Searched refs:rxe_cq (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/infiniband/sw/rxe/ |
D | rxe_cq.c | 11 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, in rxe_cq_chk_attr() 44 struct rxe_cq *cq = from_tasklet(cq, t, comp_task); in rxe_send_complete() 57 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, in rxe_cq_from_init() 91 int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe, in rxe_cq_resize_queue() 106 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post() 144 void rxe_cq_disable(struct rxe_cq *cq) in rxe_cq_disable() 155 struct rxe_cq *cq = container_of(elem, typeof(*cq), elem); in rxe_cq_cleanup()
|
D | rxe_loc.h | 25 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, 28 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, 32 int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe, 36 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited); 38 void rxe_cq_disable(struct rxe_cq *cq);
|
D | rxe_verbs.h | 60 struct rxe_cq { struct 220 struct rxe_cq *scq; 221 struct rxe_cq *rcq; 443 static inline struct rxe_cq *to_rcq(struct ib_cq *cq) in to_rcq() 445 return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL; in to_rcq()
|
D | Makefile | 16 rxe_cq.o \
|
D | rxe_verbs.c | 774 struct rxe_cq *cq = to_rcq(ibcq); in rxe_create_cq() 800 struct rxe_cq *cq = to_rcq(ibcq); in rxe_destroy_cq() 817 struct rxe_cq *cq = to_rcq(ibcq); in rxe_resize_cq() 844 struct rxe_cq *cq = to_rcq(ibcq); in rxe_poll_cq() 864 struct rxe_cq *cq = to_rcq(ibcq); in rxe_peek_cq() 874 struct rxe_cq *cq = to_rcq(ibcq); in rxe_req_notify_cq() 1101 INIT_RDMA_OBJ_SIZE(ib_cq, rxe_cq, ibcq),
|
D | rxe_pool.c | 65 .size = sizeof(struct rxe_cq), 66 .elem_offset = offsetof(struct rxe_cq, elem),
|
D | rxe_qp.c | 313 struct rxe_cq *rcq = to_rcq(init->recv_cq); in rxe_qp_from_init() 314 struct rxe_cq *scq = to_rcq(init->send_cq); in rxe_qp_from_init()
|