Searched defs:qhp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 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() local 592 struct c4iw_qp *qhp; in queue_qp_free() local 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() local 920 struct c4iw_qp *qhp; in c4iw_post_receive() local 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() [all …]
|
H A D | ev.c | 119 struct c4iw_qp *qhp, in post_qp_event() 160 struct c4iw_qp *qhp; in c4iw_ev_dispatch() local
|
H A D | cq.c | 257 int c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() 364 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() local 717 struct c4iw_qp *qhp = NULL; in c4iw_poll_cq_one() local
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | verbs.c | 314 struct c4iw_qp *qhp; in create_qp_v0() local 421 struct c4iw_qp *qhp; in create_qp() local 581 static void reset_qp(struct c4iw_qp *qhp) in reset_qp() 598 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_modify_qp() local 615 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_destroy_qp() local 651 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_query_qp() local 675 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_attach_mcast() local 689 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_detach_mcast() local 712 struct c4iw_qp *qhp = to_c4iw_qp(event->element.qp); in c4iw_async_event() local
|
H A D | qp.c | 275 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv() 288 static void ring_kernel_db(struct c4iw_qp *qhp, u32 qid, u16 idx) in ring_kernel_db() 316 struct c4iw_qp *qhp; in c4iw_post_send() local 421 struct c4iw_qp *qhp; in c4iw_post_receive() local 485 static void update_qp_state(struct c4iw_qp *qhp) in update_qp_state() 502 void c4iw_flush_qp(struct c4iw_qp *qhp) in c4iw_flush_qp() 545 struct c4iw_qp *qhp = dev->qpid2ptr[i]; in c4iw_flush_qps() local
|
H A D | cq.c | 95 void c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() 201 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() local 562 struct c4iw_qp *qhp = NULL; in c4iw_poll_cq_one() local
|
H A D | dev.c | 272 static void dump_qp(struct c4iw_qp *qhp) in dump_qp() 391 struct c4iw_qp *qhp = dev->qpid2ptr[i]; in dump_state() local
|