Lines Matching refs:dma_tx
147 #define KS8842_USE_DMA(adapter) (((adapter)->dma_tx.channel != -1) && \
159 struct ks8842_tx_dma_ctl dma_tx; member
422 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; in ks8842_tx_frame_dma()
845 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; in ks8842_dma_tx_cb()
861 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_stop_dma()
883 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_dealloc_dma_bufs()
915 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_alloc_dma_bufs()
988 adapter->dma_tx.channel = -1; in ks8842_open()
1042 if (adapter->dma_tx.adesc) in ks8842_xmit_frame()
1173 adapter->dma_tx.channel = pdata->tx_dma_channel; in ks8842_probe()
1176 adapter->dma_tx.channel = -1; in ks8842_probe()