Searched refs:rnicp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c85 rnic_init(struct iwch_dev *rnicp) argument
88 idr_init(&rnicp->cqidr);
89 idr_init(&rnicp->qpidr);
90 idr_init(&rnicp->mmidr);
91 mtx_init(&rnicp->lock, "iwch rnic lock", NULL, MTX_DEF|MTX_DUPOK);
93 rnicp->attr.vendor_id = 0x168;
94 rnicp->attr.vendor_part_id = 7;
95 rnicp->attr.max_qps = T3_MAX_NUM_QP - 32;
96 rnicp->attr.max_wrs = T3_MAX_QP_DEPTH;
97 rnicp
126 rnic_uninit(struct iwch_dev *rnicp) argument
137 struct iwch_dev *rnicp; local
184 struct iwch_dev *rnicp; local
[all...]
H A Diw_cxgb_ev.c80 post_qp_event(struct iwch_dev *rnicp, struct iwch_qp *qhp, struct iwch_cq *chp, argument
88 mtx_lock(&rnicp->lock);
94 mtx_unlock(&rnicp->lock);
103 mtx_unlock(&rnicp->lock);
113 mtx_unlock(&rnicp->lock);
137 iwch_ev_dispatch(struct iwch_dev *rnicp, struct mbuf *m) argument
144 mtx_lock(&rnicp->lock);
145 chp = get_chp(rnicp, cqid);
146 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe));
154 mtx_unlock(&rnicp
[all...]
H A Diw_cxgb_hal.c928 struct iwch_dev *rnicp = sc->iwarp_softc; local
929 struct cxio_rdev *rdev_p = &rnicp->rdev;
955 iwch_ev_dispatch(rnicp, m);

Completed in 388 milliseconds