[BNX2]: Disable jumbo rx paging on 5709 Ax.
The chip has problem running in this mode and needs to be disabled. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
819d772b0c
commit
2dd201d7b7
@ -6582,6 +6582,7 @@ struct bnx2 {
|
||||
#define PCIE_FLAG 0x00000200
|
||||
#define USING_MSIX_FLAG 0x00000400
|
||||
#define USING_MSI_OR_MSIX_FLAG (USING_MSI_FLAG | USING_MSIX_FLAG)
|
||||
#define JUMBO_BROKEN_FLAG 0x00000800
|
||||
|
||||
/* Put tx producer and consumer fields in separate cache lines. */
|
||||
|
||||
|
Reference in New Issue
Block a user