-
- Downloads
gianfar: Refactor config coalescing calls for all queues
The only place where gfar_configure_coalescing is called with an actual bitmask (other than 0xff) is in gfar_poll (on the hot path). So make gfar_configure_coalescing() static for the buffer processing path, and export gfar_configure_coalescing_all() for the remaining cases that require to set coalescing for all the queues at once (on the slow path). Signed-off-by:Claudiu Manoil <claudiu.manoil@freescale.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/freescale/gianfar.c 8 additions, 3 deletionsdrivers/net/ethernet/freescale/gianfar.c
- drivers/net/ethernet/freescale/gianfar.h 1 addition, 2 deletionsdrivers/net/ethernet/freescale/gianfar.h
- drivers/net/ethernet/freescale/gianfar_ethtool.c 1 addition, 1 deletiondrivers/net/ethernet/freescale/gianfar_ethtool.c
Loading
Please register or sign in to comment