Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
HDev.c180 chp = get_chp(dev, cqid); in c4iw_ev_dispatch()
270 chp = get_chp(dev, qid); in c4iw_ev_handler()
HDiw_cxgbe.h288 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() function
HDqp.c1729 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1730 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
/freebsd-13-stable/contrib/ofed/libcxgb4/
HDlibcxgb4.h161 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 qid) in get_chp() function