We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea55b6a commit bc22738Copy full SHA for bc22738
drivers/dma/xilinx/xilinx_dpdma.c
@@ -214,6 +214,7 @@ struct xilinx_dpdma_tx_desc {
214
* @lock: lock to access struct xilinx_dpdma_chan
215
* @desc_pool: descriptor allocation pool
216
* @err_task: error IRQ bottom half handler
217
+ * @desc: References to descriptors being processed
218
* @desc.pending: Descriptor schedule to the hardware, pending execution
219
* @desc.active: Descriptor being executed by the hardware
220
* @xdev: DPDMA device
0 commit comments