diff options
author | Christoph Lameter <christoph@graphe.net> | 2005-03-30 16:34:31 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-05-15 19:15:02 -0400 |
commit | 8199d3a79c224bbe5943fa08684e1f93a17881b0 (patch) | |
tree | 77726ddade7ca4282bc12315abcb01fdf241be74 /drivers/net/chelsio/elmer0.h | |
parent | 88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 (diff) |
[PATCH] A new 10GB Ethernet Driver by Chelsio Communications
A Linux driver for the Chelsio 10Gb Ethernet Network Controller by Chelsio
(http://www.chelsio.com). This driver supports the Chelsio N210 NIC and is
backward compatible with the Chelsio N110 model 10Gb NICs. It supports
AMD64, EM64T and x86 systems.
Signed-off-by: Tina Yang <tinay@chelsio.com>
Signed-off-by: Scott Bardone <sbardone@chelsio.com>
Signed-off-by: Christoph Lameter <christoph@lameter.com>
Adrian said:
- my3126.c is unused (because t1_my3126_ops isn't used anywhere)
- what are the EXTRA_CFLAGS in drivers/net/chelsio/Makefile for?
- $(cxgb-y) in drivers/net/chelsio/Makefile seems to be unneeded
- completely unused global functions:
- espi.c: t1_espi_get_intr_counts
- sge.c: t1_sge_get_intr_counts
- the following functions can be made static:
- sge.c: t1_espi_workaround
- sge.c: t1_sge_tx
- subr.c: __t1_tpi_read
- subr.c: __t1_tpi_write
- subr.c: t1_wait_op_done
shemminger said:
The performance recommendations in cxgb.txt are common to all fast devices,
and should be in one file rather than just for this device. I would rather
see ip-sysctl.txt updated or a new file on tuning recommendations started.
Some of them have consequences that aren't documented well.
For example, turning off TCP timestamps risks data corruption from sequence wrap.
A new driver shouldn't need so may #ifdef's unless you want to putit on older
vendor versions of 2.4
Some accessor and wrapper functions like:
t1_pci_read_config_4
adapter_name
t1_malloc
are just annoying noise.
Why have useless dead code like:
/* Interrupt handler */
+static int pm3393_interrupt_handler(struct cmac *cmac)
+{
+ u32 master_intr_status;
+/*
+ 1. Read master interrupt register.
+ 2. Read BLOCK's interrupt status registers.
+ 3. Handle BLOCK interrupts.
+*/
Jeff said:
step 1: kill all the OS wrappers.
And do you really need hooks for multiple MACs, when only one MAC is
really supported? Typically these hooks are at a higher level anyway --
struct net_device.
From: Christoph Lameter <christoph@lameter
Driver modified as suggested by Pekka Enberg, Stephen Hemminger and Andrian
Bunk. Reduces the size of the driver to ~260k.
- clean up tabs
- removed my3126.c
- removed 85% of suni1x10gexp_regs.h
- removed 80% of regs.h
- removed various calls, renamed variables/functions.
- removed system specific and other wrappers (usleep, msleep)
- removed dead code
- dropped redundant casts in osdep.h
- dropped redundant check of kfree
- dropped weird code (MODVERSIONS stuff)
- reduced number of #ifdefs
- use kcalloc now instead of kmalloc
- Add information about known issues with the driver
- Add information about authors
Signed-off-by: Scott Bardone <sbardone@chelsio.com>
Signed-off-by: Christoph Lameter <christoph@lameter.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
diff -puN /dev/null Documentation/networking/cxgb.txt
Diffstat (limited to 'drivers/net/chelsio/elmer0.h')
-rw-r--r-- | drivers/net/chelsio/elmer0.h | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/drivers/net/chelsio/elmer0.h b/drivers/net/chelsio/elmer0.h new file mode 100644 index 000000000000..08f148643e7f --- /dev/null +++ b/drivers/net/chelsio/elmer0.h | |||
@@ -0,0 +1,157 @@ | |||
1 | /***************************************************************************** | ||
2 | * * | ||
3 | * File: elmer0.h * | ||
4 | * $Revision: 1.3 $ * | ||
5 | * $Date: 2005/03/23 07:15:58 $ * | ||
6 | * Description: * | ||
7 | * part of the Chelsio 10Gb Ethernet Driver. * | ||
8 | * * | ||
9 | * This program is free software; you can redistribute it and/or modify * | ||
10 | * it under the terms of the GNU General Public License, version 2, as * | ||
11 | * published by the Free Software Foundation. * | ||
12 | * * | ||
13 | * You should have received a copy of the GNU General Public License along * | ||
14 | * with this program; if not, write to the Free Software Foundation, Inc., * | ||
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * | ||
16 | * * | ||
17 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * | ||
18 | * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * | ||
19 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * | ||
20 | * * | ||
21 | * http://www.chelsio.com * | ||
22 | * * | ||
23 | * Copyright (c) 2003 - 2005 Chelsio Communications, Inc. * | ||
24 | * All rights reserved. * | ||
25 | * * | ||
26 | * Maintainers: maintainers@chelsio.com * | ||
27 | * * | ||
28 | * Authors: Dimitrios Michailidis <dm@chelsio.com> * | ||
29 | * Tina Yang <tainay@chelsio.com> * | ||
30 | * Felix Marti <felix@chelsio.com> * | ||
31 | * Scott Bardone <sbardone@chelsio.com> * | ||
32 | * Kurt Ottaway <kottaway@chelsio.com> * | ||
33 | * Frank DiMambro <frank@chelsio.com> * | ||
34 | * * | ||
35 | * History: * | ||
36 | * * | ||
37 | ****************************************************************************/ | ||
38 | |||
39 | #ifndef CHELSIO_ELMER0_H | ||
40 | #define CHELSIO_ELMER0_H | ||
41 | |||
42 | /* ELMER0 flavors */ | ||
43 | enum { | ||
44 | ELMER0_XC2S300E_6FT256_C, | ||
45 | ELMER0_XC2S100E_6TQ144_C | ||
46 | }; | ||
47 | |||
48 | /* ELMER0 registers */ | ||
49 | #define A_ELMER0_VERSION 0x100000 | ||
50 | #define A_ELMER0_PHY_CFG 0x100004 | ||
51 | #define A_ELMER0_INT_ENABLE 0x100008 | ||
52 | #define A_ELMER0_INT_CAUSE 0x10000c | ||
53 | #define A_ELMER0_GPI_CFG 0x100010 | ||
54 | #define A_ELMER0_GPI_STAT 0x100014 | ||
55 | #define A_ELMER0_GPO 0x100018 | ||
56 | #define A_ELMER0_PORT0_MI1_CFG 0x400000 | ||
57 | |||
58 | #define S_MI1_MDI_ENABLE 0 | ||
59 | #define V_MI1_MDI_ENABLE(x) ((x) << S_MI1_MDI_ENABLE) | ||
60 | #define F_MI1_MDI_ENABLE V_MI1_MDI_ENABLE(1U) | ||
61 | |||
62 | #define S_MI1_MDI_INVERT 1 | ||
63 | #define V_MI1_MDI_INVERT(x) ((x) << S_MI1_MDI_INVERT) | ||
64 | #define F_MI1_MDI_INVERT V_MI1_MDI_INVERT(1U) | ||
65 | |||
66 | #define S_MI1_PREAMBLE_ENABLE 2 | ||
67 | #define V_MI1_PREAMBLE_ENABLE(x) ((x) << S_MI1_PREAMBLE_ENABLE) | ||
68 | #define F_MI1_PREAMBLE_ENABLE V_MI1_PREAMBLE_ENABLE(1U) | ||
69 | |||
70 | #define S_MI1_SOF 3 | ||
71 | #define M_MI1_SOF 0x3 | ||
72 | #define V_MI1_SOF(x) ((x) << S_MI1_SOF) | ||
73 | #define G_MI1_SOF(x) (((x) >> S_MI1_SOF) & M_MI1_SOF) | ||
74 | |||
75 | #define S_MI1_CLK_DIV 5 | ||
76 | #define M_MI1_CLK_DIV 0xff | ||
77 | #define V_MI1_CLK_DIV(x) ((x) << S_MI1_CLK_DIV) | ||
78 | #define G_MI1_CLK_DIV(x) (((x) >> S_MI1_CLK_DIV) & M_MI1_CLK_DIV) | ||
79 | |||
80 | #define A_ELMER0_PORT0_MI1_ADDR 0x400004 | ||
81 | |||
82 | #define S_MI1_REG_ADDR 0 | ||
83 | #define M_MI1_REG_ADDR 0x1f | ||
84 | #define V_MI1_REG_ADDR(x) ((x) << S_MI1_REG_ADDR) | ||
85 | #define G_MI1_REG_ADDR(x) (((x) >> S_MI1_REG_ADDR) & M_MI1_REG_ADDR) | ||
86 | |||
87 | #define S_MI1_PHY_ADDR 5 | ||
88 | #define M_MI1_PHY_ADDR 0x1f | ||
89 | #define V_MI1_PHY_ADDR(x) ((x) << S_MI1_PHY_ADDR) | ||
90 | #define G_MI1_PHY_ADDR(x) (((x) >> S_MI1_PHY_ADDR) & M_MI1_PHY_ADDR) | ||
91 | |||
92 | #define A_ELMER0_PORT0_MI1_DATA 0x400008 | ||
93 | |||
94 | #define S_MI1_DATA 0 | ||
95 | #define M_MI1_DATA 0xffff | ||
96 | #define V_MI1_DATA(x) ((x) << S_MI1_DATA) | ||
97 | #define G_MI1_DATA(x) (((x) >> S_MI1_DATA) & M_MI1_DATA) | ||
98 | |||
99 | #define A_ELMER0_PORT0_MI1_OP 0x40000c | ||
100 | |||
101 | #define S_MI1_OP 0 | ||
102 | #define M_MI1_OP 0x3 | ||
103 | #define V_MI1_OP(x) ((x) << S_MI1_OP) | ||
104 | #define G_MI1_OP(x) (((x) >> S_MI1_OP) & M_MI1_OP) | ||
105 | |||
106 | #define S_MI1_ADDR_AUTOINC 2 | ||
107 | #define V_MI1_ADDR_AUTOINC(x) ((x) << S_MI1_ADDR_AUTOINC) | ||
108 | #define F_MI1_ADDR_AUTOINC V_MI1_ADDR_AUTOINC(1U) | ||
109 | |||
110 | #define S_MI1_OP_BUSY 31 | ||
111 | #define V_MI1_OP_BUSY(x) ((x) << S_MI1_OP_BUSY) | ||
112 | #define F_MI1_OP_BUSY V_MI1_OP_BUSY(1U) | ||
113 | |||
114 | #define A_ELMER0_PORT1_MI1_CFG 0x500000 | ||
115 | #define A_ELMER0_PORT1_MI1_ADDR 0x500004 | ||
116 | #define A_ELMER0_PORT1_MI1_DATA 0x500008 | ||
117 | #define A_ELMER0_PORT1_MI1_OP 0x50000c | ||
118 | #define A_ELMER0_PORT2_MI1_CFG 0x600000 | ||
119 | #define A_ELMER0_PORT2_MI1_ADDR 0x600004 | ||
120 | #define A_ELMER0_PORT2_MI1_DATA 0x600008 | ||
121 | #define A_ELMER0_PORT2_MI1_OP 0x60000c | ||
122 | #define A_ELMER0_PORT3_MI1_CFG 0x700000 | ||
123 | #define A_ELMER0_PORT3_MI1_ADDR 0x700004 | ||
124 | #define A_ELMER0_PORT3_MI1_DATA 0x700008 | ||
125 | #define A_ELMER0_PORT3_MI1_OP 0x70000c | ||
126 | |||
127 | /* Simple bit definition for GPI and GP0 registers. */ | ||
128 | #define ELMER0_GP_BIT0 0x0001 | ||
129 | #define ELMER0_GP_BIT1 0x0002 | ||
130 | #define ELMER0_GP_BIT2 0x0004 | ||
131 | #define ELMER0_GP_BIT3 0x0008 | ||
132 | #define ELMER0_GP_BIT4 0x0010 | ||
133 | #define ELMER0_GP_BIT5 0x0020 | ||
134 | #define ELMER0_GP_BIT6 0x0040 | ||
135 | #define ELMER0_GP_BIT7 0x0080 | ||
136 | #define ELMER0_GP_BIT8 0x0100 | ||
137 | #define ELMER0_GP_BIT9 0x0200 | ||
138 | #define ELMER0_GP_BIT10 0x0400 | ||
139 | #define ELMER0_GP_BIT11 0x0800 | ||
140 | #define ELMER0_GP_BIT12 0x1000 | ||
141 | #define ELMER0_GP_BIT13 0x2000 | ||
142 | #define ELMER0_GP_BIT14 0x4000 | ||
143 | #define ELMER0_GP_BIT15 0x8000 | ||
144 | #define ELMER0_GP_BIT16 0x10000 | ||
145 | #define ELMER0_GP_BIT17 0x20000 | ||
146 | #define ELMER0_GP_BIT18 0x40000 | ||
147 | #define ELMER0_GP_BIT19 0x80000 | ||
148 | |||
149 | #define MI1_OP_DIRECT_WRITE 1 | ||
150 | #define MI1_OP_DIRECT_READ 2 | ||
151 | |||
152 | #define MI1_OP_INDIRECT_ADDRESS 0 | ||
153 | #define MI1_OP_INDIRECT_WRITE 1 | ||
154 | #define MI1_OP_INDIRECT_READ_INC 2 | ||
155 | #define MI1_OP_INDIRECT_READ 3 | ||
156 | |||
157 | #endif | ||