diff options
author | Gidon Studinski <gidons@codeaurora.org> | 2018-06-29 16:28:18 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-07-02 17:24:08 +0300 |
commit | 10590c6a07b6a84cc3224cfda481317deaf31565 (patch) | |
tree | 278431da0b0e449cc058cf6f03ba3109d17b37e8 /drivers/fpga | |
parent | 485790d070532e68a78d8beb4a139f276b35cbbd (diff) | |
download | linux-10590c6a07b6a84cc3224cfda481317deaf31565.tar.xz |
wil6210: add support for enhanced DMA structures
In enhanced DMA the vrings are handled internally by the FW
and are not exposed to the driver.
Instead, the driver handles descriptor rings, which are mapped
by the FW to vrings.
The completions of the TX and RX descriptors are notified to
the driver using status rings. Each status ring descriptor
includes information of the completed descriptors and the ring id
of their descriptor ring.
This patch changes struct vring to generic wil_ring to allow
its reuse for enhanced DMA descriptor rings and adds the descriptor
and status rings specific descriptors.
The vring debugfs entries have changed as follows:
- dbg_vring_index has changed to dbg_ring_index
- vrings has changed to rings
- vring_idle_trsh has changed to ring_idle_trsh
- vring_index has changed to ring_index
Signed-off-by: Gidon Studinski <gidons@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/fpga')
0 files changed, 0 insertions, 0 deletions