lasttx           3624 dev/ic/atw.c   	int ctl, error, firsttx, nexttx, lasttx = -1, first, ofree, seg;
lasttx           3934 dev/ic/atw.c   			lasttx = nexttx;
lasttx           3937 dev/ic/atw.c   		if (lasttx == -1)
lasttx           3942 dev/ic/atw.c   		sc->sc_txdescs[lasttx].at_flags |= htole32(ATW_TXFLAG_LS);
lasttx           3957 dev/ic/atw.c   				if (seg == lasttx)
lasttx           3974 dev/ic/atw.c   		txs->txs_lastdesc = lasttx;
lasttx           3994 dev/ic/atw.c   		    sc->sc_dev.dv_xname, lasttx, firsttx));
lasttx           3999 dev/ic/atw.c   		sc->sc_txdescs[lasttx].at_flags |= htole32(ATW_TXFLAG_IC);
lasttx           4000 dev/ic/atw.c   		ATW_CDTXSYNC(sc, lasttx, 1,
lasttx            871 dev/pci/if_pcn.c 	int error, nexttx, lasttx = -1, ofree, seg;
lasttx            986 dev/pci/if_pcn.c 				lasttx = nexttx;
lasttx           1006 dev/pci/if_pcn.c 				lasttx = nexttx;
lasttx           1010 dev/pci/if_pcn.c 		KASSERT(lasttx != -1);
lasttx           1013 dev/pci/if_pcn.c 			sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_LTINT);
lasttx           1016 dev/pci/if_pcn.c 		sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_ENP);
lasttx           1034 dev/pci/if_pcn.c 		txs->txs_lastdesc = lasttx;
lasttx            829 dev/pci/if_xge.c 	int i, lasttx, plen;
lasttx            856 dev/pci/if_xge.c 	lasttx = sc->sc_lasttx;
lasttx            876 dev/pci/if_xge.c 	if (sc->sc_lasttx != lasttx)