Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ps3/
H A Dif_glcreg.h87 struct glc_txsoft sc_txsoft[GLC_MAX_TX_PACKETS]; member
H A Dif_glc.c226 txs = &sc->sc_txsoft[i]; in glc_attach()
/freebsd/sys/dev/cas/
H A Dif_casvar.h173 struct cas_txsoft sc_txsoft[CAS_TXQUEUELEN]; member
H A Dif_cas.c280 txs = &sc->sc_txsoft[i]; in cas_attach()
443 if (sc->sc_txsoft[i].txs_dmamap != NULL) in cas_attach()
445 sc->sc_txsoft[i].txs_dmamap); in cas_attach()
497 if (sc->sc_txsoft[i].txs_dmamap != NULL) in cas_detach()
499 sc->sc_txsoft[i].txs_dmamap); in cas_detach()
/freebsd/sys/dev/gem/
H A Dif_gemvar.h153 struct gem_txsoft sc_txsoft[GEM_TXQUEUELEN]; member
H A Dif_gem.c236 txs = &sc->sc_txsoft[i]; in gem_attach()
381 if (sc->sc_txsoft[i].txs_dmamap != NULL) in gem_attach()
383 sc->sc_txsoft[i].txs_dmamap); in gem_attach()
423 if (sc->sc_txsoft[i].txs_dmamap != NULL) in gem_detach()
425 sc->sc_txsoft[i].txs_dmamap); in gem_detach()