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

/freebsd-12-stable/sys/dev/tsec/
H A Dif_tsec.c199 &sc->tsec_rx_mtag); /* dmat */
221 error = bus_dmamap_create(sc->tsec_rx_mtag, 0,
233 error = tsec_new_rxbuf(sc->tsec_rx_mtag, sc->rx_data[i].map,
1193 bus_dmamap_sync(sc->tsec_rx_mtag, sc->rx_data[i].map,
1195 bus_dmamap_unload(sc->tsec_rx_mtag,
1203 bus_dmamap_destroy(sc->tsec_rx_mtag,
1207 bus_dma_tag_destroy(sc->tsec_rx_mtag);
1366 if (tsec_new_rxbuf(sc->tsec_rx_mtag, rx_data[i].map,
H A Dif_tsec.h77 bus_dma_tag_t tsec_rx_mtag; /* TX mbufs tag */ member in struct:tsec_softc

Completed in 115 milliseconds