Searched refs:c4iw_cq (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 87 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()
|
D | cq.c | 242 struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); in c4iw_flush_sq() 341 void c4iw_flush_hw_cq(struct c4iw_cq *chp) in c4iw_flush_hw_cq() 684 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) in c4iw_poll_cq_one() 830 struct c4iw_cq *chp; in c4iw_poll_cq() 851 struct c4iw_cq *chp; in c4iw_destroy_cq() 874 struct c4iw_cq *chp; in c4iw_create_cq() 1003 struct c4iw_cq *chp; in c4iw_arm_cq()
|
D | iw_cxgb4.h | 280 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() 424 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() 1017 void c4iw_flush_hw_cq(struct c4iw_cq *chp);
|
D | qp.c | 1104 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp() 1105 struct c4iw_cq *schp) in __flush_qp() 1165 struct c4iw_cq *rchp, *schp; in flush_qp() 1614 struct c4iw_cq *schp; in c4iw_create_qp() 1615 struct c4iw_cq *rchp; in c4iw_create_qp() 1629 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp() 1630 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp() 1680 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp() 1681 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()
|