Lines Matching refs:ste_map
788 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map, in ste_txeof()
790 bus_dmamap_unload(sc->ste_cdata.ste_tx_tag, cur_tx->ste_map); in ste_txeof()
1274 txc->ste_map = NULL; in ste_dma_alloc()
1276 &txc->ste_map); in ste_dma_alloc()
1295 rxc->ste_map = NULL; in ste_dma_alloc()
1297 &rxc->ste_map); in ste_dma_alloc()
1320 if (txc->ste_map != NULL) { in ste_dma_free()
1322 txc->ste_map); in ste_dma_free()
1323 txc->ste_map = NULL; in ste_dma_free()
1333 if (rxc->ste_map != NULL) { in ste_dma_free()
1335 rxc->ste_map); in ste_dma_free()
1336 rxc->ste_map = NULL; in ste_dma_free()
1403 bus_dmamap_sync(sc->ste_cdata.ste_rx_tag, rxc->ste_map, in ste_newbuf()
1405 bus_dmamap_unload(sc->ste_cdata.ste_rx_tag, rxc->ste_map); in ste_newbuf()
1407 map = rxc->ste_map; in ste_newbuf()
1408 rxc->ste_map = sc->ste_cdata.ste_rx_sparemap; in ste_newbuf()
1410 bus_dmamap_sync(sc->ste_cdata.ste_rx_tag, rxc->ste_map, in ste_newbuf()
1669 cur_rx->ste_map, BUS_DMASYNC_POSTREAD); in ste_stop()
1671 cur_rx->ste_map); in ste_stop()
1681 cur_tx->ste_map, BUS_DMASYNC_POSTWRITE); in ste_stop()
1683 cur_tx->ste_map); in ste_stop()
1826 txc->ste_map, *m_head, txsegs, &nsegs, 0); in ste_encap()
1836 txc->ste_map, *m_head, txsegs, &nsegs, 0); in ste_encap()
1849 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, txc->ste_map, in ste_encap()