Home
last modified time | relevance | path

Searched refs:get_chp (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/cxgb4/
Dev.c141 chp = get_chp(dev, cqid); in c4iw_ev_dispatch()
229 chp = get_chp(dev, qid); in c4iw_ev_handler()
Diw_cxgb4.h278 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() function
Dqp.c1649 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1650 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
/drivers/infiniband/hw/cxgb3/
Diwch.h137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) in get_chp() function
Diwch_ev.c117 chp = get_chp(rnicp, cqid); in iwch_ev_dispatch()
Diwch_qp.c858 rchp = get_chp(qhp->rhp, qhp->attr.rcq); in flush_qp()
859 schp = get_chp(qhp->rhp, qhp->attr.scq); in flush_qp()
Diwch_provider.c935 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp()
936 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp()