Searched hist:"800 c644bcd0f2b29020c0dd6b661596c14c0f34f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.h | diff 800c644bcd0f2b29020c0dd6b661596c14c0f34f Tue Mar 19 02:40:05 CDT 2013 Claudiu Manoil <claudiu.manoil@freescale.com> 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>
|
H A D | gianfar_ethtool.c | diff 800c644bcd0f2b29020c0dd6b661596c14c0f34f Tue Mar 19 02:40:05 CDT 2013 Claudiu Manoil <claudiu.manoil@freescale.com> 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>
|
H A D | gianfar.c | diff 800c644bcd0f2b29020c0dd6b661596c14c0f34f Tue Mar 19 02:40:05 CDT 2013 Claudiu Manoil <claudiu.manoil@freescale.com> 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>
|