Searched refs:bfe_tx_map (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/ |
H A D | if_bfe.c | 285 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_COHERENT, &sc->bfe_tx_map); in bfe_dma_alloc() 292 error = bus_dmamap_load(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_dma_alloc() 367 bus_dmamap_unload(sc->bfe_tx_tag, sc->bfe_tx_map); in bfe_dma_free() 370 sc->bfe_tx_map); in bfe_dma_free() 711 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_tx_ring_free() 768 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_list_tx_init() 1349 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_txeof() 1651 bus_dmamap_sync(sc->bfe_tx_tag, sc->bfe_tx_map, in bfe_start_locked()
|
H A D | if_bfereg.h | 591 bus_dmamap_t bfe_tx_map, bfe_rx_map; member
|