Searched refs:c4iw_qp (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 354 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() 484 struct c4iw_qp { struct 502 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() argument 504 return container_of(ibqp, struct c4iw_qp, ibqp); in to_c4iw_qp() 604 struct c4iw_qp *qhp, 855 struct c4iw_qp *qp; 1019 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp); 1023 int c4iw_flush_sq(struct c4iw_qp *qhp); 1025 u16 c4iw_rqes_posted(struct c4iw_qp *qhp); 1026 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe); [all …]
|
D | qp.c | 87 static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state) in set_state() 690 static void post_write_cmpl(struct c4iw_qp *qhp, const struct ib_send_wr *wr) in post_write_cmpl() 759 static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe, in build_rdma_recv() 912 static int ring_kernel_sq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_sq_db() 929 static int ring_kernel_rq_db(struct c4iw_qp *qhp, u16 inc) in ring_kernel_rq_db() 979 static int complete_sq_drain_wr(struct c4iw_qp *qhp, in complete_sq_drain_wr() 1018 static int complete_sq_drain_wrs(struct c4iw_qp *qhp, in complete_sq_drain_wrs() 1035 static void complete_rq_drain_wr(struct c4iw_qp *qhp, in complete_rq_drain_wr() 1068 static void complete_rq_drain_wrs(struct c4iw_qp *qhp, in complete_rq_drain_wrs() 1084 struct c4iw_qp *qhp; in c4iw_post_send() [all …]
|
D | ev.c | 88 struct c4iw_qp *qhp, in post_qp_event() 123 struct c4iw_qp *qhp; in c4iw_ev_dispatch()
|
D | device.c | 245 static int dump_qp(unsigned long id, struct c4iw_qp *qp, in dump_qp() 328 struct c4iw_qp *qp; in qp_open() 1270 struct c4iw_qp *qp; in stop_queues() 1285 static void resume_rc_qp(struct c4iw_qp *qp) in resume_rc_qp() 1298 struct c4iw_qp *qp; in resume_a_chunk() 1301 qp = list_first_entry(&ctx->dev->db_fc_list, struct c4iw_qp, in resume_a_chunk() 1318 struct c4iw_qp *qp; in resume_queues() 1357 struct c4iw_qp **qps; 1374 struct c4iw_qp *qp = qp_list->qps[idx]; in recover_lost_dbs() 1417 struct c4iw_qp *qp; in recover_queues()
|
D | cq.c | 238 int c4iw_flush_sq(struct c4iw_qp *qhp) in c4iw_flush_sq() 335 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp) in c4iw_flush_hw_cq() 338 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() 754 static int __c4iw_poll_cq_one(struct c4iw_cq *chp, struct c4iw_qp *qhp, in __c4iw_poll_cq_one() 924 struct c4iw_qp *qhp = NULL; in c4iw_poll_cq_one() 1170 void c4iw_flush_srqidx(struct c4iw_qp *qhp, u32 srqidx) in c4iw_flush_srqidx()
|
D | restrack.c | 140 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_fill_res_qp_entry()
|
D | cm.c | 3123 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()
|