Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1288 NULL, &sc->xl_mtag); in xl_attach()
1295 error = bus_dmamap_create(sc->xl_mtag, 0, &sc->xl_tmpmap); in xl_attach()
1591 if (sc->xl_mtag) { in xl_detach()
1592 bus_dmamap_destroy(sc->xl_mtag, sc->xl_tmpmap); in xl_detach()
1593 bus_dma_tag_destroy(sc->xl_mtag); in xl_detach()
1631 error = bus_dmamap_create(sc->xl_mtag, 0, in xl_list_tx_init()
1666 error = bus_dmamap_create(sc->xl_mtag, 0, in xl_list_tx_init_90xB()
1715 error = bus_dmamap_create(sc->xl_mtag, 0, in xl_list_rx_init()
1762 error = bus_dmamap_load_mbuf_sg(sc->xl_mtag, sc->xl_tmpmap, m_new, in xl_newbuf()
1773 bus_dmamap_unload(sc->xl_mtag, c->xl_map); in xl_newbuf()
[all …]
H A Dif_xlreg.h599 bus_dma_tag_t xl_mtag; member