Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dev.c142 chp = get_chp(dev, cqid); in c4iw_ev_dispatch()
229 chp = get_chp(dev, qid); in c4iw_ev_handler()
Diw_cxgb4.h350 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() function
Dqp.c2143 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
2144 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
/Linux-v4.19/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.c118 chp = get_chp(rnicp, cqid); in iwch_ev_dispatch()
Diwch_qp.c777 rchp = get_chp(qhp->rhp, qhp->attr.rcq); in flush_qp()
778 schp = get_chp(qhp->rhp, qhp->attr.scq); in flush_qp()
Diwch_provider.c807 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp()
808 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp()