sc_txsoft         246 dev/ic/aic6915.c 		    &sc->sc_txsoft[i].ds_dmamap)) != 0) {
sc_txsoft         338 dev/ic/aic6915.c 		if (sc->sc_txsoft[i].ds_dmamap != NULL)
sc_txsoft         340 dev/ic/aic6915.c 			    sc->sc_txsoft[i].ds_dmamap);
sc_txsoft         412 dev/ic/aic6915.c 		ds = &sc->sc_txsoft[producer];
sc_txsoft         737 dev/ic/aic6915.c 		ds = &sc->sc_txsoft[txidx];
sc_txsoft        1241 dev/ic/aic6915.c 		ds = &sc->sc_txsoft[i];
sc_txsoft         786 dev/ic/aic6915.h 	struct sf_descsoft sc_txsoft[SF_NTXDESC];
sc_txsoft         632 dev/ic/atw.c   		    &sc->sc_txsoft[i].txs_dmamap)) != 0) {
sc_txsoft         904 dev/ic/atw.c   		if (sc->sc_txsoft[i].txs_dmamap == NULL)
sc_txsoft         906 dev/ic/atw.c   		bus_dmamap_destroy(sc->sc_dmat, sc->sc_txsoft[i].txs_dmamap);
sc_txsoft        1363 dev/ic/atw.c   		txs = &sc->sc_txsoft[i];
sc_txsoft        2762 dev/ic/atw.c   		txs = &sc->sc_txsoft[i];
sc_txsoft         245 dev/ic/atwvar.h 	struct atw_txsoft sc_txsoft[ATW_TXQUEUELEN];
sc_txsoft         127 dev/ic/smc83c170var.h 	struct epic_descsoft sc_txsoft[EPIC_NTXDESC];
sc_txsoft         152 dev/ic/smc83c170var.h #define	EPIC_DSTX(sc, x)	(&(sc)->sc_txsoft[(x)])
sc_txsoft         306 dev/pci/if_pcn.c 	struct pcn_txsoft sc_txsoft[PCN_TXQUEUELEN];
sc_txsoft         731 dev/pci/if_pcn.c 		     &sc->sc_txsoft[i].txs_dmamap)) != 0) {
sc_txsoft         831 dev/pci/if_pcn.c 		if (sc->sc_txsoft[i].txs_dmamap != NULL)
sc_txsoft         833 dev/pci/if_pcn.c 			    sc->sc_txsoft[i].txs_dmamap);
sc_txsoft         898 dev/pci/if_pcn.c 		txs = &sc->sc_txsoft[sc->sc_txsnext];
sc_txsoft        1297 dev/pci/if_pcn.c 		txs = &sc->sc_txsoft[i];
sc_txsoft        1617 dev/pci/if_pcn.c 		sc->sc_txsoft[i].txs_mbuf = NULL;
sc_txsoft        1842 dev/pci/if_pcn.c 		txs = &sc->sc_txsoft[i];
sc_txsoft         305 dev/pci/if_stge.c 		    &sc->sc_txsoft[i].ds_dmamap)) != 0) {
sc_txsoft         464 dev/pci/if_stge.c 		if (sc->sc_txsoft[i].ds_dmamap != NULL)
sc_txsoft         466 dev/pci/if_stge.c 			    sc->sc_txsoft[i].ds_dmamap);
sc_txsoft         560 dev/pci/if_stge.c 		ds = &sc->sc_txsoft[nexttx];
sc_txsoft         901 dev/pci/if_stge.c 		ds = &sc->sc_txsoft[i];
sc_txsoft        1453 dev/pci/if_stge.c 		ds = &sc->sc_txsoft[i];
sc_txsoft         554 dev/pci/if_stgereg.h 	struct stge_descsoft sc_txsoft[STGE_NTXDESC];