Searched refs:ste_rx_sparemap (Results 1 – 2 of 2) sorted by relevance
1282 &sc->ste_cdata.ste_rx_sparemap)) != 0) { in ste_dma_alloc()1336 if (sc->ste_cdata.ste_rx_sparemap != NULL) { in ste_dma_free()1338 sc->ste_cdata.ste_rx_sparemap); in ste_dma_free()1339 sc->ste_cdata.ste_rx_sparemap = NULL; in ste_dma_free()1395 sc->ste_cdata.ste_rx_sparemap, m, segs, &nsegs, 0)) != 0) { in ste_newbuf()1407 rxc->ste_map = sc->ste_cdata.ste_rx_sparemap; in ste_newbuf()1408 sc->ste_cdata.ste_rx_sparemap = map; in ste_newbuf()
558 bus_dmamap_t ste_rx_sparemap; member