Searched refs:stge_rx_ring_map (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/stge/
H A Dif_stge.c841 BUS_DMA_COHERENT | BUS_DMA_ZERO, &sc->sc_cdata.stge_rx_ring_map);
850 sc->sc_cdata.stge_rx_ring_map, sc->sc_rdata.stge_rx_ring,
919 if (sc->sc_cdata.stge_rx_ring_map)
921 sc->sc_cdata.stge_rx_ring_map);
922 if (sc->sc_cdata.stge_rx_ring_map &&
926 sc->sc_cdata.stge_rx_ring_map);
928 sc->sc_cdata.stge_rx_ring_map = 0;
1649 sc->sc_cdata.stge_rx_ring_map, BUS_DMASYNC_POSTREAD);
1773 sc->sc_cdata.stge_rx_ring_map,
2421 sc->sc_cdata.stge_rx_ring_map,
[all...]
H A Dif_stgereg.h594 bus_dmamap_t stge_rx_ring_map; member in struct:stge_chain_data

Completed in 308 milliseconds