Searched refs:sc_txsoft (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/powerpc/ps3/
H A Dif_glcreg.h89 struct glc_txsoft sc_txsoft[GLC_MAX_TX_PACKETS]; member in struct:glc_softc
H A Dif_glc.c230 txs = &sc->sc_txsoft[i];
/freebsd-13-stable/sys/dev/gem/
H A Dif_gemvar.h158 struct gem_txsoft sc_txsoft[GEM_TXQUEUELEN]; member in struct:gem_softc
H A Dif_gem.c247 txs = &sc->sc_txsoft[i];
405 if (sc->sc_txsoft[i].txs_dmamap != NULL)
407 sc->sc_txsoft[i].txs_dmamap);
447 if (sc->sc_txsoft[i].txs_dmamap != NULL)
449 sc->sc_txsoft[i].txs_dmamap);
/freebsd-13-stable/sys/dev/cas/
H A Dif_casvar.h175 struct cas_txsoft sc_txsoft[CAS_TXQUEUELEN]; member in struct:cas_softc
H A Dif_cas.c292 txs = &sc->sc_txsoft[i];
455 if (sc->sc_txsoft[i].txs_dmamap != NULL)
457 sc->sc_txsoft[i].txs_dmamap);
510 if (sc->sc_txsoft[i].txs_dmamap != NULL)
512 sc->sc_txsoft[i].txs_dmamap);

Completed in 180 milliseconds