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

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.c198 &sc->tsec_rx_mtag); /* dmat */
222 error = bus_dmamap_create(sc->tsec_rx_mtag, 0,
234 error = tsec_new_rxbuf(sc->tsec_rx_mtag, sc->rx_data[i].map,
1171 bus_dmamap_sync(sc->tsec_rx_mtag, sc->rx_data[i].map,
1173 bus_dmamap_unload(sc->tsec_rx_mtag,
1181 bus_dmamap_destroy(sc->tsec_rx_mtag,
1185 bus_dma_tag_destroy(sc->tsec_rx_mtag);
1349 if (tsec_new_rxbuf(sc->tsec_rx_mtag, rx_data[i].map,
H A Dif_tsec.h71 bus_dma_tag_t tsec_rx_mtag; /* TX mbufs tag */ member in struct:tsec_softc

Completed in 34 milliseconds