Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c1296 NULL, &sc->xl_mtag); in xl_attach()
1303 error = bus_dmamap_create(sc->xl_mtag, 0, &sc->xl_tmpmap); in xl_attach()
1606 if (sc->xl_mtag) { in xl_detach()
1607 bus_dmamap_destroy(sc->xl_mtag, sc->xl_tmpmap); in xl_detach()
1608 bus_dma_tag_destroy(sc->xl_mtag); in xl_detach()
1646 error = bus_dmamap_create(sc->xl_mtag, 0, in xl_list_tx_init()
1681 error = bus_dmamap_create(sc->xl_mtag, 0, in xl_list_tx_init_90xB()
1730 error = bus_dmamap_create(sc->xl_mtag, 0, in xl_list_rx_init()
1777 error = bus_dmamap_load_mbuf_sg(sc->xl_mtag, sc->xl_tmpmap, m_new, in xl_newbuf()
1788 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