Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xlreg.h600 bus_dmamap_t xl_tmpmap; /* spare DMA map */ member
H A Dif_xl.c1295 error = bus_dmamap_create(sc->xl_mtag, 0, &sc->xl_tmpmap); in xl_attach()
1592 bus_dmamap_destroy(sc->xl_mtag, sc->xl_tmpmap); in xl_detach()
1762 error = bus_dmamap_load_mbuf_sg(sc->xl_mtag, sc->xl_tmpmap, m_new, in xl_newbuf()
1775 c->xl_map = sc->xl_tmpmap; in xl_newbuf()
1776 sc->xl_tmpmap = map; in xl_newbuf()