Searched refs:iwch_cq (Results 1 - 7 of 7) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A DMakefile5 iw_cxgb3-y := iwch_cm.o iwch_ev.o iwch_cq.o iwch_qp.o iwch_mem.o \
H A Diwch.h47 struct iwch_cq;
137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid)
H A Diwch_cq.c44 static int iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp,
198 struct iwch_cq *chp;
H A Diwch_provider.h101 struct iwch_cq { struct
112 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq)
114 return container_of(ibcq, struct iwch_cq, ibcq);
H A Diwch_ev.c41 static void post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp,
110 struct iwch_cq *chp;
H A Diwch_provider.c127 struct iwch_cq *chp;
146 struct iwch_cq *chp;
247 struct iwch_cq *chp = to_iwch_cq(cq);
315 struct iwch_cq *chp;
896 struct iwch_cq *schp;
897 struct iwch_cq *rchp;
907 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
908 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
963 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid;
964 qhp->attr.rcq = ((struct iwch_cq *) attr
[all...]
H A Diwch_qp.c805 static void __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp,
806 struct iwch_cq *schp)
854 struct iwch_cq *rchp, *schp;

Completed in 44 milliseconds