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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c3236 sc->tx_bd_chain_tag,
3243 sc->tx_bd_chain_tag,
3251 if (sc->tx_bd_chain_tag != NULL) {
3252 bus_dma_tag_destroy(sc->tx_bd_chain_tag);
3253 sc->tx_bd_chain_tag = NULL;
3587 NULL, NULL, &sc->tx_bd_chain_tag)) {
3595 if(bus_dmamem_alloc(sc->tx_bd_chain_tag,
3605 error = bus_dmamap_load(sc->tx_bd_chain_tag,
H A Dif_bcereg.h6483 bus_dma_tag_t tx_bd_chain_tag; member in struct:bce_softc

Completed in 111 milliseconds