Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/powerpc/ps3/
HDif_glcreg.h87 struct glc_txsoft sc_txsoft[GLC_MAX_TX_PACKETS]; member
HDif_glc.c228 txs = &sc->sc_txsoft[i]; in glc_attach()
/freebsd-13-stable/sys/dev/cas/
HDif_casvar.h173 struct cas_txsoft sc_txsoft[CAS_TXQUEUELEN]; member
HDif_cas.c283 txs = &sc->sc_txsoft[i]; in cas_attach()
446 if (sc->sc_txsoft[i].txs_dmamap != NULL) in cas_attach()
448 sc->sc_txsoft[i].txs_dmamap); in cas_attach()
500 if (sc->sc_txsoft[i].txs_dmamap != NULL) in cas_detach()
502 sc->sc_txsoft[i].txs_dmamap); in cas_detach()
/freebsd-13-stable/sys/dev/gem/
HDif_gemvar.h153 struct gem_txsoft sc_txsoft[GEM_TXQUEUELEN]; member
HDif_gem.c238 txs = &sc->sc_txsoft[i]; in gem_attach()
383 if (sc->sc_txsoft[i].txs_dmamap != NULL) in gem_attach()
385 sc->sc_txsoft[i].txs_dmamap); in gem_attach()
425 if (sc->sc_txsoft[i].txs_dmamap != NULL) in gem_detach()
427 sc->sc_txsoft[i].txs_dmamap); in gem_detach()