Searched refs:desc_ecc (Results 1 – 1 of 1) sorted by relevance
836 struct dma_async_tx_descriptor *desc_data, *desc_ecc; in stm32_fmc2_nfc_xfer() local895 desc_ecc = dmaengine_prep_slave_sg(nfc->dma_ecc_ch, in stm32_fmc2_nfc_xfer()899 if (!desc_ecc) { in stm32_fmc2_nfc_xfer()905 desc_ecc->callback = stm32_fmc2_nfc_dma_callback; in stm32_fmc2_nfc_xfer()906 desc_ecc->callback_param = &nfc->dma_ecc_complete; in stm32_fmc2_nfc_xfer()907 ret = dma_submit_error(dmaengine_submit(desc_ecc)); in stm32_fmc2_nfc_xfer()