gpn_txinfo
struct gpn_txinfo sc_txinfo[MAX_TXACTIVE];
struct gpn_txinfo *ti = sc->sc_txinfo;
struct gpn_txinfo * const end_ti = ti + __arraycount(sc->sc_txinfo);
struct gpn_txinfo *ti = sc->sc_txinfo;
struct gpn_txinfo * const end_ti = ti + __arraycount(sc->sc_txinfo);
struct gpn_txinfo * const ti = sc->sc_txinfo + txid;
struct gpn_txinfo *ti;
struct gpn_txinfo *ti = sc->sc_txinfo;
struct gpn_txinfo * const end_ti = ti + __arraycount(sc->sc_txinfo);