Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c786 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map, in ste_txeof()
788 bus_dmamap_unload(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map); in ste_txeof()
1266 txc->ste_map = NULL; in ste_dma_alloc()
1268 &txc->ste_map); in ste_dma_alloc()
1287 rxc->ste_map = NULL; in ste_dma_alloc()
1289 &rxc->ste_map); in ste_dma_alloc()
1312 if (txc->ste_map != NULL) { in ste_dma_free()
1314 txc->ste_map); in ste_dma_free()
1315 txc->ste_map = NULL; in ste_dma_free()
1325 if (rxc->ste_map != NULL) { in ste_dma_free()
[all …]
H A Dif_stereg.h540 bus_dmamap_t ste_map; member
547 bus_dmamap_t ste_map; member