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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dev.c38 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp,
80 struct c4iw_cq *chp;
185 struct c4iw_cq *chp;
H A Diw_cxgb4.h168 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid)
276 struct c4iw_cq { struct
285 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq)
287 return container_of(ibcq, struct c4iw_cq, ibcq);
H A Dcq.c574 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc)
719 struct c4iw_cq *chp;
740 struct c4iw_cq *chp;
763 struct c4iw_cq *chp;
889 struct c4iw_cq *chp;
H A Dqp.c907 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
908 struct c4iw_cq *schp, unsigned long *flag)
949 struct c4iw_cq *rchp, *schp;
1377 struct c4iw_cq *schp;
1378 struct c4iw_cq *rchp;
1392 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
1393 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
1438 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
1439 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;

Completed in 55 milliseconds