Lines Matching refs:ste_map
786 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()
1327 rxc->ste_map); in ste_dma_free()
1328 rxc->ste_map = NULL; in ste_dma_free()
1395 bus_dmamap_sync(sc->ste_cdata.ste_rx_tag, rxc->ste_map, in ste_newbuf()
1397 bus_dmamap_unload(sc->ste_cdata.ste_rx_tag, rxc->ste_map); in ste_newbuf()
1399 map = rxc->ste_map; in ste_newbuf()
1400 rxc->ste_map = sc->ste_cdata.ste_rx_sparemap; in ste_newbuf()
1402 bus_dmamap_sync(sc->ste_cdata.ste_rx_tag, rxc->ste_map, in ste_newbuf()
1661 cur_rx->ste_map, BUS_DMASYNC_POSTREAD); in ste_stop()
1663 cur_rx->ste_map); in ste_stop()
1673 cur_tx->ste_map, BUS_DMASYNC_POSTWRITE); in ste_stop()
1675 cur_tx->ste_map); in ste_stop()
1818 txc->ste_map, *m_head, txsegs, &nsegs, 0); in ste_encap()
1828 txc->ste_map, *m_head, txsegs, &nsegs, 0); in ste_encap()
1841 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, txc->ste_map, in ste_encap()