commit | 3d21c41f7e9b51c70d37b316f11cf5cce9dd3311 | [log] [tgz] |
---|---|---|
author | Ryder Lee <[email protected]> | Thu Mar 09 10:11:15 2017 +0800 |
committer | Herbert Xu <[email protected]> | Thu Mar 16 17:58:53 2017 +0800 |
tree | 57a1fccf9f7d5e9399a2c8af74f4b9e743795249 | |
parent | 82445fe995f4b1edf131157a7328796d5aec1efb [diff] |
crypto: mediatek - simplify descriptor ring management This patch replaces cmd_pos/res_pos with pointer cmd_next/res_next. In old code, we must to add one to shift ring to the next segment, and then use this value to caculate current offset from ring base for each DMA operation. Now these pointers helps us to simplify flow, so we just need to move pointers and check the boundaries of ring. Signed-off-by: Ryder Lee <[email protected]> Signed-off-by: Herbert Xu <[email protected]>