Searched refs:status_tag (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/bce/
H A Dif_bce.c3246 sc->status_tag,
3253 sc->status_tag,
3259 if (sc->status_tag != NULL) {
3260 bus_dma_tag_destroy(sc->status_tag);
3261 sc->status_tag = NULL;
3545 0, NULL, NULL, &sc->status_tag)) {
3552 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block,
3561 error = bus_dmamap_load(sc->status_tag, sc->status_map,
7946 bus_dmamap_sync(sc->status_tag, sc->status_map, BUS_DMASYNC_POSTREAD);
8045 bus_dmamap_sync(sc->status_tag, s
[all...]
H A Dif_bcereg.h6580 bus_dma_tag_t status_tag; member in struct:bce_softc
/freebsd-12-stable/sys/dev/bge/
H A Dif_bge.c4659 uint32_t status, status_tag; local
4680 status_tag = sc->bge_ldata.bge_status_block->bge_status_tag << 24;
4687 status_tag = 0;
4693 bge_writembx(sc, BGE_MBX_IRQ0_LO, status_tag);

Completed in 570 milliseconds