c4iw_cq
struct c4iw_cq *chp = to_c4iw_cq(ibcq);
struct c4iw_cq *chp;
struct c4iw_cq *rchp = to_c4iw_cq(qhp->ibqp.recv_cq);
struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq);
void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp)
static int __c4iw_poll_cq_one(struct c4iw_cq *chp, struct c4iw_qp *qhp,
static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc)
struct c4iw_cq *chp;
void c4iw_cq_rem_ref(struct c4iw_cq *chp)
struct c4iw_cq *chp;
struct c4iw_cq *chp;
struct c4iw_cq *chp;
static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp,
void c4iw_cq_rem_ref(struct c4iw_cq *chp);
void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp);
static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid)
static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq)
return container_of(ibcq, struct c4iw_cq, ibcq);
INIT_RDMA_OBJ_SIZE(ib_cq, c4iw_cq, ibcq),
struct c4iw_cq *rchp;
static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
struct c4iw_cq *schp)
struct c4iw_cq *rchp, *schp;
struct c4iw_cq *schp;
struct c4iw_cq *rchp;
schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;
struct c4iw_cq *schp;
struct c4iw_cq *chp = to_c4iw_cq(ibcq);