Searched refs:rxe_srq (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/infiniband/sw/rxe/ ! |
| H A D | rxe_srq.c | 44 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_init() 100 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_chk_attr() 151 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_attr() 187 struct rxe_srq *srq = container_of(elem, typeof(*srq), elem); in rxe_srq_cleanup()
|
| H A D | rxe_verbs.h | 94 struct rxe_srq { struct 246 struct rxe_srq *srq; 483 static inline struct rxe_srq *to_rsrq(struct ib_srq *srq) in to_rsrq() 485 return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL; in to_rsrq()
|
| H A D | rxe_loc.h | 163 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq, 166 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq, 168 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
|
| H A D | rxe_pool.c | 47 .size = sizeof(struct rxe_srq), 48 .elem_offset = offsetof(struct rxe_srq, elem),
|
| H A D | Makefile | 14 rxe_srq.o \
|
| H A D | rxe_verbs.c | 393 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_create_srq() 449 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq() 490 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq() 513 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv() 537 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq() 1528 INIT_RDMA_OBJ_SIZE(ib_srq, rxe_srq, ibsrq),
|
| H A D | rxe_resp.c | 261 struct rxe_srq *srq = qp->srq; in get_srq_wqe() 313 struct rxe_srq *srq = qp->srq; in check_resource()
|
| H A D | rxe_qp.c | 406 struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL; in rxe_qp_from_init()
|