Lines Matching refs:ste_map
790 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map, in ste_txeof()
792 bus_dmamap_unload(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map); in ste_txeof()
1276 txc->ste_map = NULL; in ste_dma_alloc()
1278 &txc->ste_map); in ste_dma_alloc()
1297 rxc->ste_map = NULL; in ste_dma_alloc()
1299 &rxc->ste_map); in ste_dma_alloc()
1322 if (txc->ste_map != NULL) { in ste_dma_free()
1324 txc->ste_map); in ste_dma_free()
1325 txc->ste_map = NULL; in ste_dma_free()
1335 if (rxc->ste_map != NULL) { in ste_dma_free()
1337 rxc->ste_map); in ste_dma_free()
1338 rxc->ste_map = NULL; in ste_dma_free()
1405 bus_dmamap_sync(sc->ste_cdata.ste_rx_tag, rxc->ste_map, in ste_newbuf()
1407 bus_dmamap_unload(sc->ste_cdata.ste_rx_tag, rxc->ste_map); in ste_newbuf()
1409 map = rxc->ste_map; in ste_newbuf()
1410 rxc->ste_map = sc->ste_cdata.ste_rx_sparemap; in ste_newbuf()
1412 bus_dmamap_sync(sc->ste_cdata.ste_rx_tag, rxc->ste_map, in ste_newbuf()
1671 cur_rx->ste_map, BUS_DMASYNC_POSTREAD); in ste_stop()
1673 cur_rx->ste_map); in ste_stop()
1683 cur_tx->ste_map, BUS_DMASYNC_POSTWRITE); in ste_stop()
1685 cur_tx->ste_map); in ste_stop()
1828 txc->ste_map, *m_head, txsegs, &nsegs, 0); in ste_encap()
1838 txc->ste_map, *m_head, txsegs, &nsegs, 0); in ste_encap()
1851 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, txc->ste_map, in ste_encap()