Searched refs:ste_rx_sparemap (Results 1 – 2 of 2) sorted by relevance
1275 &sc->ste_cdata.ste_rx_sparemap)) != 0) { in ste_dma_alloc()1329 if (sc->ste_cdata.ste_rx_sparemap != NULL) { in ste_dma_free()1331 sc->ste_cdata.ste_rx_sparemap); in ste_dma_free()1332 sc->ste_cdata.ste_rx_sparemap = NULL; in ste_dma_free()1386 sc->ste_cdata.ste_rx_sparemap, m, segs, &nsegs, 0)) != 0) { in ste_newbuf()1398 rxc->ste_map = sc->ste_cdata.ste_rx_sparemap; in ste_newbuf()1399 sc->ste_cdata.ste_rx_sparemap = map; in ste_newbuf()
558 bus_dmamap_t ste_rx_sparemap; member