Home
last modified time | relevance | path

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

/src/sys/dev/bce/
H A Dif_bce.c3229 sc->tx_bd_chain_tag, in bce_dma_free()
3236 sc->tx_bd_chain_tag, in bce_dma_free()
3244 if (sc->tx_bd_chain_tag != NULL) { in bce_dma_free()
3245 bus_dma_tag_destroy(sc->tx_bd_chain_tag); in bce_dma_free()
3246 sc->tx_bd_chain_tag = NULL; in bce_dma_free()
3580 NULL, NULL, &sc->tx_bd_chain_tag)) { in bce_dma_alloc()
3588 if(bus_dmamem_alloc(sc->tx_bd_chain_tag, in bce_dma_alloc()
3598 error = bus_dmamap_load(sc->tx_bd_chain_tag, in bce_dma_alloc()
H A Dif_bcereg.h6483 bus_dma_tag_t tx_bd_chain_tag; member