• Home
  • Raw
  • Download

Lines Matching defs:qp

109 static int alloc_rd_atomic_resources(struct rxe_qp *qp, unsigned int n)  in alloc_rd_atomic_resources()
121 static void free_rd_atomic_resources(struct rxe_qp *qp) in free_rd_atomic_resources()
136 void free_rd_atomic_resource(struct rxe_qp *qp, struct resp_res *res) in free_rd_atomic_resource()
147 static void cleanup_rd_atomic_resources(struct rxe_qp *qp) in cleanup_rd_atomic_resources()
160 static void rxe_qp_init_misc(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_misc()
213 static int rxe_qp_init_req(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_req()
280 static int rxe_qp_init_resp(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_resp()
325 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()
381 int rxe_qp_to_init(struct rxe_qp *qp, struct ib_qp_init_attr *init) in rxe_qp_to_init()
409 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_chk_attr()
495 static void rxe_qp_reset(struct rxe_qp *qp) in rxe_qp_reset()
552 static void rxe_qp_drain(struct rxe_qp *qp) in rxe_qp_drain()
567 void rxe_qp_error(struct rxe_qp *qp) in rxe_qp_error()
584 int rxe_qp_from_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask, in rxe_qp_from_attr()
741 int rxe_qp_to_attr(struct rxe_qp *qp, struct ib_qp_attr *attr, int mask) in rxe_qp_to_attr()
777 void rxe_qp_destroy(struct rxe_qp *qp) in rxe_qp_destroy()
804 struct rxe_qp *qp = container_of(work, typeof(*qp), cleanup_work.work); in rxe_qp_do_cleanup() local
843 struct rxe_qp *qp = container_of(arg, typeof(*qp), pelem); in rxe_qp_cleanup() local