allow coexistance of N build and AC build.
[tomato.git] / release / src-rt / et / sys / et_cfe.h
bloba9fe1c9736a53d43807d9bfe8f1b8e2a53ba38a5
1 /*
2 * CFE device driver tunables for
3 * Broadcom BCM47XX 10/100Mbps Ethernet Device Driver
5 * Copyright (C) 2010, 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_ */