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

/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfe.c225 &sc->bfe_tx_tag);
285 error = bus_dmamem_alloc(sc->bfe_tx_tag, (void *)&sc->bfe_tx_list,
293 error = bus_dmamap_load(sc->bfe_tx_tag, sc->bfe_tx_map,
366 if (sc->bfe_tx_tag != NULL) {
368 bus_dmamap_unload(sc->bfe_tx_tag, sc->bfe_tx_map);
370 bus_dmamem_free(sc->bfe_tx_tag, sc->bfe_tx_list,
374 bus_dma_tag_destroy(sc->bfe_tx_tag);
375 sc->bfe_tx_tag = NULL;
711 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map,
768 bus_dmamap_sync(sc->bfe_tx_tag, s
[all...]
H A Dif_bfereg.h590 bus_dma_tag_t bfe_tx_tag, bfe_rx_tag; member in struct:bfe_softc

Completed in 69 milliseconds