Lines Matching refs:tx_dmamap
1269 txd->tx_dmamap = NULL; in ale_dma_alloc()
1271 &txd->tx_dmamap); in ale_dma_alloc()
1293 if (txd->tx_dmamap != NULL) { in ale_dma_free()
1295 txd->tx_dmamap); in ale_dma_free()
1296 txd->tx_dmamap = NULL; in ale_dma_free()
1692 map = txd->tx_dmamap; in ale_encap()
1820 map = txd_last->tx_dmamap; in ale_encap()
1821 txd_last->tx_dmamap = txd->tx_dmamap; in ale_encap()
1822 txd->tx_dmamap = map; in ale_encap()
2303 txd->tx_dmamap, BUS_DMASYNC_POSTWRITE); in ale_txeof()
2305 txd->tx_dmamap); in ale_txeof()
2860 txd->tx_dmamap, BUS_DMASYNC_POSTWRITE); in ale_stop()
2862 txd->tx_dmamap); in ale_stop()