Lines Matching refs:erdma_qp
12 void erdma_qp_llp_close(struct erdma_qp *qp) in erdma_qp_llp_close()
43 struct erdma_qp *qp = find_qp_by_qpn(to_edev(ibdev), id); in erdma_get_ibqp()
51 static int erdma_modify_qp_state_to_rts(struct erdma_qp *qp, in erdma_modify_qp_state_to_rts()
102 static int erdma_modify_qp_state_to_stop(struct erdma_qp *qp, in erdma_modify_qp_state_to_stop()
120 int erdma_modify_qp_internal(struct erdma_qp *qp, struct erdma_qp_attrs *attrs, in erdma_modify_qp_internal()
191 struct erdma_qp *qp = container_of(ref, struct erdma_qp, ref); in erdma_qp_safe_free()
196 void erdma_qp_put(struct erdma_qp *qp) in erdma_qp_put()
202 void erdma_qp_get(struct erdma_qp *qp) in erdma_qp_get()
207 static int fill_inline_data(struct erdma_qp *qp, in fill_inline_data()
254 static int fill_sgl(struct erdma_qp *qp, const struct ib_send_wr *send_wr, in fill_sgl()
285 static int erdma_push_one_sqe(struct erdma_qp *qp, u16 *pi, in erdma_push_one_sqe()
490 static void kick_sq_db(struct erdma_qp *qp, u16 pi) in kick_sq_db()
502 struct erdma_qp *qp = to_eqp(ibqp); in erdma_post_send()
540 static int erdma_post_recv_one(struct erdma_qp *qp, in erdma_post_recv_one()
574 struct erdma_qp *qp = to_eqp(ibqp); in erdma_post_recv()