Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

can: rockchip_canfd: enable full TX-FIFO depth of 2

The previous commit prepared the TX path to make use of the full
TX-FIFO depth as much as possible. Increase the available TX-FIFO
depth to the hardware maximum of 2.

Tested-by: Alibek Omarov <a1ba.omarov@gmail.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20240904-rockchip-canfd-v5-17-8ae22bcb27cc@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

+1 -1
+1 -1
drivers/net/can/rockchip/rockchip_canfd.h
··· 288 288 289 289 #define DEVICE_NAME "rockchip_canfd" 290 290 #define RKCANFD_NAPI_WEIGHT 32 291 - #define RKCANFD_TXFIFO_DEPTH 1 291 + #define RKCANFD_TXFIFO_DEPTH 2 292 292 #define RKCANFD_TX_STOP_THRESHOLD 1 293 293 #define RKCANFD_TX_START_THRESHOLD 1 294 294