Searched refs:c4iw_qp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 283 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() 466 struct c4iw_qp { struct 481 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() argument 483 return container_of(ibqp, struct c4iw_qp, ibqp); in to_c4iw_qp() 562 struct c4iw_qp *qhp, 786 struct c4iw_qp *qp; 1010 int c4iw_flush_sq(struct c4iw_qp *qhp); 1012 u16 c4iw_rqes_posted(struct c4iw_qp *qhp); 1013 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
|
D | qp.c | 86 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state() 597 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv() 705 static int ring_kernel_sq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_sq_db() 722 static int ring_kernel_rq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_rq_db() 746 struct c4iw_qp *qhp; in c4iw_post_send() 871 struct c4iw_qp *qhp; in c4iw_post_receive() 1081 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate() 1117 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp() 1176 static void flush_qp(struct c4iw_qp *qhp) in flush_qp() 1202 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini() [all …]
|
D | ev.c | 88 struct c4iw_qp *qhp, in post_qp_event() 121 struct c4iw_qp *qhp; in c4iw_ev_dispatch()
|
D | device.c | 230 struct c4iw_qp *qp = p; in dump_qp() 1239 struct c4iw_qp *qp = p; in disable_qp_db() 1261 struct c4iw_qp *qp = p; in enable_qp_db() 1267 static void resume_rc_qp(struct c4iw_qp *qp) in resume_rc_qp() 1280 struct c4iw_qp *qp; in resume_a_chunk() 1283 qp = list_first_entry(&ctx->dev->db_fc_list, struct c4iw_qp, in resume_a_chunk() 1336 struct c4iw_qp **qps; 1342 struct c4iw_qp *qp = p; in add_and_ref_qp() 1370 struct c4iw_qp *qp = qp_list->qps[idx]; in recover_lost_dbs()
|
D | cq.c | 236 int c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() 342 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() 684 struct c4iw_qp *qhp = NULL; in c4iw_poll_cq_one()
|
D | cm.c | 2921 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()
|