Home
last modified time | relevance | path

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

/freebsd/sys/dev/xl/
H A Dif_xl.c1632 &cd->xl_tx_chain[i].xl_map); in xl_list_tx_init()
1667 &cd->xl_tx_chain[i].xl_map); in xl_list_tx_init_90xB()
1716 &cd->xl_rx_chain[i].xl_map); in xl_list_rx_init()
1773 bus_dmamap_unload(sc->xl_mtag, c->xl_map); in xl_newbuf()
1774 map = c->xl_map; in xl_newbuf()
1775 c->xl_map = sc->xl_tmpmap; in xl_newbuf()
1781 bus_dmamap_sync(sc->xl_mtag, c->xl_map, BUS_DMASYNC_PREREAD); in xl_newbuf()
1879 bus_dmamap_sync(sc->xl_mtag, cur_rx->xl_map, in xl_rxeof()
1999 bus_dmamap_sync(sc->xl_mtag, cur_tx->xl_map, in xl_txeof()
2001 bus_dmamap_unload(sc->xl_mtag, cur_tx->xl_map); in xl_txeof()
[all …]
H A Dif_xlreg.h497 bus_dmamap_t xl_map; member
504 bus_dmamap_t xl_map; member