SSID: Respect ASCII character Label.
[tomato.git] / release / src / et / sys / et_cfe.h
blobb72493718f53dca8cd3f19a9d42f64b68ea8bf1c
1 /*
2 * CFE device driver tunables for
3 * Broadcom BCM47XX 10/100Mbps Ethernet Device Driver
5 * Copyright 2006, 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.1.1.1 2007/03/20 12:22:00 roly 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_ */