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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c3211 sc->ctx_tag,
3218 sc->ctx_tag,
3226 if (sc->ctx_tag != NULL) {
3227 bus_dma_tag_destroy(sc->ctx_tag);
3228 sc->ctx_tag = NULL;
3544 0, NULL, NULL, &sc->ctx_tag)) {
3552 if(bus_dmamem_alloc(sc->ctx_tag,
3562 error = bus_dmamap_load(sc->ctx_tag, sc->ctx_map[i],
H A Dif_bcereg.h6521 bus_dma_tag_t ctx_tag; member in struct:bce_softc

Completed in 269 milliseconds