Home
last modified time | relevance | path

Searched refs:bfe_rx_sparemap (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bfe/
H A Dif_bfe.c333 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()
H A Dif_bfereg.h593 bus_dmamap_t bfe_rx_sparemap; member