Home
last modified time | relevance | path

Searched refs:c4iw_cq (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dev.c87 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event()
122 struct c4iw_cq *chp; in c4iw_ev_dispatch()
224 struct c4iw_cq *chp; in c4iw_ev_handler()
Dcq.c242 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq()
335 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_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()
921 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) in c4iw_poll_cq_one()
951 struct c4iw_cq *chp; in c4iw_poll_cq()
970 void c4iw_cq_rem_ref(struct c4iw_cq *chp) in c4iw_cq_rem_ref()
978 struct c4iw_cq *chp; in c4iw_destroy_cq()
1004 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in c4iw_create_cq()
1162 struct c4iw_cq *chp; in c4iw_arm_cq()
1178 struct c4iw_cq *rchp = to_c4iw_cq(qhp->ibqp.recv_cq); in c4iw_flush_srqidx()
Diw_cxgb4.h343 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
422 struct c4iw_cq { struct
434 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() argument
436 return container_of(ibcq, struct c4iw_cq, ibcq); in to_c4iw_cq()
981 void c4iw_cq_rem_ref(struct c4iw_cq *chp);
1005 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp);
Dqp.c983 struct c4iw_cq *schp; in complete_sq_drain_wr()
1039 struct c4iw_cq *rchp; in complete_rq_drain_wr()
1596 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp()
1597 struct c4iw_cq *schp) in __flush_qp()
1662 struct c4iw_cq *rchp, *schp; in flush_qp()
2116 struct c4iw_cq *schp; in c4iw_create_qp()
2117 struct c4iw_cq *rchp; in c4iw_create_qp()
2131 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
2132 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
2188 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
[all …]
Drestrack.c374 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in c4iw_fill_res_cq_entry()
Dprovider.c504 INIT_RDMA_OBJ_SIZE(ib_cq, c4iw_cq, ibcq),