Lines Matching refs:dma_tx
159 #define KS8842_USE_DMA(adapter) (((adapter)->dma_tx.channel != -1) && \
171 struct ks8842_tx_dma_ctl dma_tx; member
434 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; in ks8842_tx_frame_dma()
857 struct ks8842_tx_dma_ctl *ctl = &adapter->dma_tx; in ks8842_dma_tx_cb()
873 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_stop_dma()
897 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_dealloc_dma_bufs()
929 struct ks8842_tx_dma_ctl *tx_ctl = &adapter->dma_tx; in ks8842_alloc_dma_bufs()
1004 adapter->dma_tx.channel = -1; in ks8842_open()
1058 if (adapter->dma_tx.adesc) in ks8842_xmit_frame()
1185 adapter->dma_tx.channel = pdata->tx_dma_channel; in ks8842_probe()
1188 adapter->dma_tx.channel = -1; in ks8842_probe()