Lines Matching defs: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()
186 static int rxe_init_sq(struct rxe_qp *qp, struct ib_qp_init_attr *init, in rxe_init_sq()
235 static int rxe_qp_init_req(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_req()
279 static int rxe_init_rq(struct rxe_qp *qp, struct ib_qp_init_attr *init, in rxe_init_rq()
324 static int rxe_qp_init_resp(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_resp()
349 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()
414 int rxe_qp_to_init(struct rxe_qp *qp, struct ib_qp_init_attr *init) in rxe_qp_to_init()
439 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_chk_attr()
514 static void rxe_qp_reset(struct rxe_qp *qp) in rxe_qp_reset()
557 void rxe_qp_error(struct rxe_qp *qp) in rxe_qp_error()
571 static void rxe_qp_sqd(struct rxe_qp *qp, struct ib_qp_attr *attr, in rxe_qp_sqd()
584 static int __qp_chk_state(struct rxe_qp *qp, struct ib_qp_attr *attr, in __qp_chk_state()
617 int rxe_qp_from_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask, in rxe_qp_from_attr()
759 int rxe_qp_to_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask) in rxe_qp_to_attr()
794 int rxe_qp_chk_destroy(struct rxe_qp *qp) in rxe_qp_chk_destroy()
811 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup() local
877 struct rxe_qp *qp = container_of(elem, typeof(*qp), elem); in rxe_qp_cleanup() local