Searched refs:desc_ecc (Results 1 – 1 of 1) sorted by relevance
838 struct dma_async_tx_descriptor *desc_data, *desc_ecc; in stm32_fmc2_nfc_xfer() local897 desc_ecc = dmaengine_prep_slave_sg(nfc->dma_ecc_ch, in stm32_fmc2_nfc_xfer()901 if (!desc_ecc) { in stm32_fmc2_nfc_xfer()907 desc_ecc->callback = stm32_fmc2_nfc_dma_callback; in stm32_fmc2_nfc_xfer()908 desc_ecc->callback_param = &nfc->dma_ecc_complete; in stm32_fmc2_nfc_xfer()909 ret = dma_submit_error(dmaengine_submit(desc_ecc)); in stm32_fmc2_nfc_xfer()