Lines Matching full:dma_tx
147 #define KS8842_USE_DMA(adapter) (((adapter)->dma_tx.channel != -1) && \
159 struct ks8842_tx_dma_ctl dma_tx; member
424 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; in ks8842_tx_frame_dma()
847 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; in ks8842_dma_tx_cb()
863 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_stop_dma()
885 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_dealloc_dma_bufs()
917 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_alloc_dma_bufs()
990 adapter->dma_tx.channel = -1; in ks8842_open()
1044 if (adapter->dma_tx.adesc) in ks8842_xmit_frame()
1175 adapter->dma_tx.channel = pdata->tx_dma_channel; in ks8842_probe()
1178 adapter->dma_tx.channel = -1; in ks8842_probe()