Home
last modified time | relevance | path

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

/linux-4.1.27/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.h280 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() function
Dqp.c1629 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1630 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
/linux-4.1.27/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.c857 rchp = get_chp(qhp->rhp, qhp->attr.rcq); in flush_qp()
858 schp = get_chp(qhp->rhp, qhp->attr.scq); in flush_qp()
Diwch_provider.c906 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp()
907 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp()