Symbol: c4iw_cq
sys/dev/cxgbe/iw_cxgbe/cq.c
1037
struct c4iw_cq *chp;
sys/dev/cxgbe/iw_cxgbe/cq.c
261
struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq);
sys/dev/cxgbe/iw_cxgbe/cq.c
361
void c4iw_flush_hw_cq(struct c4iw_cq *chp)
sys/dev/cxgbe/iw_cxgbe/cq.c
715
static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc)
sys/dev/cxgbe/iw_cxgbe/cq.c
867
struct c4iw_cq *chp;
sys/dev/cxgbe/iw_cxgbe/cq.c
888
struct c4iw_cq *chp;
sys/dev/cxgbe/iw_cxgbe/cq.c
911
struct c4iw_cq *chp = to_c4iw_cq(ibcq);
sys/dev/cxgbe/iw_cxgbe/ev.c
118
static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp,
sys/dev/cxgbe/iw_cxgbe/ev.c
159
struct c4iw_cq *chp;
sys/dev/cxgbe/iw_cxgbe/ev.c
266
struct c4iw_cq *chp;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
288
static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid)
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
431
static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq)
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
433
return container_of(ibcq, struct c4iw_cq, ibcq);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
964
void c4iw_flush_hw_cq(struct c4iw_cq *cq);
sys/dev/cxgbe/iw_cxgbe/provider.c
406
#define c4iw_ib_cq c4iw_cq
sys/dev/cxgbe/iw_cxgbe/qp.c
1161
static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
sys/dev/cxgbe/iw_cxgbe/qp.c
1162
struct c4iw_cq *schp)
sys/dev/cxgbe/iw_cxgbe/qp.c
1223
struct c4iw_cq *rchp, *schp;
sys/dev/cxgbe/iw_cxgbe/qp.c
1718
struct c4iw_cq *schp;
sys/dev/cxgbe/iw_cxgbe/qp.c
1719
struct c4iw_cq *rchp;
sys/dev/cxgbe/iw_cxgbe/qp.c
1734
schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
sys/dev/cxgbe/iw_cxgbe/qp.c
1735
rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
sys/dev/cxgbe/iw_cxgbe/qp.c
1788
qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
sys/dev/cxgbe/iw_cxgbe/qp.c
1789
qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;
sys/dev/cxgbe/iw_cxgbe/qp.c
614
struct c4iw_cq *schp;
sys/dev/cxgbe/iw_cxgbe/qp.c
644
struct c4iw_cq *rchp;