Searched refs:c4iw_qp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 285 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() 478 struct c4iw_qp { struct 493 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() argument 495 return container_of(ibqp, struct c4iw_qp, ibqp); in to_c4iw_qp() 574 struct c4iw_qp *qhp, 798 struct c4iw_qp *qp; 1021 int c4iw_flush_sq(struct c4iw_qp *qhp); 1023 u16 c4iw_rqes_posted(struct c4iw_qp *qhp); 1024 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() 573 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv() 688 static int ring_kernel_sq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_sq_db() 706 static int ring_kernel_rq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_rq_db() 731 struct c4iw_qp *qhp; in c4iw_post_send() 857 struct c4iw_qp *qhp; in c4iw_post_receive() 1068 static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe, in post_terminate() 1104 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp() 1163 static void flush_qp(struct c4iw_qp *qhp) in flush_qp() 1189 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() 1247 struct c4iw_qp *qp = p; in disable_qp_db() 1269 struct c4iw_qp *qp = p; in enable_qp_db() 1275 static void resume_rc_qp(struct c4iw_qp *qp) in resume_rc_qp() 1290 struct c4iw_qp *qp; in resume_a_chunk() 1293 qp = list_first_entry(&ctx->dev->db_fc_list, struct c4iw_qp, in resume_a_chunk() 1346 struct c4iw_qp **qps; 1352 struct c4iw_qp *qp = p; in add_and_ref_qp() 1380 struct c4iw_qp *qp = qp_list->qps[idx]; in recover_lost_dbs()
|
D | cq.c | 238 int c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() 344 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() 686 struct c4iw_qp *qhp = NULL; in c4iw_poll_cq_one()
|
D | cm.c | 2822 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()
|