Lines Matching refs:rxe_qp
103 static int alloc_rd_atomic_resources(struct rxe_qp *qp, unsigned int n) in alloc_rd_atomic_resources()
115 static void free_rd_atomic_resources(struct rxe_qp *qp) in free_rd_atomic_resources()
135 static void cleanup_rd_atomic_resources(struct rxe_qp *qp) in cleanup_rd_atomic_resources()
148 static void rxe_qp_init_misc(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_misc()
183 static int rxe_qp_init_req(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_req()
252 static int rxe_qp_init_resp(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_resp()
296 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()
358 int rxe_qp_to_init(struct rxe_qp *qp, struct ib_qp_init_attr *init) in rxe_qp_to_init()
386 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_chk_attr()
472 static void rxe_qp_reset(struct rxe_qp *qp) in rxe_qp_reset()
531 static void rxe_qp_drain(struct rxe_qp *qp) in rxe_qp_drain()
546 void rxe_qp_error(struct rxe_qp *qp) in rxe_qp_error()
564 int rxe_qp_from_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask, in rxe_qp_from_attr()
720 int rxe_qp_to_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask) in rxe_qp_to_attr()
755 int rxe_qp_chk_destroy(struct rxe_qp *qp) in rxe_qp_chk_destroy()
772 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup()
834 struct rxe_qp *qp = container_of(elem, typeof(*qp), elem); in rxe_qp_cleanup()