Searched refs:c4iw_qp (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 355 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() 543 struct c4iw_qp { struct 561 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() argument 563 return container_of(ibqp, struct c4iw_qp, ibqp); in to_c4iw_qp() 676 struct c4iw_qp *qhp, 927 struct c4iw_qp *qp; 1093 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp); 1097 int c4iw_flush_sq(struct c4iw_qp *qhp); 1099 u16 c4iw_rqes_posted(struct c4iw_qp *qhp); 1100 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe); [all …]
|
D | qp.c | 86 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state() 685 static void post_write_cmpl(struct c4iw_qp *qhp, const struct ib_send_wr *wr) in post_write_cmpl() 751 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv() 888 struct c4iw_qp *qhp; in free_qp_work() 891 qhp = container_of(work, struct c4iw_qp, free_work); in free_qp_work() 907 struct c4iw_qp *qhp; in queue_qp_free() 909 qhp = container_of(kref, struct c4iw_qp, kref); in queue_qp_free() 932 static int ring_kernel_sq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_sq_db() 949 static int ring_kernel_rq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_rq_db() 999 static int complete_sq_drain_wr(struct c4iw_qp *qhp, in complete_sq_drain_wr() [all …]
|
D | ev.c | 88 struct c4iw_qp *qhp, in post_qp_event() 123 struct c4iw_qp *qhp; in c4iw_ev_dispatch()
|
D | cq.c | 239 int c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() 336 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp) in c4iw_flush_hw_cq() 339 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() 755 static int __c4iw_poll_cq_one(struct c4iw_cq *chp, struct c4iw_qp *qhp, in __c4iw_poll_cq_one() 925 struct c4iw_qp *qhp = NULL; in c4iw_poll_cq_one() 1176 void c4iw_flush_srqidx(struct c4iw_qp *qhp, u32 srqidx) in c4iw_flush_srqidx()
|
D | device.c | 255 struct c4iw_qp *qp = p; in dump_qp() 1263 struct c4iw_qp *qp = p; in disable_qp_db() 1285 struct c4iw_qp *qp = p; in enable_qp_db() 1291 static void resume_rc_qp(struct c4iw_qp *qp) in resume_rc_qp() 1304 struct c4iw_qp *qp; in resume_a_chunk() 1307 qp = list_first_entry(&ctx->dev->db_fc_list, struct c4iw_qp, in resume_a_chunk() 1360 struct c4iw_qp **qps; 1366 struct c4iw_qp *qp = p; in add_and_ref_qp() 1394 struct c4iw_qp *qp = qp_list->qps[idx]; in recover_lost_dbs()
|
D | restrack.c | 142 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in fill_res_qp_entry()
|
D | cm.c | 3034 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()
|