Searched refs:fxp_rxmtag (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/ |
H A D | if_fxp.c | 673 MCLBYTES, 1, MCLBYTES, 0, NULL, NULL, &sc->fxp_rxmtag); in fxp_attach() 765 error = bus_dmamap_create(sc->fxp_rxmtag, 0, &sc->spare_map); in fxp_attach() 777 error = bus_dmamap_create(sc->fxp_rxmtag, 0, &rxp->rx_map); in fxp_attach() 959 if (sc->fxp_rxmtag) { in fxp_release() 963 bus_dmamap_sync(sc->fxp_rxmtag, rxp->rx_map, in fxp_release() 965 bus_dmamap_unload(sc->fxp_rxmtag, rxp->rx_map); in fxp_release() 968 bus_dmamap_destroy(sc->fxp_rxmtag, rxp->rx_map); in fxp_release() 970 bus_dmamap_destroy(sc->fxp_rxmtag, sc->spare_map); in fxp_release() 971 bus_dma_tag_destroy(sc->fxp_rxmtag); in fxp_release() 1936 bus_dmamap_sync(sc->fxp_rxmtag, rxp->rx_map, in fxp_intr_body() [all …]
|
H A D | if_fxpvar.h | 189 bus_dma_tag_t fxp_rxmtag; /* bus DMA tag for Rx mbufs */ member
|