Home | History | Annotate | Download | only in gemini

Lines Matching defs:sc_txinfo

113 	struct gpn_txinfo sc_txinfo[MAX_TXACTIVE];
155 struct gpn_txinfo *ti = sc->sc_txinfo;
156 struct gpn_txinfo * const end_ti = ti + __arraycount(sc->sc_txinfo);
169 struct gpn_txinfo *ti = sc->sc_txinfo;
170 struct gpn_txinfo * const end_ti = ti + __arraycount(sc->sc_txinfo);
317 struct gpn_txinfo * const ti = sc->sc_txinfo + txid;
436 sc->sc_txinfo[id].ti_mbuf != NULL;) {
437 if (++id == __arraycount(sc->sc_txinfo))
441 ti = sc->sc_txinfo + id;
496 struct gpn_txinfo *ti = sc->sc_txinfo;
497 struct gpn_txinfo * const end_ti = ti + __arraycount(sc->sc_txinfo);