Home
last modified time | relevance | path

Searched refs:cbl_tag (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c704 FXP_TXCB_SZ, 1, FXP_TXCB_SZ, 0, NULL, NULL, &sc->cbl_tag); in fxp_attach()
710 error = bus_dmamem_alloc(sc->cbl_tag, (void **)&sc->fxp_desc.cbl_list, in fxp_attach()
717 error = bus_dmamap_load(sc->cbl_tag, sc->cbl_map, in fxp_attach()
946 bus_dmamap_unload(sc->cbl_tag, sc->cbl_map); in fxp_release()
947 bus_dmamem_free(sc->cbl_tag, sc->fxp_desc.cbl_list, in fxp_release()
988 if (sc->cbl_tag) in fxp_release()
989 bus_dma_tag_destroy(sc->cbl_tag); in fxp_release()
1388 bus_dmamap_sync(sc->cbl_tag, sc->cbl_map, in fxp_start_body()
1765 bus_dmamap_sync(sc->cbl_tag, sc->cbl_map, in fxp_txeof()
1783 bus_dmamap_sync(sc->cbl_tag, sc->cbl_map, in fxp_txeof()
[all …]
H A Dif_fxpvar.h192 bus_dma_tag_t cbl_tag; /* DMA tag for the TxCB list */ member