Searched refs:get_chp (Results 1 – 7 of 7) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 141 chp = get_chp(dev, cqid); in c4iw_ev_dispatch() 229 chp = get_chp(dev, qid); in c4iw_ev_handler()
|
D | iw_cxgb4.h | 278 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() function
|
D | qp.c | 1649 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/ |
D | iwch.h | 137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) in get_chp() function
|
D | iwch_ev.c | 117 chp = get_chp(rnicp, cqid); in iwch_ev_dispatch()
|
D | iwch_qp.c | 858 rchp = get_chp(qhp->rhp, qhp->attr.rcq); in flush_qp() 859 schp = get_chp(qhp->rhp, qhp->attr.scq); in flush_qp()
|
D | iwch_provider.c | 935 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()
|