Searched refs:bfe_tx_map (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/bfe/ |
| H A D | if_bfe.c | 289 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_COHERENT, &sc->bfe_tx_map); in bfe_dma_alloc() 296 error = bus_dmamap_load(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_dma_alloc() 371 bus_dmamap_unload(sc->bfe_tx_tag, sc->bfe_tx_map); in bfe_dma_free() 374 sc->bfe_tx_map); in bfe_dma_free() 714 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_tx_ring_free() 771 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_list_tx_init() 1353 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_txeof() 1655 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_start_locked()
|
| H A D | if_bfereg.h | 592 bus_dmamap_t bfe_tx_map, bfe_rx_map; member
|