Home
last modified time | relevance | path

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

/trueos/sys/dev/bce/
HDif_bce.c3208 sc->status_tag, in bce_dma_free()
3216 sc->status_tag, in bce_dma_free()
3218 bus_dmamap_destroy(sc->status_tag, in bce_dma_free()
3223 if (sc->status_tag != NULL) { in bce_dma_free()
3224 bus_dma_tag_destroy(sc->status_tag); in bce_dma_free()
3225 sc->status_tag = NULL; in bce_dma_free()
3523 0, NULL, NULL, &sc->status_tag)) { in bce_dma_alloc()
3530 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block, in bce_dma_alloc()
3539 error = bus_dmamap_load(sc->status_tag, sc->status_map, in bce_dma_alloc()
7926 bus_dmamap_sync(sc->status_tag, sc->status_map, BUS_DMASYNC_POSTREAD); in bce_intr()
[all …]
HDif_bcereg.h6623 bus_dma_tag_t status_tag; member
/trueos/sys/dev/bge/
HDif_bge.c4600 uint32_t status, status_tag; in bge_intr_task() local
4621 status_tag = sc->bge_ldata.bge_status_block->bge_status_tag << 24; in bge_intr_task()
4628 status_tag = 0; in bge_intr_task()
4634 bge_writembx(sc, BGE_MBX_IRQ0_LO, status_tag); in bge_intr_task()