Lines Matching defs:qp

98 static int alloc_rd_atomic_resources(struct rxe_qp *qp, unsigned int n)  in alloc_rd_atomic_resources()
110 static void free_rd_atomic_resources(struct rxe_qp *qp) in free_rd_atomic_resources()
125 void free_rd_atomic_resource(struct rxe_qp *qp, struct resp_res *res) in free_rd_atomic_resource()
137 static void cleanup_rd_atomic_resources(struct rxe_qp *qp) in cleanup_rd_atomic_resources()
150 static void rxe_qp_init_misc(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_misc()
192 static int rxe_qp_init_req(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_req()
258 static int rxe_qp_init_resp(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_resp()
307 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()
357 int rxe_qp_to_init(struct rxe_qp *qp, struct ib_qp_init_attr *init) in rxe_qp_to_init()
385 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_chk_attr()
471 static void rxe_qp_reset(struct rxe_qp *qp) in rxe_qp_reset()
528 static void rxe_qp_drain(struct rxe_qp *qp) in rxe_qp_drain()
543 void rxe_qp_error(struct rxe_qp *qp) in rxe_qp_error()
560 int rxe_qp_from_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask, in rxe_qp_from_attr()
717 int rxe_qp_to_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask) in rxe_qp_to_attr()
753 void rxe_qp_destroy(struct rxe_qp *qp) in rxe_qp_destroy()
778 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup() local
815 struct rxe_qp *qp = container_of(arg, typeof(*qp), pelem); in rxe_qp_cleanup() local