Searched hist:f23223f15fd7d359a08ea346a0a537ccaf417014 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.h | diff f23223f15fd7d359a08ea346a0a537ccaf417014 Mon Jul 13 08:22:05 CDT 2015 Claudiu Manoil <claudiu.manoil@freescale.com> gianfar: Use ndev, more Rx path cleanup
Use "ndev" instead of "dev", as the rx queue back pointer to a net_device struct, to avoid name clashing with a "struct device" reference. This prepares the addition of a "struct device" back pointer to the rx queue structure.
Remove duplicated rxq registration in the process. Move napi_gro_receive() outside gfar_process_frame().
Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gianfar.c | diff f23223f15fd7d359a08ea346a0a537ccaf417014 Mon Jul 13 08:22:05 CDT 2015 Claudiu Manoil <claudiu.manoil@freescale.com> gianfar: Use ndev, more Rx path cleanup
Use "ndev" instead of "dev", as the rx queue back pointer to a net_device struct, to avoid name clashing with a "struct device" reference. This prepares the addition of a "struct device" back pointer to the rx queue structure.
Remove duplicated rxq registration in the process. Move napi_gro_receive() outside gfar_process_frame().
Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|