Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c180 chp = get_chp(dev, cqid); in c4iw_ev_dispatch()
270 chp = get_chp(dev, qid); in c4iw_ev_handler()
H A Diw_cxgbe.h289 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() function
H A Dqp.c1734 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp()
1735 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp()
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h161 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 qid) in get_chp() function