Searched refs:status_tag (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 3160 sc->status_tag, in bce_dma_free() 3167 sc->status_tag, in bce_dma_free() 3173 if (sc->status_tag != NULL) { in bce_dma_free() 3174 bus_dma_tag_destroy(sc->status_tag); in bce_dma_free() 3175 sc->status_tag = NULL; in bce_dma_free() 3451 0, NULL, NULL, &sc->status_tag)) { in bce_dma_alloc() 3458 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block, in bce_dma_alloc() 3467 error = bus_dmamap_load(sc->status_tag, sc->status_map, in bce_dma_alloc() 7780 bus_dmamap_sync(sc->status_tag, sc->status_map, BUS_DMASYNC_POSTREAD); in bce_intr() 7877 bus_dmamap_sync(sc->status_tag, sc->status_map, BUS_DMASYNC_PREREAD); in bce_intr() [all …]
|
H A D | if_bcereg.h | 6503 bus_dma_tag_t status_tag; member
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 4586 uint32_t status, status_tag; in bge_intr_task() local 4607 status_tag = sc->bge_ldata.bge_status_block->bge_status_tag << 24; in bge_intr_task() 4614 status_tag = 0; in bge_intr_task() 4620 bge_writembx(sc, BGE_MBX_IRQ0_LO, status_tag); in bge_intr_task()
|