Searched refs:spare_map (Results 1 – 2 of 2) sorted by relevance
196 bus_dmamap_t spare_map; /* spare DMA map */ member
765 error = bus_dmamap_create(sc->fxp_rxmtag, 0, &sc->spare_map); in fxp_attach()970 bus_dmamap_destroy(sc->fxp_rxmtag, sc->spare_map); in fxp_release()2679 error = bus_dmamap_load(sc->fxp_rxmtag, sc->spare_map, rfa, in fxp_new_rfabuf()2689 tmp_map = sc->spare_map; in fxp_new_rfabuf()2690 sc->spare_map = rxp->rx_map; in fxp_new_rfabuf()