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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c3167 sc->status_tag,
3174 sc->status_tag,
3180 if (sc->status_tag != NULL) {
3181 bus_dma_tag_destroy(sc->status_tag);
3182 sc->status_tag = NULL;
3458 0, NULL, NULL, &sc->status_tag)) {
3465 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block,
3474 error = bus_dmamap_load(sc->status_tag, sc->status_map,
7787 bus_dmamap_sync(sc->status_tag, sc->status_map, BUS_DMASYNC_POSTREAD);
7884 bus_dmamap_sync(sc->status_tag, s
[all...]
H A Dif_bcereg.h6503 bus_dma_tag_t status_tag; member in struct:bce_softc
/freebsd-current/sys/dev/bge/
H A Dif_bge.c4598 uint32_t status, status_tag; local
4619 status_tag = sc->bge_ldata.bge_status_block->bge_status_tag << 24;
4626 status_tag = 0;
4632 bge_writembx(sc, BGE_MBX_IRQ0_LO, status_tag);

Completed in 204 milliseconds