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

/freebsd-10.0-release/sys/dev/stge/
H A Dif_stge.c742 &sc->sc_cdata.stge_parent_tag);
748 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
758 &sc->sc_cdata.stge_tx_ring_tag);
766 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
776 &sc->sc_cdata.stge_rx_ring_tag);
784 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
794 &sc->sc_cdata.stge_tx_tag);
801 error = bus_dma_tag_create(sc->sc_cdata.stge_parent_tag,/* parent */
811 &sc->sc_cdata.stge_rx_tag);
818 error = bus_dmamem_alloc(sc->sc_cdata
[all...]
H A Dif_stgereg.h640 struct stge_chain_data sc_cdata; member in struct:stge_softc
676 (_sc)->sc_cdata.stge_rxhead = NULL; \
677 (_sc)->sc_cdata.stge_rxtail = NULL; \
678 (_sc)->sc_cdata.stge_rxlen = 0; \
/freebsd-10.0-release/sys/dev/txp/
H A Dif_txp.c829 bus_dmamap_sync(sc->sc_cdata.txp_hostvar_tag,
830 sc->sc_cdata.txp_hostvar_map,
857 bus_dmamap_sync(sc->sc_cdata.txp_hostvar_tag,
858 sc->sc_cdata.txp_hostvar_map,
915 bus_dmamap_sync(sc->sc_cdata.txp_rx_tag, sd->sd_map,
917 bus_dmamap_unload(sc->sc_cdata.txp_rx_tag, sd->sd_map);
1008 bus_dmamap_sync(sc->sc_cdata.txp_rxbufs_tag,
1009 sc->sc_cdata.txp_rxbufs_map,
1025 if (bus_dmamap_load_mbuf_sg(sc->sc_cdata.txp_rx_tag,
1035 bus_dmamap_sync(sc->sc_cdata
[all...]
H A Dif_txpreg.h667 struct txp_chain_data sc_cdata; member in struct:txp_softc

Completed in 68 milliseconds