aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/suni1x10gexp_regs.h
diff options
context:
space:
mode:
authorChristoph Lameter <christoph@graphe.net>2005-03-30 16:34:31 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-05-15 19:15:02 -0400
commit8199d3a79c224bbe5943fa08684e1f93a17881b0 (patch)
tree77726ddade7ca4282bc12315abcb01fdf241be74 /drivers/net/chelsio/suni1x10gexp_regs.h
parent88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 (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/suni1x10gexp_regs.h')
-rw-r--r--drivers/net/chelsio/suni1x10gexp_regs.h221
1 files changed, 221 insertions, 0 deletions
diff --git a/drivers/net/chelsio/suni1x10gexp_regs.h b/drivers/net/chelsio/suni1x10gexp_regs.h
new file mode 100644
index 00000000000..98352bdda89
--- /dev/null
+++ b/drivers/net/chelsio/suni1x10gexp_regs.h
@@ -0,0 +1,221 @@
1/*****************************************************************************
2 * *
3 * File: suni1x10gexp_regs.h *
4 * $Revision: 1.4 $ *
5 * $Date: 2005/03/23 07:15:59 $ *
6 * Description: *
7 * PMC/SIERRA (pm3393) MAC-PHY functionality. *
8 * part of the Chelsio 10Gb Ethernet Driver. *
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License, version 2, as *
12 * published by the Free Software Foundation. *
13 * *
14 * You should have received a copy of the GNU General Public License along *
15 * with this program; if not, write to the Free Software Foundation, Inc., *
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
17 * *
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED *
19 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF *
20 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. *
21 * *
22 * http://www.chelsio.com *
23 * *
24 * Copyright (c) 2003 - 2005 Chelsio Communications, Inc. *
25 * All rights reserved. *
26 * *
27 * Maintainers: maintainers@chelsio.com *
28 * *
29 * Authors: Dimitrios Michailidis <dm@chelsio.com> *
30 * Tina Yang <tainay@chelsio.com> *
31 * Felix Marti <felix@chelsio.com> *
32 * Scott Bardone <sbardone@chelsio.com> *
33 * Kurt Ottaway <kottaway@chelsio.com> *
34 * Frank DiMambro <frank@chelsio.com> *
35 * *
36 * History: *
37 * *
38 ****************************************************************************/
39
40#ifndef _SUNI1x10GEXP_REGS_H
41#define _SUNI1x10GEXP_REGS_H
42
43/******************************************************************************/
44/** S/UNI-1x10GE-XP REGISTER ADDRESS MAP **/
45/******************************************************************************/
46/* Refer to the Register Bit Masks bellow for the naming of each register and */
47/* to the S/UNI-1x10GE-XP Data Sheet for the signification of each bit */
48/******************************************************************************/
49
50#define SUNI1x10GEXP_REG_DEVICE_STATUS 0x0004
51#define SUNI1x10GEXP_REG_MASTER_INTERRUPT_STATUS 0x000D
52#define SUNI1x10GEXP_REG_GLOBAL_INTERRUPT_ENABLE 0x000E
53#define SUNI1x10GEXP_REG_SERDES_3125_INTERRUPT_ENABLE 0x0102
54#define SUNI1x10GEXP_REG_SERDES_3125_INTERRUPT_STATUS 0x0104
55#define SUNI1x10GEXP_REG_RXXG_CONFIG_1 0x2040
56#define SUNI1x10GEXP_REG_RXXG_CONFIG_3 0x2042
57#define SUNI1x10GEXP_REG_RXXG_INTERRUPT 0x2043
58#define SUNI1x10GEXP_REG_RXXG_MAX_FRAME_LENGTH 0x2045
59#define SUNI1x10GEXP_REG_RXXG_SA_15_0 0x2046
60#define SUNI1x10GEXP_REG_RXXG_SA_31_16 0x2047
61#define SUNI1x10GEXP_REG_RXXG_SA_47_32 0x2048
62#define SUNI1x10GEXP_REG_RXXG_EXACT_MATCH_ADDR_1_LOW 0x204D
63#define SUNI1x10GEXP_REG_RXXG_EXACT_MATCH_ADDR_1_MID 0x204E
64#define SUNI1x10GEXP_REG_RXXG_EXACT_MATCH_ADDR_1_HIGH 0x204F
65#define SUNI1x10GEXP_REG_RXXG_MULTICAST_HASH_LOW 0x206A
66#define SUNI1x10GEXP_REG_RXXG_MULTICAST_HASH_MIDLOW 0x206B
67#define SUNI1x10GEXP_REG_RXXG_MULTICAST_HASH_MIDHIGH 0x206C
68#define SUNI1x10GEXP_REG_RXXG_MULTICAST_HASH_HIGH 0x206D
69#define SUNI1x10GEXP_REG_RXXG_ADDRESS_FILTER_CONTROL_0 0x206E
70#define SUNI1x10GEXP_REG_RXXG_ADDRESS_FILTER_CONTROL_2 0x2070
71#define SUNI1x10GEXP_REG_XRF_INTERRUPT_ENABLE 0x2088
72#define SUNI1x10GEXP_REG_XRF_INTERRUPT_STATUS 0x2089
73#define SUNI1x10GEXP_REG_XRF_DIAG_INTERRUPT_ENABLE 0x208B
74#define SUNI1x10GEXP_REG_XRF_DIAG_INTERRUPT_STATUS 0x208C
75#define SUNI1x10GEXP_REG_RXOAM_INTERRUPT_ENABLE 0x20C7
76#define SUNI1x10GEXP_REG_RXOAM_INTERRUPT_STATUS 0x20C8
77#define SUNI1x10GEXP_REG_MSTAT_CONTROL 0x2100
78#define SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_0 0x2101
79#define SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_1 0x2102
80#define SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_2 0x2103
81#define SUNI1x10GEXP_REG_MSTAT_COUNTER_ROLLOVER_3 0x2104
82#define SUNI1x10GEXP_REG_MSTAT_INTERRUPT_MASK_0 0x2105
83#define SUNI1x10GEXP_REG_MSTAT_INTERRUPT_MASK_1 0x2106
84#define SUNI1x10GEXP_REG_MSTAT_INTERRUPT_MASK_2 0x2107
85#define SUNI1x10GEXP_REG_MSTAT_INTERRUPT_MASK_3 0x2108
86#define SUNI1x10GEXP_REG_MSTAT_COUNTER_0_LOW 0x2110
87#define SUNI1x10GEXP_REG_MSTAT_COUNTER_1_LOW 0x2114
88#define SUNI1x10GEXP_REG_MSTAT_COUNTER_4_LOW 0x2120
89#define SUNI1x10GEXP_REG_MSTAT_COUNTER_5_LOW 0x2124
90#define SUNI1x10GEXP_REG_MSTAT_COUNTER_6_LOW 0x2128
91#define SUNI1x10GEXP_REG_MSTAT_COUNTER_8_LOW 0x2130
92#define SUNI1x10GEXP_REG_MSTAT_COUNTER_10_LOW 0x2138
93#define SUNI1x10GEXP_REG_MSTAT_COUNTER_11_LOW 0x213C
94#define SUNI1x10GEXP_REG_MSTAT_COUNTER_12_LOW 0x2140
95#define SUNI1x10GEXP_REG_MSTAT_COUNTER_13_LOW 0x2144
96#define SUNI1x10GEXP_REG_MSTAT_COUNTER_15_LOW 0x214C
97#define SUNI1x10GEXP_REG_MSTAT_COUNTER_16_LOW 0x2150
98#define SUNI1x10GEXP_REG_MSTAT_COUNTER_17_LOW 0x2154
99#define SUNI1x10GEXP_REG_MSTAT_COUNTER_18_LOW 0x2158
100#define SUNI1x10GEXP_REG_MSTAT_COUNTER_33_LOW 0x2194
101#define SUNI1x10GEXP_REG_MSTAT_COUNTER_35_LOW 0x219C
102#define SUNI1x10GEXP_REG_MSTAT_COUNTER_36_LOW 0x21A0
103#define SUNI1x10GEXP_REG_MSTAT_COUNTER_38_LOW 0x21A8
104#define SUNI1x10GEXP_REG_MSTAT_COUNTER_40_LOW 0x21B0
105#define SUNI1x10GEXP_REG_MSTAT_COUNTER_42_LOW 0x21B8
106#define SUNI1x10GEXP_REG_MSTAT_COUNTER_43_LOW 0x21BC
107#define SUNI1x10GEXP_REG_IFLX_FIFO_OVERFLOW_ENABLE 0x2209
108#define SUNI1x10GEXP_REG_IFLX_FIFO_OVERFLOW_INTERRUPT 0x220A
109#define SUNI1x10GEXP_REG_PL4ODP_INTERRUPT_MASK 0x2282
110#define SUNI1x10GEXP_REG_PL4ODP_INTERRUPT 0x2283
111#define SUNI1x10GEXP_REG_PL4IO_LOCK_DETECT_STATUS 0x2300
112#define SUNI1x10GEXP_REG_PL4IO_LOCK_DETECT_CHANGE 0x2301
113#define SUNI1x10GEXP_REG_PL4IO_LOCK_DETECT_MASK 0x2302
114#define SUNI1x10GEXP_REG_TXXG_CONFIG_1 0x3040
115#define SUNI1x10GEXP_REG_TXXG_CONFIG_3 0x3042
116#define SUNI1x10GEXP_REG_TXXG_INTERRUPT 0x3043
117#define SUNI1x10GEXP_REG_TXXG_MAX_FRAME_SIZE 0x3045
118#define SUNI1x10GEXP_REG_TXXG_SA_15_0 0x3047
119#define SUNI1x10GEXP_REG_TXXG_SA_31_16 0x3048
120#define SUNI1x10GEXP_REG_TXXG_SA_47_32 0x3049
121#define SUNI1x10GEXP_REG_XTEF_INTERRUPT_STATUS 0x3084
122#define SUNI1x10GEXP_REG_XTEF_INTERRUPT_ENABLE 0x3085
123#define SUNI1x10GEXP_REG_TXOAM_INTERRUPT_ENABLE 0x30C6
124#define SUNI1x10GEXP_REG_TXOAM_INTERRUPT_STATUS 0x30C7
125#define SUNI1x10GEXP_REG_EFLX_FIFO_OVERFLOW_ERROR_ENABLE 0x320C
126#define SUNI1x10GEXP_REG_EFLX_FIFO_OVERFLOW_ERROR_INDICATION 0x320D
127#define SUNI1x10GEXP_REG_PL4IDU_INTERRUPT_MASK 0x3282
128#define SUNI1x10GEXP_REG_PL4IDU_INTERRUPT 0x3283
129
130/******************************************************************************/
131/* -- End register offset definitions -- */
132/******************************************************************************/
133
134/******************************************************************************/
135/** SUNI-1x10GE-XP REGISTER BIT MASKS **/
136/******************************************************************************/
137
138/*----------------------------------------------------------------------------
139 * Register 0x0004: S/UNI-1x10GE-XP Device Status
140 * Bit 9 TOP_SXRA_EXPIRED
141 * Bit 8 TOP_MDIO_BUSY
142 * Bit 7 TOP_DTRB
143 * Bit 6 TOP_EXPIRED
144 * Bit 5 TOP_PAUSED
145 * Bit 4 TOP_PL4_ID_DOOL
146 * Bit 3 TOP_PL4_IS_DOOL
147 * Bit 2 TOP_PL4_ID_ROOL
148 * Bit 1 TOP_PL4_IS_ROOL
149 * Bit 0 TOP_PL4_OUT_ROOL
150 *----------------------------------------------------------------------------*/
151#define SUNI1x10GEXP_BITMSK_TOP_SXRA_EXPIRED 0x0200
152#define SUNI1x10GEXP_BITMSK_TOP_EXPIRED 0x0040
153#define SUNI1x10GEXP_BITMSK_TOP_PL4_ID_DOOL 0x0010
154#define SUNI1x10GEXP_BITMSK_TOP_PL4_IS_DOOL 0x0008
155#define SUNI1x10GEXP_BITMSK_TOP_PL4_ID_ROOL 0x0004
156#define SUNI1x10GEXP_BITMSK_TOP_PL4_IS_ROOL 0x0002
157#define SUNI1x10GEXP_BITMSK_TOP_PL4_OUT_ROOL 0x0001
158
159/*----------------------------------------------------------------------------
160 * Register 0x000E:PM3393 Global interrupt enable
161 * Bit 15 TOP_INTE
162 *----------------------------------------------------------------------------*/
163#define SUNI1x10GEXP_BITMSK_TOP_INTE 0x8000
164
165/*----------------------------------------------------------------------------
166 * Register 0x2040: RXXG Configuration 1
167 * Bit 15 RXXG_RXEN
168 * Bit 14 RXXG_ROCF
169 * Bit 13 RXXG_PAD_STRIP
170 * Bit 10 RXXG_PUREP
171 * Bit 9 RXXG_LONGP
172 * Bit 8 RXXG_PARF
173 * Bit 7 RXXG_FLCHK
174 * Bit 5 RXXG_PASS_CTRL
175 * Bit 3 RXXG_CRC_STRIP
176 * Bit 2-0 RXXG_MIFG
177 *----------------------------------------------------------------------------*/
178#define SUNI1x10GEXP_BITMSK_RXXG_RXEN 0x8000
179#define SUNI1x10GEXP_BITMSK_RXXG_PUREP 0x0400
180#define SUNI1x10GEXP_BITMSK_RXXG_FLCHK 0x0080
181#define SUNI1x10GEXP_BITMSK_RXXG_CRC_STRIP 0x0008
182
183/*----------------------------------------------------------------------------
184 * Register 0x2070: RXXG Address Filter Control 2
185 * Bit 1 RXXG_PMODE
186 * Bit 0 RXXG_MHASH_EN
187 *----------------------------------------------------------------------------*/
188#define SUNI1x10GEXP_BITMSK_RXXG_PMODE 0x0002
189#define SUNI1x10GEXP_BITMSK_RXXG_MHASH_EN 0x0001
190
191/*----------------------------------------------------------------------------
192 * Register 0x2100: MSTAT Control
193 * Bit 2 MSTAT_WRITE
194 * Bit 1 MSTAT_CLEAR
195 * Bit 0 MSTAT_SNAP
196 *----------------------------------------------------------------------------*/
197#define SUNI1x10GEXP_BITMSK_MSTAT_CLEAR 0x0002
198#define SUNI1x10GEXP_BITMSK_MSTAT_SNAP 0x0001
199
200/*----------------------------------------------------------------------------
201 * Register 0x3040: TXXG Configuration Register 1
202 * Bit 15 TXXG_TXEN0
203 * Bit 13 TXXG_HOSTPAUSE
204 * Bit 12-7 TXXG_IPGT
205 * Bit 5 TXXG_32BIT_ALIGN
206 * Bit 4 TXXG_CRCEN
207 * Bit 3 TXXG_FCTX
208 * Bit 2 TXXG_FCRX
209 * Bit 1 TXXG_PADEN
210 * Bit 0 TXXG_SPRE
211 *----------------------------------------------------------------------------*/
212#define SUNI1x10GEXP_BITMSK_TXXG_TXEN0 0x8000
213#define SUNI1x10GEXP_BITOFF_TXXG_IPGT 7
214#define SUNI1x10GEXP_BITMSK_TXXG_32BIT_ALIGN 0x0020
215#define SUNI1x10GEXP_BITMSK_TXXG_CRCEN 0x0010
216#define SUNI1x10GEXP_BITMSK_TXXG_FCTX 0x0008
217#define SUNI1x10GEXP_BITMSK_TXXG_FCRX 0x0004
218#define SUNI1x10GEXP_BITMSK_TXXG_PADEN 0x0002
219
220#endif /* _SUNI1x10GEXP_REGS_H */
221