Home
last modified time | relevance | path

Searched hist:"17591405 a7b932ba0a66107645f5ff5f6f36da75" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dnet.h17591405a7b932ba0a66107645f5ff5f6f36da75 Sun Mar 22 22:09:12 UTC 2015 Joe Hershberger <joe.hershberger@ni.com> dm: eth: Pass the packet pointer as a parameter to recv

Stop forcing drivers to call net_process_received_packet() - formerly
called NetReceive(). Now the uclass will handle calling the driver for
each packet until the driver errors or has nothing to return. The uclass
will then pass the good packets off to the network stack by calling
net_process_received_packet().

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>