Home
last modified time | relevance | path

Searched refs:re_rx_mtag (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/re/
H A Dif_re.c432 &sc->re_ldata.re_rx_mtag); in re_allocmem()
443 bus_dma_tag_destroy(sc->re_ldata.re_rx_mtag); in re_allocmem()
444 sc->re_ldata.re_rx_mtag = NULL; in re_allocmem()
488 if (sc->re_ldata.re_rx_mtag) { in re_freebufmem()
490 bus_dmamap_destroy(sc->re_ldata.re_rx_mtag, in re_freebufmem()
493 bus_dmamap_destroy(sc->re_ldata.re_rx_mtag, in re_freebufmem()
495 bus_dma_tag_destroy(sc->re_ldata.re_rx_mtag); in re_freebufmem()
496 sc->re_ldata.re_rx_mtag = NULL; in re_freebufmem()
996 bus_dmamap_sync(sc->re_ldata.re_rx_mtag, in re_newbuf_std()
999 bus_dmamap_unload(sc->re_ldata.re_rx_mtag, in re_newbuf_std()
[all …]
H A Dif_revar.h94 bus_dma_tag_t re_rx_mtag; /* RX mbuf mapping tag */ member
H A Dre.h733 bus_dma_tag_t re_rx_mtag; /* mbuf RX mapping tag */ member
H A Dre.c966 if (sc->re_desc.re_rx_mtag) { in re_release_rx_buf()
980 bus_dma_tag_destroy(sc->re_desc.re_rx_mtag); in re_release_rx_buf()
981 sc->re_desc.re_rx_mtag =0; in re_release_rx_buf()
1039 &sc->re_desc.re_rx_mtag); in re_alloc_buf()
5412 if (sc->re_desc.re_rx_mtag) { in re_detach()
5426 bus_dma_tag_destroy(sc->re_desc.re_rx_mtag); in re_detach()
5427 sc->re_desc.re_rx_mtag =0; in re_detach()
7574 bus_dmamap_load(sc->re_desc.re_rx_mtag, in re_var_init()
7580 bus_dmamap_sync(sc->re_desc.re_rx_mtag, in re_var_init()
8390 bus_dmamap_sync(sc->re_desc.re_rx_mtag,
[all …]