commit | 52c0cae8746513e64198c56f0cd74eacaee21be1 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 10 11:15:26 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 10 16:03:57 2017 -0400 |
tree | 57736d59440fb41028dc877260ae72c6d1a70e85 | |
parent | 6db7470445f0757d2e8f23f57d86611338717ebe [diff] |
ftgmac100: Remove tx descriptor accessors Directly access the fields when needed. The accessors add clutter not clarity and in some cases cause unnecessary read-modify-write type access on the slow (uncached) descriptor memory. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>