commit | 52c15e220bc28eda298d899f552bc023131de7f3 | [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 | dca221bd92cf3befa387a711a2256f1e4e06e51e [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>