Searched refs:ste_rx_sparemap (Results 1 – 2 of 2) sorted by relevance
1277 &sc->ste_cdata.ste_rx_sparemap)) != 0) { in ste_dma_alloc()1331 if (sc->ste_cdata.ste_rx_sparemap != NULL) { in ste_dma_free()1333 sc->ste_cdata.ste_rx_sparemap); in ste_dma_free()1334 sc->ste_cdata.ste_rx_sparemap = NULL; in ste_dma_free()1388 sc->ste_cdata.ste_rx_sparemap, m, segs, &nsegs, 0)) != 0) { in ste_newbuf()1400 rxc->ste_map = sc->ste_cdata.ste_rx_sparemap; in ste_newbuf()1401 sc->ste_cdata.ste_rx_sparemap = map; in ste_newbuf()
558 bus_dmamap_t ste_rx_sparemap; member