Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/xl/
H A Dif_xlreg.h602 bus_dmamap_t xl_tmpmap; /* spare DMA map */ member
H A Dif_xl.c1310 error = bus_dmamap_create(sc->xl_mtag, 0, &sc->xl_tmpmap); in xl_attach()
1610 bus_dmamap_destroy(sc->xl_mtag, sc->xl_tmpmap); in xl_detach()
1780 error = bus_dmamap_load_mbuf_sg(sc->xl_mtag, sc->xl_tmpmap, m_new, in xl_newbuf()
1793 c->xl_map = sc->xl_tmpmap; in xl_newbuf()
1794 sc->xl_tmpmap = map; in xl_newbuf()