Searched refs:sc_cdata (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/stge/
H A Dif_stge.c744 &sc->sc_cdata.stge_parent_tag);
750 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
760 &sc->sc_cdata.stge_tx_ring_tag);
768 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
778 &sc->sc_cdata.stge_rx_ring_tag);
786 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
796 &sc->sc_cdata.stge_tx_tag);
803 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
813 &sc->sc_cdata.stge_rx_tag);
820 error = bus_dmamem_alloc(sc->sc_cdata
[all...]
H A Dif_stgereg.h642 struct stge_chain_data sc_cdata; member in struct:stge_softc
678 (_sc)->sc_cdata.stge_rxhead = NULL; \
679 (_sc)->sc_cdata.stge_rxtail = NULL; \
680 (_sc)->sc_cdata.stge_rxlen = 0; \
/freebsd-12-stable/sys/dev/txp/
H A Dif_txp.c835 bus_dmamap_sync(sc->sc_cdata.txp_hostvar_tag,
836 sc->sc_cdata.txp_hostvar_map,
863 bus_dmamap_sync(sc->sc_cdata.txp_hostvar_tag,
864 sc->sc_cdata.txp_hostvar_map,
921 bus_dmamap_sync(sc->sc_cdata.txp_rx_tag, sd->sd_map,
923 bus_dmamap_unload(sc->sc_cdata.txp_rx_tag, sd->sd_map);
1014 bus_dmamap_sync(sc->sc_cdata.txp_rxbufs_tag,
1015 sc->sc_cdata.txp_rxbufs_map,
1031 if (bus_dmamap_load_mbuf_sg(sc->sc_cdata.txp_rx_tag,
1041 bus_dmamap_sync(sc->sc_cdata
[all...]
H A Dif_txpreg.h665 struct txp_chain_data sc_cdata; member in struct:txp_softc

Completed in 62 milliseconds