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

/drivers/infiniband/hw/cxgb3/
H A Diwch.h137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) function
H A Diwch_ev.c117 chp = get_chp(rnicp, cqid);
H A Diwch_qp.c857 rchp = get_chp(qhp->rhp, qhp->attr.rcq);
858 schp = get_chp(qhp->rhp, qhp->attr.scq);
H A Diwch_provider.c906 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
907 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
/drivers/infiniband/hw/cxgb4/
H A Dev.c141 chp = get_chp(dev, cqid);
228 chp = get_chp(dev, qid);
H A Diw_cxgb4.h280 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) function
H A Dqp.c1629 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
1630 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);

Completed in 66 milliseconds