Searched refs:xl_tmpmap (Results 1 – 2 of 2) sorted by relevance
600 bus_dmamap_t xl_tmpmap; /* spare DMA map */ member
1295 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()