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

/freebsd-11-stable/sys/dev/ste/
H A Dif_ste.c786 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map,
788 bus_dmamap_unload(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map);
1272 txc->ste_map = NULL;
1274 &txc->ste_map);
1293 rxc->ste_map = NULL;
1295 &rxc->ste_map);
1318 if (txc->ste_map != NULL) {
1320 txc->ste_map);
1321 txc->ste_map = NULL;
1331 if (rxc->ste_map !
[all...]
H A Dif_stereg.h540 bus_dmamap_t ste_map; member in struct:ste_chain
547 bus_dmamap_t ste_map; member in struct:ste_chain_onefrag

Completed in 77 milliseconds