Searched refs:bfe_map (Results 1 – 2 of 2) sorted by relevance
323 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 …]
462 bus_dmamap_t bfe_map; member467 bus_dmamap_t bfe_map; member