c4iw_cq 242 drivers/infiniband/hw/cxgb4/cq.c struct c4iw_cq *chp = to_c4iw_cq(qhp->ibqp.send_cq); c4iw_cq 335 drivers/infiniband/hw/cxgb4/cq.c void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp) c4iw_cq 754 drivers/infiniband/hw/cxgb4/cq.c static int __c4iw_poll_cq_one(struct c4iw_cq *chp, struct c4iw_qp *qhp, c4iw_cq 921 drivers/infiniband/hw/cxgb4/cq.c static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) c4iw_cq 951 drivers/infiniband/hw/cxgb4/cq.c struct c4iw_cq *chp; c4iw_cq 972 drivers/infiniband/hw/cxgb4/cq.c struct c4iw_cq *chp; c4iw_cq 997 drivers/infiniband/hw/cxgb4/cq.c struct c4iw_cq *chp = to_c4iw_cq(ibcq); c4iw_cq 1152 drivers/infiniband/hw/cxgb4/cq.c struct c4iw_cq *chp; c4iw_cq 1168 drivers/infiniband/hw/cxgb4/cq.c struct c4iw_cq *rchp = to_c4iw_cq(qhp->ibqp.recv_cq); c4iw_cq 87 drivers/infiniband/hw/cxgb4/ev.c static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, c4iw_cq 122 drivers/infiniband/hw/cxgb4/ev.c struct c4iw_cq *chp; c4iw_cq 225 drivers/infiniband/hw/cxgb4/ev.c struct c4iw_cq *chp; c4iw_cq 349 drivers/infiniband/hw/cxgb4/iw_cxgb4.h static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) c4iw_cq 440 drivers/infiniband/hw/cxgb4/iw_cxgb4.h static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) c4iw_cq 442 drivers/infiniband/hw/cxgb4/iw_cxgb4.h return container_of(ibcq, struct c4iw_cq, ibcq); c4iw_cq 1020 drivers/infiniband/hw/cxgb4/iw_cxgb4.h void c4iw_flush_hw_cq(struct c4iw_cq *chp, struct c4iw_qp *flush_qhp); c4iw_cq 516 drivers/infiniband/hw/cxgb4/provider.c INIT_RDMA_OBJ_SIZE(ib_cq, c4iw_cq, ibcq), c4iw_cq 982 drivers/infiniband/hw/cxgb4/qp.c struct c4iw_cq *schp; c4iw_cq 1038 drivers/infiniband/hw/cxgb4/qp.c struct c4iw_cq *rchp; c4iw_cq 1595 drivers/infiniband/hw/cxgb4/qp.c static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, c4iw_cq 1596 drivers/infiniband/hw/cxgb4/qp.c struct c4iw_cq *schp) c4iw_cq 1661 drivers/infiniband/hw/cxgb4/qp.c struct c4iw_cq *rchp, *schp; c4iw_cq 2117 drivers/infiniband/hw/cxgb4/qp.c struct c4iw_cq *schp; c4iw_cq 2118 drivers/infiniband/hw/cxgb4/qp.c struct c4iw_cq *rchp; c4iw_cq 2134 drivers/infiniband/hw/cxgb4/qp.c schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); c4iw_cq 2135 drivers/infiniband/hw/cxgb4/qp.c rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); c4iw_cq 2197 drivers/infiniband/hw/cxgb4/qp.c qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; c4iw_cq 2198 drivers/infiniband/hw/cxgb4/qp.c qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; c4iw_cq 379 drivers/infiniband/hw/cxgb4/restrack.c struct c4iw_cq *chp = to_c4iw_cq(ibcq);