linux_dsm_epyc7002/drivers/net/ethernet/realtek
Heiner Kallweit bdd2be3adb r8169: improve interrupt coalescing parameter handling
The chip supports only frame limits 0, 4, 8, .. 60 internally.
Returning EINVAL for all val % 4 != 0 seems to be a little bit too
unfriendly to the user. Therefore round up the frame limit to the next
supported value. In addition round up the time limit, else a very low
limit could be rounded down to 0, and interpreted as "ignore value"
by the chip.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-04-30 17:39:15 -07:00
..
8139cp.c
8139too.c
atp.c
atp.h
Kconfig
Makefile
r8169_firmware.c
r8169_firmware.h
r8169_main.c r8169: improve interrupt coalescing parameter handling 2020-04-30 17:39:15 -07:00
r8169_phy_config.c
r8169.h