| /src/sys/arch/mips/atheros/dev/ | 
| aevar.h | 96 	int txs_ndescs;			/* number of descriptors */  member in struct:ae_txsoft 
 | 
| if_ae.c | 715 		txs->txs_ndescs = dmamap->dm_nsegs; 1150 		    txs->txs_ndescs,
 1179 		sc->sc_txfree += txs->txs_ndescs;
 
 | 
| /src/sys/dev/ic/ | 
| gemvar.h | 95 	int txs_ndescs;			/* number of descriptors */  member in struct:gem_txsoft 
 | 
| atwvar.h | 87 	int txs_ndescs;			/* number of descriptors */  member in struct:atw_txsoft 
 | 
| tulipvar.h | 102 	int txs_ndescs;			/* number of descriptors */  member in struct:tulip_txsoft 
 | 
| gem.c | 1577 		txs->txs_ndescs = seg; 1588 		GEM_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndescs,
 1592 		sc->sc_txfree -= txs->txs_ndescs;
 1689 		GEM_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndescs,
 1704 		sc->sc_txfree += txs->txs_ndescs;
 
 | 
| atw.c | 2608 		sc->sc_txfree += txs->txs_ndescs; 3299 			    txs->txs_ndescs - 1,
 3315 			    txs->txs_ndescs - 1, BUS_DMASYNC_PREREAD);
 3335 		sc->sc_txfree += txs->txs_ndescs;
 3859 		txs->txs_ndescs = dmamap->dm_nsegs;
 
 | 
| tulip.c | 859 		txs->txs_ndescs = dmamap->dm_nsegs; 1415 		TULIP_CDTXSYNC(sc, txs->txs_lastdesc, txs->txs_ndescs,
 1446 		sc->sc_txfree += txs->txs_ndescs;
 2752 	txs->txs_ndescs = 1;
 
 |