Searched refs:bfe_tx_tag (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bfe/ |
H A D | if_bfe.c | 223 &sc->bfe_tx_tag); in bfe_dma_alloc() 283 error = bus_dmamem_alloc(sc->bfe_tx_tag, (void *)&sc->bfe_tx_list, in bfe_dma_alloc() 291 error = bus_dmamap_load(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_dma_alloc() 364 if (sc->bfe_tx_tag != NULL) { in bfe_dma_free() 366 bus_dmamap_unload(sc->bfe_tx_tag, sc->bfe_tx_map); in bfe_dma_free() 368 bus_dmamem_free(sc->bfe_tx_tag, sc->bfe_tx_list, in bfe_dma_free() 372 bus_dma_tag_destroy(sc->bfe_tx_tag); in bfe_dma_free() 373 sc->bfe_tx_tag = NULL; in bfe_dma_free() 703 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_tx_ring_free() 760 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_list_tx_init() [all …]
|
H A D | if_bfereg.h | 590 bus_dma_tag_t bfe_tx_tag, bfe_rx_tag; member
|