Searched refs:stge_rx_sparemap (Results 1 – 2 of 2) sorted by relevance
864 &sc->sc_cdata.stge_rx_sparemap)) != 0) { in stge_dma_alloc()943 if (sc->sc_cdata.stge_rx_sparemap) { in stge_dma_free()945 sc->sc_cdata.stge_rx_sparemap); in stge_dma_free()946 sc->sc_cdata.stge_rx_sparemap = 0; in stge_dma_free()2441 sc->sc_cdata.stge_rx_sparemap, m, segs, &nsegs, 0) != 0) { in stge_newbuf()2454 rxd->rx_dmamap = sc->sc_cdata.stge_rx_sparemap; in stge_newbuf()2455 sc->sc_cdata.stge_rx_sparemap = map; in stge_newbuf()
596 bus_dmamap_t stge_rx_sparemap; member