Home
last modified time | relevance | path

Searched refs:c4iw_qp (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h348 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp()
478 struct c4iw_qp { struct
496 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp() argument
498 return container_of(ibqp, struct c4iw_qp, ibqp); in to_c4iw_qp()
598 struct c4iw_qp *qhp,
843 struct c4iw_qp *qp;
1005 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp);
1009 int c4iw_flush_sq(struct c4iw_qp *qhp);
1011 u16 c4iw_rqes_posted(struct c4iw_qp *qhp);
1012 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
[all …]
H A Dev.c88 struct c4iw_qp *qhp, in post_qp_event()
123 struct c4iw_qp *qhp; in c4iw_ev_dispatch()
H A Dqp.c979 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()
1265 struct c4iw_qp *qhp; in c4iw_post_receive()
1660 static void flush_qp(struct c4iw_qp *qhp) in flush_qp()
2073 struct c4iw_qp *qhp; in c4iw_destroy_qp()
2114 struct c4iw_qp *qhp = to_c4iw_qp(qp); in c4iw_create_qp()
2360 struct c4iw_qp *qhp; in c4iw_ib_modify_qp()
[all …]
H A Ddevice.c245 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()
H A Dcq.c238 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()
1176 void c4iw_flush_srqidx(struct c4iw_qp *qhp, u32 srqidx) in c4iw_flush_srqidx()
H A Drestrack.c140 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_fill_res_qp_entry()
H A Dprovider.c508 INIT_RDMA_OBJ_SIZE(ib_qp, c4iw_qp, ibqp),
H A Dcm.c3127 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()