Lines Matching refs:c4iw_qp
95 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state()
548 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv()
575 struct c4iw_qp *qhp; in free_qp_work()
578 qhp = container_of(work, struct c4iw_qp, free_work); in free_qp_work()
592 struct c4iw_qp *qhp; in queue_qp_free()
594 qhp = container_of(kref, struct c4iw_qp, kref); in queue_qp_free()
611 static void complete_sq_drain_wr(struct c4iw_qp *qhp, const struct ib_send_wr *wr) in complete_sq_drain_wr()
641 static void complete_rq_drain_wr(struct c4iw_qp *qhp, const struct ib_recv_wr *wr) in complete_rq_drain_wr()
781 struct c4iw_qp *qhp; in c4iw_post_send()
920 struct c4iw_qp *qhp; in c4iw_post_receive()
1118 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate()
1161 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp()
1221 static void flush_qp(struct c4iw_qp *qhp) in flush_qp()
1248 rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, struct c4iw_ep *ep) in rdma_fini()
1343 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init()
1434 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp()
1687 struct c4iw_qp *qhp; in c4iw_destroy_qp()
1716 struct c4iw_qp *qhp; in c4iw_create_qp()
1919 struct c4iw_qp *qhp; in c4iw_ib_modify_qp()
1963 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_ib_query_qp()