Home
last modified time | relevance | path

Searched refs:c4iw_cq (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dev.c38 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event()
83 struct c4iw_cq *chp; in c4iw_ev_dispatch()
188 struct c4iw_cq *chp; in c4iw_ev_handler()
Diw_cxgb4.h199 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
307 struct c4iw_cq { struct
317 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq() argument
319 return container_of(ibcq, struct c4iw_cq, ibcq); in to_c4iw_cq()
Dcq.c565 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ib_wc *wc) in c4iw_poll_cq_one()
711 struct c4iw_cq *chp; in c4iw_poll_cq()
732 struct c4iw_cq *chp; in c4iw_destroy_cq()
755 struct c4iw_cq *chp; in c4iw_create_cq()
886 struct c4iw_cq *chp; in c4iw_arm_cq()
Dqp.c934 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, in __flush_qp()
935 struct c4iw_cq *schp) in __flush_qp()
974 struct c4iw_cq *rchp, *schp; in flush_qp()
1392 struct c4iw_cq *schp; in c4iw_create_qp()
1393 struct c4iw_cq *rchp; in c4iw_create_qp()
1407 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1408 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
1453 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp()
1454 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()