Searched hist:a1e514c5d0397b5581721aad9b303f7df83b103d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | diff a1e514c5d0397b5581721aad9b303f7df83b103d Thu Nov 26 00:07:09 CST 2009 Arnd Bergmann <arnd@arndb.de> macvlan: cleanup rx statistics
We have very similar code for rx statistics in two places in the macvlan driver, with a third one being added in the next patch.
Consolidate them into one function to improve overall readability of the driver.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|