[bnxt] Increase Tx descriptors

Increase TX and CMP descriptor counts.

Signed-off-by: Joseph Wong <joseph.wong@broadcom.com>
This commit is contained in:
Joseph Wong 2025-06-25 14:05:33 +01:00 committed by Michael Brown
parent e5953ed7e6
commit 54392f0d70

View File

@ -145,8 +145,8 @@
#define DEFAULT_NUMBER_OF_STAT_CTXS 0x01
#define NUM_RX_BUFFERS 8
#define MAX_RX_DESC_CNT 16
#define MAX_TX_DESC_CNT 16
#define MAX_CQ_DESC_CNT 64
#define MAX_TX_DESC_CNT 64
#define MAX_CQ_DESC_CNT 128
#define TX_RING_BUFFER_SIZE (MAX_TX_DESC_CNT * sizeof(struct tx_bd_short))
#define RX_RING_BUFFER_SIZE \
(MAX_RX_DESC_CNT * sizeof(struct rx_prod_pkt_bd))