Searched refs:spare_map (Results 1 – 3 of 3) sorted by relevance
195 bus_dmamap_t spare_map; /* spare DMA map */ member
767 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()2673 error = bus_dmamap_load(sc->fxp_rxmtag, sc->spare_map, rfa, in fxp_new_rfabuf()2683 tmp_map = sc->spare_map; in fxp_new_rfabuf()2684 sc->spare_map = rxp->rx_map; in fxp_new_rfabuf()
243 u_int32_t spare_map; member