Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41822878 authored by Rahul Verma's avatar Rahul Verma Committed by David S. Miller
Browse files

qed: enhanced per queue max coalesce value.



Maximum coalesce per Rx/Tx queue is extended from
255 to 511.

Signed-off-by: default avatarRahul Verma <rahul.verma@cavium.com>
Signed-off-by: default avatarYuval Mintz <yuval.mintz@cavium.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bf5a94bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ enum qed_led_mode {

#define DIRECT_REG_RD(reg_addr) readl((void __iomem *)(reg_addr))

#define QED_COALESCE_MAX 0xFF
#define QED_COALESCE_MAX 0x1FF
#define QED_DEFAULT_RX_USECS 12
#define QED_DEFAULT_TX_USECS 48