mirror of
https://github.com/ipxe/ipxe.git
synced 2025-08-06 06:37:14 +02:00
[bnxt] Increase Tx descriptors
Increase TX and CMP descriptor counts. Signed-off-by: Joseph Wong <joseph.wong@broadcom.com>
This commit is contained in:
parent
e5953ed7e6
commit
54392f0d70
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user