Home
last modified time | relevance | path

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

/Linux-v4.19/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()
225 struct c4iw_cq *chp; in c4iw_ev_handler()
Dcq.c243 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq()
336 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_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()
922 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) in c4iw_poll_cq_one()
952 struct c4iw_cq *chp; in c4iw_poll_cq()
973 struct c4iw_cq *chp; in c4iw_destroy_cq()
1001 struct c4iw_cq *chp; 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.h350 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
487 struct c4iw_cq { struct
499 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() argument
501 return container_of(ibcq, struct c4iw_cq, ibcq); in to_c4iw_cq()
1093 void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp);
Dqp.c1003 struct c4iw_cq *schp; in complete_sq_drain_wr()
1059 struct c4iw_cq *rchp; in complete_rq_drain_wr()
1615 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp()
1616 struct c4iw_cq *schp) in __flush_qp()
1681 struct c4iw_cq *rchp, *schp; in flush_qp()
2127 struct c4iw_cq *schp; in c4iw_create_qp()
2128 struct c4iw_cq *rchp; in c4iw_create_qp()
2143 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
2144 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
2208 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
[all …]
Drestrack.c379 struct c4iw_cq *chp = to_c4iw_cq(ibcq); in fill_res_cq_entry()