Broadcom SDK and wireless driver: another attempt to update to ver. 5.10.147.0
[tomato.git] / release / src-rt / et / sys / et_cfe.h
blob037adca3f438902cd17ebedc9c0bb14aa6f2b121
1 /*
2 * CFE device driver tunables for
3 * Broadcom BCM47XX 10/100Mbps Ethernet Device Driver
5 * Copyright (C) 2009, Broadcom Corporation
6 * All Rights Reserved.
7 *
8 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
9 * the contents of this file may not be disclosed to third parties, copied
10 * or duplicated in any form, in whole or in part, without the prior
11 * written permission of Broadcom Corporation.
13 * $Id: et_cfe.h,v 1.5 2006/03/16 19:28:57 Exp $
16 #ifndef _et_cfe_h_
17 #define _et_cfe_h_
19 #define NTXD 16
20 #define NRXD 16
21 #define NRXBUFPOST 8
23 #define NBUFS (NRXBUFPOST + 8)
25 /* common tunables */
26 #define RXBUFSZ LBDATASZ /* rx packet buffer size */
27 #define MAXMULTILIST 32 /* max # multicast addresses */
29 #endif /* _et_cfe_h_ */