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

/freebsd-10.2-release/sys/dev/bce/
H A Dif_bce.c3208 sc->status_tag,
3216 sc->status_tag,
3218 bus_dmamap_destroy(sc->status_tag,
3223 if (sc->status_tag != NULL) {
3224 bus_dma_tag_destroy(sc->status_tag);
3225 sc->status_tag = NULL;
3523 0, NULL, NULL, &sc->status_tag)) {
3530 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block,
3539 error = bus_dmamap_load(sc->status_tag, sc->status_map,
7926 bus_dmamap_sync(sc->status_tag, s
[all...]
H A Dif_bcereg.h6623 bus_dma_tag_t status_tag; member in struct:bce_softc
/freebsd-10.2-release/sys/dev/bge/
H A Dif_bge.c4600 uint32_t status, status_tag; local
4621 status_tag = sc->bge_ldata.bge_status_block->bge_status_tag << 24;
4628 status_tag = 0;
4634 bge_writembx(sc, BGE_MBX_IRQ0_LO, status_tag);

Completed in 186 milliseconds