commit | 4ca24152d8919508bc53827a79e68b353ac6e333 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Apr 06 11:02:51 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 06 15:39:45 2017 -0700 |
tree | 7f730adaf0c9986b0be5ee13873de9d203edfbfd | |
parent | 027f426d547967cd1b6899597367aa64af51c28e [diff] |
ftgmac100: Remove rx 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>