Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dev.c87 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event()
120 struct c4iw_cq *chp; in c4iw_ev_dispatch()
225 struct c4iw_cq *chp; in c4iw_ev_handler()
Dcq.c240 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq()
339 void c4iw_flush_hw_cq(struct c4iw_cq *chp) in c4iw_flush_hw_cq()
682 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) in c4iw_poll_cq_one()
828 struct c4iw_cq *chp; in c4iw_poll_cq()
849 struct c4iw_cq *chp; in c4iw_destroy_cq()
875 struct c4iw_cq *chp; in c4iw_create_cq()
1006 struct c4iw_cq *chp; in c4iw_arm_cq()
Diw_cxgb4.h278 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
412 struct c4iw_cq { struct
422 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() argument
424 return container_of(ibcq, struct c4iw_cq, ibcq); in to_c4iw_cq()
1006 void c4iw_flush_hw_cq(struct c4iw_cq *chp);
Dqp.c1117 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp()
1118 struct c4iw_cq *schp) in __flush_qp()
1178 struct c4iw_cq *rchp, *schp; in flush_qp()
1627 struct c4iw_cq *schp; in c4iw_create_qp()
1628 struct c4iw_cq *rchp; in c4iw_create_qp()
1642 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1643 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
1693 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
1694 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()