Searched refs:rxe_cq (Results 1 – 7 of 7) sorted by relevance
/drivers/infiniband/sw/rxe/ |
D | rxe_cq.c | 38 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() 76 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, in rxe_cq_from_init() 107 int rxe_cq_resize_queue(struct rxe_cq *cq, int cqe, struct ib_udata *udata) in rxe_cq_resize_queue() 121 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post() 161 struct rxe_cq *cq = arg; in rxe_cq_cleanup()
|
D | rxe_verbs.h | 85 struct rxe_cq { struct 240 struct rxe_cq *scq; 241 struct rxe_cq *rcq; 460 static inline struct rxe_cq *to_rcq(struct ib_cq *cq) in to_rcq() 462 return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL; in to_rcq()
|
D | rxe_loc.h | 56 int rxe_cq_chk_attr(struct rxe_dev *rxe, struct rxe_cq *cq, 59 int rxe_cq_from_init(struct rxe_dev *rxe, struct rxe_cq *cq, int cqe, 63 int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe, struct ib_udata *udata); 65 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
|
D | Makefile | 15 rxe_cq.o \
|
D | rxe_verbs.c | 923 struct rxe_cq *cq; in rxe_create_cq() 953 struct rxe_cq *cq = to_rcq(ibcq); in rxe_destroy_cq() 962 struct rxe_cq *cq = to_rcq(ibcq); in rxe_resize_cq() 982 struct rxe_cq *cq = to_rcq(ibcq); in rxe_poll_cq() 1002 struct rxe_cq *cq = to_rcq(ibcq); in rxe_peek_cq() 1010 struct rxe_cq *cq = to_rcq(ibcq); in rxe_req_notify_cq()
|
D | rxe_qp.c | 342 struct rxe_cq *rcq = to_rcq(init->recv_cq); in rxe_qp_from_init() 343 struct rxe_cq *scq = to_rcq(init->send_cq); in rxe_qp_from_init()
|
D | rxe_pool.c | 72 .size = sizeof(struct rxe_cq),
|