Searched refs:dma_chan_tx (Results 1 – 1 of 1) sorted by relevance
87 struct dma_chan *dma_chan_tx; member165 epf_test->dma_chan_tx : epf_test->dma_chan_rx; in pci_epf_test_data_transfer()281 epf_test->dma_chan_tx = dma_chan; in pci_epf_test_init_dma_chan()305 epf_test->dma_chan_tx = epf_test->dma_chan_rx = dma_chan; in pci_epf_test_init_dma_chan()321 if (epf_test->dma_chan_tx) { in pci_epf_test_clean_dma_chan()322 dma_release_channel(epf_test->dma_chan_tx); in pci_epf_test_clean_dma_chan()323 if (epf_test->dma_chan_tx == epf_test->dma_chan_rx) { in pci_epf_test_clean_dma_chan()324 epf_test->dma_chan_tx = NULL; in pci_epf_test_clean_dma_chan()328 epf_test->dma_chan_tx = NULL; in pci_epf_test_clean_dma_chan()375 if (!dma_has_cap(DMA_MEMCPY, epf_test->dma_chan_tx->device->cap_mask)) { in pci_epf_test_copy()