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

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c199 &sc->tsec_rx_mtag); /* dmat */
223 error = bus_dmamap_create(sc->tsec_rx_mtag, 0,
235 error = tsec_new_rxbuf(sc->tsec_rx_mtag, sc->rx_data[i].map,
1172 bus_dmamap_sync(sc->tsec_rx_mtag, sc->rx_data[i].map,
1174 bus_dmamap_unload(sc->tsec_rx_mtag,
1182 bus_dmamap_destroy(sc->tsec_rx_mtag,
1186 bus_dma_tag_destroy(sc->tsec_rx_mtag);
1350 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 71 milliseconds