Searched refs:tx_bd_chain_tag (Results 1 – 2 of 2) sorted by relevance
3229 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()
6483 bus_dma_tag_t tx_bd_chain_tag; member