commit | 48de90ddd1f8b9c2ccec195d1e8d874c1eef0757 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Jan 21 15:39:50 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Sat Jan 27 20:38:53 2018 +0100 |
tree | 1fa80d481d3ba95c4f216adb71e48a059a8a4cff | |
parent | 044eb2ddc99bb4f9d631d3cfebcc616206716cd1 [diff] |
net: sh_eth: Split sh_eth_recv Split sh_eth_recv into two functions, one which checks whether a packet was received and one which handles the received packet. This is done in preparation for DM support, which handles these two parts separately. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Joe Hershberger <joe.hershberger@ni.com>