Searched refs:bfe_tx_map (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/bfe/ |
| H A D | if_bfe.c | 290 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_COHERENT, &sc->bfe_tx_map); in bfe_dma_alloc() 297 error = bus_dmamap_load(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_dma_alloc() 372 bus_dmamap_unload(sc->bfe_tx_tag, sc->bfe_tx_map); in bfe_dma_free() 375 sc->bfe_tx_map); in bfe_dma_free() 715 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_tx_ring_free() 772 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_list_tx_init() 1354 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_txeof() 1657 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_start_locked()
|
| H A D | if_bfereg.h | 593 bus_dmamap_t bfe_tx_map, bfe_rx_map; member
|