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

/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h86 bus_dma_tag_t ale_buffer_tag; member in struct:ale_chain_data
H A Dif_ale.c1267 &sc->ale_cdata.ale_buffer_tag);
1276 sc->ale_cdata.ale_buffer_tag, /* parent */
1395 if (sc->ale_cdata.ale_buffer_tag != NULL) {
1396 bus_dma_tag_destroy(sc->ale_cdata.ale_buffer_tag);
1397 sc->ale_cdata.ale_buffer_tag = NULL;

Completed in 66 milliseconds