Searched refs:bfe_rx_sparemap (Results 1 – 2 of 2) sorted by relevance
333 error = bus_dmamap_create(sc->bfe_rxmbuf_tag, 0, &sc->bfe_rx_sparemap); in bfe_dma_alloc()413 if (sc->bfe_rx_sparemap != NULL) { in bfe_dma_free()415 sc->bfe_rx_sparemap); in bfe_dma_free()416 sc->bfe_rx_sparemap = NULL; in bfe_dma_free()792 if (bus_dmamap_load_mbuf_sg(sc->bfe_rxmbuf_tag, sc->bfe_rx_sparemap, in bfe_list_newbuf()806 r->bfe_map = sc->bfe_rx_sparemap; in bfe_list_newbuf()807 sc->bfe_rx_sparemap = map; in bfe_list_newbuf()
593 bus_dmamap_t bfe_rx_sparemap; member