Home
last modified time | relevance | path

Searched refs:bfe_map (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bfe/
H A Dif_bfe.c323 td->bfe_map = NULL; in bfe_dma_alloc()
324 error = bus_dmamap_create(sc->bfe_txmbuf_tag, 0, &td->bfe_map); in bfe_dma_alloc()
342 rd->bfe_map = NULL; in bfe_dma_alloc()
344 error = bus_dmamap_create(sc->bfe_rxmbuf_tag, 0, &rd->bfe_map); in bfe_dma_alloc()
393 if (td->bfe_map != NULL) { in bfe_dma_free()
395 td->bfe_map); in bfe_dma_free()
396 td->bfe_map = NULL; in bfe_dma_free()
407 if (rd->bfe_map != NULL) { in bfe_dma_free()
409 rd->bfe_map); in bfe_dma_free()
410 rd->bfe_map = NULL; in bfe_dma_free()
[all …]
H A Dif_bfereg.h462 bus_dmamap_t bfe_map; member
467 bus_dmamap_t bfe_map; member