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

/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h36 struct iwch_cq;
134 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid)
H A Diw_cxgb_provider.h99 struct iwch_cq { struct
108 static __inline struct iwch_cq *
111 return container_of(ibcq, struct iwch_cq, ibcq);
H A Diw_cxgb_cq.c88 static int iwch_poll_cq_one(struct iwch_dev *rhp, struct iwch_cq *chp,
233 struct iwch_cq *chp;
H A Diw_cxgb_ev.c80 post_qp_event(struct iwch_dev *rnicp, struct iwch_qp *qhp, struct iwch_cq *chp,
140 struct iwch_cq *chp;
H A Diw_cxgb_provider.c162 struct iwch_cq *chp;
184 struct iwch_cq *chp;
293 struct iwch_cq *chp;
767 struct iwch_cq *schp;
768 struct iwch_cq *rchp;
778 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
779 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
826 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid;
827 qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid;
H A Diw_cxgb_qp.c764 static void __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp,
765 struct iwch_cq *schp)
805 struct iwch_cq *rchp, *schp;

Completed in 171 milliseconds