sfc: Add support for sub-10G speeds
[safe/jmp/linux-2.6] / drivers / net / sfc / falcon_hwdefs.h
1 /****************************************************************************
2  * Driver for Solarflare Solarstorm network controllers and boards
3  * Copyright 2005-2006 Fen Systems Ltd.
4  * Copyright 2006-2008 Solarflare Communications Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License version 2 as published
8  * by the Free Software Foundation, incorporated herein by reference.
9  */
10
11 #ifndef EFX_FALCON_HWDEFS_H
12 #define EFX_FALCON_HWDEFS_H
13
14 /*
15  * Falcon hardware value definitions.
16  * Falcon is the internal codename for the SFC4000 controller that is
17  * present in SFE400X evaluation boards
18  */
19
20 /**************************************************************************
21  *
22  * Falcon registers
23  *
24  **************************************************************************
25  */
26
27 /* Address region register */
28 #define ADR_REGION_REG_KER      0x00
29 #define ADR_REGION0_LBN 0
30 #define ADR_REGION0_WIDTH       18
31 #define ADR_REGION1_LBN 32
32 #define ADR_REGION1_WIDTH       18
33 #define ADR_REGION2_LBN 64
34 #define ADR_REGION2_WIDTH       18
35 #define ADR_REGION3_LBN 96
36 #define ADR_REGION3_WIDTH       18
37
38 /* Interrupt enable register */
39 #define INT_EN_REG_KER 0x0010
40 #define KER_INT_KER_LBN 3
41 #define KER_INT_KER_WIDTH 1
42 #define DRV_INT_EN_KER_LBN 0
43 #define DRV_INT_EN_KER_WIDTH 1
44
45 /* Interrupt status address register */
46 #define INT_ADR_REG_KER 0x0030
47 #define NORM_INT_VEC_DIS_KER_LBN 64
48 #define NORM_INT_VEC_DIS_KER_WIDTH 1
49 #define INT_ADR_KER_LBN 0
50 #define INT_ADR_KER_WIDTH EFX_DMA_TYPE_WIDTH(64) /* not 46 for this one */
51
52 /* Interrupt status register (B0 only) */
53 #define INT_ISR0_B0 0x90
54 #define INT_ISR1_B0 0xA0
55
56 /* Interrupt acknowledge register (A0/A1 only) */
57 #define INT_ACK_REG_KER_A1 0x0050
58 #define INT_ACK_DUMMY_DATA_LBN 0
59 #define INT_ACK_DUMMY_DATA_WIDTH 32
60
61 /* Interrupt acknowledge work-around register (A0/A1 only )*/
62 #define WORK_AROUND_BROKEN_PCI_READS_REG_KER_A1 0x0070
63
64 /* SPI host command register */
65 #define EE_SPI_HCMD_REG_KER 0x0100
66 #define EE_SPI_HCMD_CMD_EN_LBN 31
67 #define EE_SPI_HCMD_CMD_EN_WIDTH 1
68 #define EE_WR_TIMER_ACTIVE_LBN 28
69 #define EE_WR_TIMER_ACTIVE_WIDTH 1
70 #define EE_SPI_HCMD_SF_SEL_LBN 24
71 #define EE_SPI_HCMD_SF_SEL_WIDTH 1
72 #define EE_SPI_EEPROM 0
73 #define EE_SPI_FLASH 1
74 #define EE_SPI_HCMD_DABCNT_LBN 16
75 #define EE_SPI_HCMD_DABCNT_WIDTH 5
76 #define EE_SPI_HCMD_READ_LBN 15
77 #define EE_SPI_HCMD_READ_WIDTH 1
78 #define EE_SPI_READ 1
79 #define EE_SPI_WRITE 0
80 #define EE_SPI_HCMD_DUBCNT_LBN 12
81 #define EE_SPI_HCMD_DUBCNT_WIDTH 2
82 #define EE_SPI_HCMD_ADBCNT_LBN 8
83 #define EE_SPI_HCMD_ADBCNT_WIDTH 2
84 #define EE_SPI_HCMD_ENC_LBN 0
85 #define EE_SPI_HCMD_ENC_WIDTH 8
86
87 /* SPI host address register */
88 #define EE_SPI_HADR_REG_KER 0x0110
89 #define EE_SPI_HADR_ADR_LBN 0
90 #define EE_SPI_HADR_ADR_WIDTH 24
91
92 /* SPI host data register */
93 #define EE_SPI_HDATA_REG_KER 0x0120
94
95 /* SPI/VPD config register */
96 #define EE_VPD_CFG_REG_KER 0x0140
97 #define EE_VPD_EN_LBN 0
98 #define EE_VPD_EN_WIDTH 1
99 #define EE_VPD_EN_AD9_MODE_LBN 1
100 #define EE_VPD_EN_AD9_MODE_WIDTH 1
101 #define EE_EE_CLOCK_DIV_LBN 112
102 #define EE_EE_CLOCK_DIV_WIDTH 7
103 #define EE_SF_CLOCK_DIV_LBN 120
104 #define EE_SF_CLOCK_DIV_WIDTH 7
105
106 /* PCIE CORE ACCESS REG */
107 #define PCIE_CORE_ADDR_PCIE_DEVICE_CTRL_STAT 0x68
108 #define PCIE_CORE_ADDR_PCIE_LINK_CTRL_STAT 0x70
109 #define PCIE_CORE_ADDR_ACK_RPL_TIMER 0x700
110 #define PCIE_CORE_ADDR_ACK_FREQ 0x70C
111
112 /* NIC status register */
113 #define NIC_STAT_REG 0x0200
114 #define EE_STRAP_EN_LBN 31
115 #define EE_STRAP_EN_WIDTH 1
116 #define EE_STRAP_OVR_LBN 24
117 #define EE_STRAP_OVR_WIDTH 4
118 #define ONCHIP_SRAM_LBN 16
119 #define ONCHIP_SRAM_WIDTH 1
120 #define SF_PRST_LBN 9
121 #define SF_PRST_WIDTH 1
122 #define EE_PRST_LBN 8
123 #define EE_PRST_WIDTH 1
124 #define STRAP_PINS_LBN 0
125 #define STRAP_PINS_WIDTH 3
126 /* These bit definitions are extrapolated from the list of numerical
127  * values for STRAP_PINS.
128  */
129 #define STRAP_10G_LBN 2
130 #define STRAP_10G_WIDTH 1
131 #define STRAP_PCIE_LBN 0
132 #define STRAP_PCIE_WIDTH 1
133
134 #define BOOTED_USING_NVDEVICE_LBN 3
135 #define BOOTED_USING_NVDEVICE_WIDTH 1
136
137 /* GPIO control register */
138 #define GPIO_CTL_REG_KER 0x0210
139 #define GPIO_OUTPUTS_LBN   (16)
140 #define GPIO_OUTPUTS_WIDTH (4)
141 #define GPIO_INPUTS_LBN (8)
142 #define GPIO_DIRECTION_LBN (24)
143 #define GPIO_DIRECTION_WIDTH (4)
144 #define GPIO_DIRECTION_OUT (1)
145 #define GPIO_SRAM_SLEEP (1 << 1)
146
147 #define GPIO3_OEN_LBN (GPIO_DIRECTION_LBN + 3)
148 #define GPIO3_OEN_WIDTH 1
149 #define GPIO2_OEN_LBN (GPIO_DIRECTION_LBN + 2)
150 #define GPIO2_OEN_WIDTH 1
151 #define GPIO1_OEN_LBN (GPIO_DIRECTION_LBN + 1)
152 #define GPIO1_OEN_WIDTH 1
153 #define GPIO0_OEN_LBN (GPIO_DIRECTION_LBN + 0)
154 #define GPIO0_OEN_WIDTH 1
155
156 #define GPIO3_OUT_LBN (GPIO_OUTPUTS_LBN + 3)
157 #define GPIO3_OUT_WIDTH 1
158 #define GPIO2_OUT_LBN (GPIO_OUTPUTS_LBN + 2)
159 #define GPIO2_OUT_WIDTH 1
160 #define GPIO1_OUT_LBN (GPIO_OUTPUTS_LBN + 1)
161 #define GPIO1_OUT_WIDTH 1
162 #define GPIO0_OUT_LBN (GPIO_OUTPUTS_LBN + 0)
163 #define GPIO0_OUT_WIDTH 1
164
165 #define GPIO3_IN_LBN (GPIO_INPUTS_LBN + 3)
166 #define GPIO3_IN_WIDTH 1
167 #define GPIO2_IN_WIDTH 1
168 #define GPIO1_IN_WIDTH 1
169 #define GPIO0_IN_LBN (GPIO_INPUTS_LBN + 0)
170 #define GPIO0_IN_WIDTH 1
171
172 /* Global control register */
173 #define GLB_CTL_REG_KER 0x0220
174 #define EXT_PHY_RST_CTL_LBN 63
175 #define EXT_PHY_RST_CTL_WIDTH 1
176 #define PCIE_SD_RST_CTL_LBN 61
177 #define PCIE_SD_RST_CTL_WIDTH 1
178
179 #define PCIE_NSTCK_RST_CTL_LBN 58
180 #define PCIE_NSTCK_RST_CTL_WIDTH 1
181 #define PCIE_CORE_RST_CTL_LBN 57
182 #define PCIE_CORE_RST_CTL_WIDTH 1
183 #define EE_RST_CTL_LBN 49
184 #define EE_RST_CTL_WIDTH 1
185 #define RST_XGRX_LBN 24
186 #define RST_XGRX_WIDTH 1
187 #define RST_XGTX_LBN 23
188 #define RST_XGTX_WIDTH 1
189 #define RST_EM_LBN 22
190 #define RST_EM_WIDTH 1
191 #define EXT_PHY_RST_DUR_LBN 1
192 #define EXT_PHY_RST_DUR_WIDTH 3
193 #define SWRST_LBN 0
194 #define SWRST_WIDTH 1
195 #define INCLUDE_IN_RESET 0
196 #define EXCLUDE_FROM_RESET 1
197
198 /* Fatal interrupt register */
199 #define FATAL_INTR_REG_KER 0x0230
200 #define RBUF_OWN_INT_KER_EN_LBN 39
201 #define RBUF_OWN_INT_KER_EN_WIDTH 1
202 #define TBUF_OWN_INT_KER_EN_LBN 38
203 #define TBUF_OWN_INT_KER_EN_WIDTH 1
204 #define ILL_ADR_INT_KER_EN_LBN 33
205 #define ILL_ADR_INT_KER_EN_WIDTH 1
206 #define MEM_PERR_INT_KER_LBN 8
207 #define MEM_PERR_INT_KER_WIDTH 1
208 #define INT_KER_ERROR_LBN 0
209 #define INT_KER_ERROR_WIDTH 12
210
211 #define DP_CTRL_REG 0x250
212 #define FLS_EVQ_ID_LBN 0
213 #define FLS_EVQ_ID_WIDTH 11
214
215 #define MEM_STAT_REG_KER 0x260
216
217 /* Debug probe register */
218 #define DEBUG_BLK_SEL_MISC 7
219 #define DEBUG_BLK_SEL_SERDES 6
220 #define DEBUG_BLK_SEL_EM 5
221 #define DEBUG_BLK_SEL_SR 4
222 #define DEBUG_BLK_SEL_EV 3
223 #define DEBUG_BLK_SEL_RX 2
224 #define DEBUG_BLK_SEL_TX 1
225 #define DEBUG_BLK_SEL_BIU 0
226
227 /* FPGA build version */
228 #define ALTERA_BUILD_REG_KER 0x0300
229 #define VER_ALL_LBN 0
230 #define VER_ALL_WIDTH 32
231
232 /* Spare EEPROM bits register (flash 0x390) */
233 #define SPARE_REG_KER 0x310
234 #define MEM_PERR_EN_TX_DATA_LBN 72
235 #define MEM_PERR_EN_TX_DATA_WIDTH 2
236
237 /* Timer table for kernel access */
238 #define TIMER_CMD_REG_KER 0x420
239 #define TIMER_MODE_LBN 12
240 #define TIMER_MODE_WIDTH 2
241 #define TIMER_MODE_DIS 0
242 #define TIMER_MODE_INT_HLDOFF 2
243 #define TIMER_VAL_LBN 0
244 #define TIMER_VAL_WIDTH 12
245
246 /* Driver generated event register */
247 #define DRV_EV_REG_KER 0x440
248 #define DRV_EV_QID_LBN 64
249 #define DRV_EV_QID_WIDTH 12
250 #define DRV_EV_DATA_LBN 0
251 #define DRV_EV_DATA_WIDTH 64
252
253 /* Buffer table configuration register */
254 #define BUF_TBL_CFG_REG_KER 0x600
255 #define BUF_TBL_MODE_LBN 3
256 #define BUF_TBL_MODE_WIDTH 1
257 #define BUF_TBL_MODE_HALF 0
258 #define BUF_TBL_MODE_FULL 1
259
260 /* SRAM receive descriptor cache configuration register */
261 #define SRM_RX_DC_CFG_REG_KER 0x610
262 #define SRM_RX_DC_BASE_ADR_LBN 0
263 #define SRM_RX_DC_BASE_ADR_WIDTH 21
264
265 /* SRAM transmit descriptor cache configuration register */
266 #define SRM_TX_DC_CFG_REG_KER 0x620
267 #define SRM_TX_DC_BASE_ADR_LBN 0
268 #define SRM_TX_DC_BASE_ADR_WIDTH 21
269
270 /* SRAM configuration register */
271 #define SRM_CFG_REG_KER 0x630
272 #define SRAM_OOB_BT_INIT_EN_LBN 3
273 #define SRAM_OOB_BT_INIT_EN_WIDTH 1
274 #define SRM_NUM_BANKS_AND_BANK_SIZE_LBN 0
275 #define SRM_NUM_BANKS_AND_BANK_SIZE_WIDTH 3
276 #define SRM_NB_BSZ_1BANKS_2M 0
277 #define SRM_NB_BSZ_1BANKS_4M 1
278 #define SRM_NB_BSZ_1BANKS_8M 2
279 #define SRM_NB_BSZ_DEFAULT 3 /* char driver will set the default */
280 #define SRM_NB_BSZ_2BANKS_4M 4
281 #define SRM_NB_BSZ_2BANKS_8M 5
282 #define SRM_NB_BSZ_2BANKS_16M 6
283 #define SRM_NB_BSZ_RESERVED 7
284
285 /* Special buffer table update register */
286 #define BUF_TBL_UPD_REG_KER 0x0650
287 #define BUF_UPD_CMD_LBN 63
288 #define BUF_UPD_CMD_WIDTH 1
289 #define BUF_CLR_CMD_LBN 62
290 #define BUF_CLR_CMD_WIDTH 1
291 #define BUF_CLR_END_ID_LBN 32
292 #define BUF_CLR_END_ID_WIDTH 20
293 #define BUF_CLR_START_ID_LBN 0
294 #define BUF_CLR_START_ID_WIDTH 20
295
296 /* Receive configuration register */
297 #define RX_CFG_REG_KER 0x800
298
299 /* B0 */
300 #define RX_INGR_EN_B0_LBN 47
301 #define RX_INGR_EN_B0_WIDTH 1
302 #define RX_DESC_PUSH_EN_B0_LBN 43
303 #define RX_DESC_PUSH_EN_B0_WIDTH 1
304 #define RX_XON_TX_TH_B0_LBN 33
305 #define RX_XON_TX_TH_B0_WIDTH 5
306 #define RX_XOFF_TX_TH_B0_LBN 28
307 #define RX_XOFF_TX_TH_B0_WIDTH 5
308 #define RX_USR_BUF_SIZE_B0_LBN 19
309 #define RX_USR_BUF_SIZE_B0_WIDTH 9
310 #define RX_XON_MAC_TH_B0_LBN 10
311 #define RX_XON_MAC_TH_B0_WIDTH 9
312 #define RX_XOFF_MAC_TH_B0_LBN 1
313 #define RX_XOFF_MAC_TH_B0_WIDTH 9
314 #define RX_XOFF_MAC_EN_B0_LBN 0
315 #define RX_XOFF_MAC_EN_B0_WIDTH 1
316
317 /* A1 */
318 #define RX_DESC_PUSH_EN_A1_LBN 35
319 #define RX_DESC_PUSH_EN_A1_WIDTH 1
320 #define RX_XON_TX_TH_A1_LBN 25
321 #define RX_XON_TX_TH_A1_WIDTH 5
322 #define RX_XOFF_TX_TH_A1_LBN 20
323 #define RX_XOFF_TX_TH_A1_WIDTH 5
324 #define RX_USR_BUF_SIZE_A1_LBN 11
325 #define RX_USR_BUF_SIZE_A1_WIDTH 9
326 #define RX_XON_MAC_TH_A1_LBN 6
327 #define RX_XON_MAC_TH_A1_WIDTH 5
328 #define RX_XOFF_MAC_TH_A1_LBN 1
329 #define RX_XOFF_MAC_TH_A1_WIDTH 5
330 #define RX_XOFF_MAC_EN_A1_LBN 0
331 #define RX_XOFF_MAC_EN_A1_WIDTH 1
332
333 /* Receive filter control register */
334 #define RX_FILTER_CTL_REG 0x810
335 #define UDP_FULL_SRCH_LIMIT_LBN 32
336 #define UDP_FULL_SRCH_LIMIT_WIDTH 8
337 #define NUM_KER_LBN 24
338 #define NUM_KER_WIDTH 2
339 #define UDP_WILD_SRCH_LIMIT_LBN 16
340 #define UDP_WILD_SRCH_LIMIT_WIDTH 8
341 #define TCP_WILD_SRCH_LIMIT_LBN 8
342 #define TCP_WILD_SRCH_LIMIT_WIDTH 8
343 #define TCP_FULL_SRCH_LIMIT_LBN 0
344 #define TCP_FULL_SRCH_LIMIT_WIDTH 8
345
346 /* RX queue flush register */
347 #define RX_FLUSH_DESCQ_REG_KER 0x0820
348 #define RX_FLUSH_DESCQ_CMD_LBN 24
349 #define RX_FLUSH_DESCQ_CMD_WIDTH 1
350 #define RX_FLUSH_DESCQ_LBN 0
351 #define RX_FLUSH_DESCQ_WIDTH 12
352
353 /* Receive descriptor update register */
354 #define RX_DESC_UPD_REG_KER_DWORD (0x830 + 12)
355 #define RX_DESC_WPTR_DWORD_LBN 0
356 #define RX_DESC_WPTR_DWORD_WIDTH 12
357
358 /* Receive descriptor cache configuration register */
359 #define RX_DC_CFG_REG_KER 0x840
360 #define RX_DC_SIZE_LBN 0
361 #define RX_DC_SIZE_WIDTH 2
362
363 #define RX_DC_PF_WM_REG_KER 0x850
364 #define RX_DC_PF_LWM_LBN 0
365 #define RX_DC_PF_LWM_WIDTH 6
366
367 /* RX no descriptor drop counter */
368 #define RX_NODESC_DROP_REG_KER 0x880
369 #define RX_NODESC_DROP_CNT_LBN 0
370 #define RX_NODESC_DROP_CNT_WIDTH 16
371
372 /* RX black magic register */
373 #define RX_SELF_RST_REG_KER 0x890
374 #define RX_ISCSI_DIS_LBN 17
375 #define RX_ISCSI_DIS_WIDTH 1
376 #define RX_NODESC_WAIT_DIS_LBN 9
377 #define RX_NODESC_WAIT_DIS_WIDTH 1
378 #define RX_RECOVERY_EN_LBN 8
379 #define RX_RECOVERY_EN_WIDTH 1
380
381 /* TX queue flush register */
382 #define TX_FLUSH_DESCQ_REG_KER 0x0a00
383 #define TX_FLUSH_DESCQ_CMD_LBN 12
384 #define TX_FLUSH_DESCQ_CMD_WIDTH 1
385 #define TX_FLUSH_DESCQ_LBN 0
386 #define TX_FLUSH_DESCQ_WIDTH 12
387
388 /* Transmit descriptor update register */
389 #define TX_DESC_UPD_REG_KER_DWORD (0xa10 + 12)
390 #define TX_DESC_WPTR_DWORD_LBN 0
391 #define TX_DESC_WPTR_DWORD_WIDTH 12
392
393 /* Transmit descriptor cache configuration register */
394 #define TX_DC_CFG_REG_KER 0xa20
395 #define TX_DC_SIZE_LBN 0
396 #define TX_DC_SIZE_WIDTH 2
397
398 /* Transmit checksum configuration register (A0/A1 only) */
399 #define TX_CHKSM_CFG_REG_KER_A1 0xa30
400
401 /* Transmit configuration register */
402 #define TX_CFG_REG_KER 0xa50
403 #define TX_NO_EOP_DISC_EN_LBN 5
404 #define TX_NO_EOP_DISC_EN_WIDTH 1
405
406 /* Transmit configuration register 2 */
407 #define TX_CFG2_REG_KER 0xa80
408 #define TX_CSR_PUSH_EN_LBN 89
409 #define TX_CSR_PUSH_EN_WIDTH 1
410 #define TX_RX_SPACER_LBN 64
411 #define TX_RX_SPACER_WIDTH 8
412 #define TX_SW_EV_EN_LBN 59
413 #define TX_SW_EV_EN_WIDTH 1
414 #define TX_RX_SPACER_EN_LBN 57
415 #define TX_RX_SPACER_EN_WIDTH 1
416 #define TX_PREF_THRESHOLD_LBN 19
417 #define TX_PREF_THRESHOLD_WIDTH 2
418 #define TX_ONE_PKT_PER_Q_LBN 18
419 #define TX_ONE_PKT_PER_Q_WIDTH 1
420 #define TX_DIS_NON_IP_EV_LBN 17
421 #define TX_DIS_NON_IP_EV_WIDTH 1
422 #define TX_FLUSH_MIN_LEN_EN_B0_LBN 7
423 #define TX_FLUSH_MIN_LEN_EN_B0_WIDTH 1
424
425 /* PHY management transmit data register */
426 #define MD_TXD_REG_KER 0xc00
427 #define MD_TXD_LBN 0
428 #define MD_TXD_WIDTH 16
429
430 /* PHY management receive data register */
431 #define MD_RXD_REG_KER 0xc10
432 #define MD_RXD_LBN 0
433 #define MD_RXD_WIDTH 16
434
435 /* PHY management configuration & status register */
436 #define MD_CS_REG_KER 0xc20
437 #define MD_GC_LBN 4
438 #define MD_GC_WIDTH 1
439 #define MD_RIC_LBN 2
440 #define MD_RIC_WIDTH 1
441 #define MD_RDC_LBN 1
442 #define MD_RDC_WIDTH 1
443 #define MD_WRC_LBN 0
444 #define MD_WRC_WIDTH 1
445
446 /* PHY management PHY address register */
447 #define MD_PHY_ADR_REG_KER 0xc30
448 #define MD_PHY_ADR_LBN 0
449 #define MD_PHY_ADR_WIDTH 16
450
451 /* PHY management ID register */
452 #define MD_ID_REG_KER 0xc40
453 #define MD_PRT_ADR_LBN 11
454 #define MD_PRT_ADR_WIDTH 5
455 #define MD_DEV_ADR_LBN 6
456 #define MD_DEV_ADR_WIDTH 5
457 /* Used for writing both at once */
458 #define MD_PRT_DEV_ADR_LBN 6
459 #define MD_PRT_DEV_ADR_WIDTH 10
460
461 /* PHY management status & mask register (DWORD read only) */
462 #define MD_STAT_REG_KER 0xc50
463 #define MD_BSERR_LBN 2
464 #define MD_BSERR_WIDTH 1
465 #define MD_LNFL_LBN 1
466 #define MD_LNFL_WIDTH 1
467 #define MD_BSY_LBN 0
468 #define MD_BSY_WIDTH 1
469
470 /* Port 0 and 1 MAC stats registers */
471 #define MAC0_STAT_DMA_REG_KER 0xc60
472 #define MAC_STAT_DMA_CMD_LBN 48
473 #define MAC_STAT_DMA_CMD_WIDTH 1
474 #define MAC_STAT_DMA_ADR_LBN 0
475 #define MAC_STAT_DMA_ADR_WIDTH EFX_DMA_TYPE_WIDTH(46)
476
477 /* Port 0 and 1 MAC control registers */
478 #define MAC0_CTRL_REG_KER 0xc80
479 #define MAC_XOFF_VAL_LBN 16
480 #define MAC_XOFF_VAL_WIDTH 16
481 #define TXFIFO_DRAIN_EN_B0_LBN 7
482 #define TXFIFO_DRAIN_EN_B0_WIDTH 1
483 #define MAC_BCAD_ACPT_LBN 4
484 #define MAC_BCAD_ACPT_WIDTH 1
485 #define MAC_UC_PROM_LBN 3
486 #define MAC_UC_PROM_WIDTH 1
487 #define MAC_LINK_STATUS_LBN 2
488 #define MAC_LINK_STATUS_WIDTH 1
489 #define MAC_SPEED_LBN 0
490 #define MAC_SPEED_WIDTH 2
491
492 /* 10G XAUI XGXS default values */
493 #define XX_TXDRV_DEQ_DEFAULT 0xe /* deq=.6 */
494 #define XX_TXDRV_DTX_DEFAULT 0x5 /* 1.25 */
495 #define XX_SD_CTL_DRV_DEFAULT 0  /* 20mA */
496
497 /* Multicast address hash table */
498 #define MAC_MCAST_HASH_REG0_KER 0xca0
499 #define MAC_MCAST_HASH_REG1_KER 0xcb0
500
501 /* GMAC configuration register 1 */
502 #define GM_CFG1_REG 0xe00
503 #define GM_SW_RST_LBN 31
504 #define GM_SW_RST_WIDTH 1
505 #define GM_LOOP_LBN 8
506 #define GM_LOOP_WIDTH 1
507 #define GM_RX_FC_EN_LBN 5
508 #define GM_RX_FC_EN_WIDTH 1
509 #define GM_TX_FC_EN_LBN 4
510 #define GM_TX_FC_EN_WIDTH 1
511 #define GM_RX_EN_LBN 2
512 #define GM_RX_EN_WIDTH 1
513 #define GM_TX_EN_LBN 0
514 #define GM_TX_EN_WIDTH 1
515
516 /* GMAC configuration register 2 */
517 #define GM_CFG2_REG 0xe10
518 #define GM_PAMBL_LEN_LBN 12
519 #define GM_PAMBL_LEN_WIDTH 4
520 #define GM_IF_MODE_LBN 8
521 #define GM_IF_MODE_WIDTH 2
522 #define GM_LEN_CHK_LBN 4
523 #define GM_LEN_CHK_WIDTH 1
524 #define GM_PAD_CRC_EN_LBN 2
525 #define GM_PAD_CRC_EN_WIDTH 1
526 #define GM_FD_LBN 0
527 #define GM_FD_WIDTH 1
528
529 /* GMAC maximum frame length register */
530 #define GM_MAX_FLEN_REG 0xe40
531 #define GM_MAX_FLEN_LBN 0
532 #define GM_MAX_FLEN_WIDTH 16
533
534 /* GMAC station address register 1 */
535 #define GM_ADR1_REG 0xf00
536 #define GM_HWADDR_5_LBN 24
537 #define GM_HWADDR_5_WIDTH 8
538 #define GM_HWADDR_4_LBN 16
539 #define GM_HWADDR_4_WIDTH 8
540 #define GM_HWADDR_3_LBN 8
541 #define GM_HWADDR_3_WIDTH 8
542 #define GM_HWADDR_2_LBN 0
543 #define GM_HWADDR_2_WIDTH 8
544
545 /* GMAC station address register 2 */
546 #define GM_ADR2_REG 0xf10
547 #define GM_HWADDR_1_LBN 24
548 #define GM_HWADDR_1_WIDTH 8
549 #define GM_HWADDR_0_LBN 16
550 #define GM_HWADDR_0_WIDTH 8
551
552 /* GMAC FIFO configuration register 0 */
553 #define GMF_CFG0_REG 0xf20
554 #define GMF_FTFENREQ_LBN 12
555 #define GMF_FTFENREQ_WIDTH 1
556 #define GMF_STFENREQ_LBN 11
557 #define GMF_STFENREQ_WIDTH 1
558 #define GMF_FRFENREQ_LBN 10
559 #define GMF_FRFENREQ_WIDTH 1
560 #define GMF_SRFENREQ_LBN 9
561 #define GMF_SRFENREQ_WIDTH 1
562 #define GMF_WTMENREQ_LBN 8
563 #define GMF_WTMENREQ_WIDTH 1
564
565 /* GMAC FIFO configuration register 1 */
566 #define GMF_CFG1_REG 0xf30
567 #define GMF_CFGFRTH_LBN 16
568 #define GMF_CFGFRTH_WIDTH 5
569 #define GMF_CFGXOFFRTX_LBN 0
570 #define GMF_CFGXOFFRTX_WIDTH 16
571
572 /* GMAC FIFO configuration register 2 */
573 #define GMF_CFG2_REG 0xf40
574 #define GMF_CFGHWM_LBN 16
575 #define GMF_CFGHWM_WIDTH 6
576 #define GMF_CFGLWM_LBN 0
577 #define GMF_CFGLWM_WIDTH 6
578
579 /* GMAC FIFO configuration register 3 */
580 #define GMF_CFG3_REG 0xf50
581 #define GMF_CFGHWMFT_LBN 16
582 #define GMF_CFGHWMFT_WIDTH 6
583 #define GMF_CFGFTTH_LBN 0
584 #define GMF_CFGFTTH_WIDTH 6
585
586 /* GMAC FIFO configuration register 4 */
587 #define GMF_CFG4_REG 0xf60
588 #define GMF_HSTFLTRFRM_PAUSE_LBN 12
589 #define GMF_HSTFLTRFRM_PAUSE_WIDTH 12
590
591 /* GMAC FIFO configuration register 5 */
592 #define GMF_CFG5_REG 0xf70
593 #define GMF_CFGHDPLX_LBN 22
594 #define GMF_CFGHDPLX_WIDTH 1
595 #define GMF_CFGBYTMODE_LBN 19
596 #define GMF_CFGBYTMODE_WIDTH 1
597 #define GMF_HSTDRPLT64_LBN 18
598 #define GMF_HSTDRPLT64_WIDTH 1
599 #define GMF_HSTFLTRFRMDC_PAUSE_LBN 12
600 #define GMF_HSTFLTRFRMDC_PAUSE_WIDTH 1
601
602 /* XGMAC address register low */
603 #define XM_ADR_LO_REG 0x1200
604 #define XM_ADR_3_LBN 24
605 #define XM_ADR_3_WIDTH 8
606 #define XM_ADR_2_LBN 16
607 #define XM_ADR_2_WIDTH 8
608 #define XM_ADR_1_LBN 8
609 #define XM_ADR_1_WIDTH 8
610 #define XM_ADR_0_LBN 0
611 #define XM_ADR_0_WIDTH 8
612
613 /* XGMAC address register high */
614 #define XM_ADR_HI_REG 0x1210
615 #define XM_ADR_5_LBN 8
616 #define XM_ADR_5_WIDTH 8
617 #define XM_ADR_4_LBN 0
618 #define XM_ADR_4_WIDTH 8
619
620 /* XGMAC global configuration */
621 #define XM_GLB_CFG_REG 0x1220
622 #define XM_RX_STAT_EN_LBN 11
623 #define XM_RX_STAT_EN_WIDTH 1
624 #define XM_TX_STAT_EN_LBN 10
625 #define XM_TX_STAT_EN_WIDTH 1
626 #define XM_RX_JUMBO_MODE_LBN 6
627 #define XM_RX_JUMBO_MODE_WIDTH 1
628 #define XM_INTCLR_MODE_LBN 3
629 #define XM_INTCLR_MODE_WIDTH 1
630 #define XM_CORE_RST_LBN 0
631 #define XM_CORE_RST_WIDTH 1
632
633 /* XGMAC transmit configuration */
634 #define XM_TX_CFG_REG 0x1230
635 #define XM_IPG_LBN 16
636 #define XM_IPG_WIDTH 4
637 #define XM_FCNTL_LBN 10
638 #define XM_FCNTL_WIDTH 1
639 #define XM_TXCRC_LBN 8
640 #define XM_TXCRC_WIDTH 1
641 #define XM_AUTO_PAD_LBN 5
642 #define XM_AUTO_PAD_WIDTH 1
643 #define XM_TX_PRMBL_LBN 2
644 #define XM_TX_PRMBL_WIDTH 1
645 #define XM_TXEN_LBN 1
646 #define XM_TXEN_WIDTH 1
647
648 /* XGMAC receive configuration */
649 #define XM_RX_CFG_REG 0x1240
650 #define XM_PASS_CRC_ERR_LBN 25
651 #define XM_PASS_CRC_ERR_WIDTH 1
652 #define XM_ACPT_ALL_MCAST_LBN 11
653 #define XM_ACPT_ALL_MCAST_WIDTH 1
654 #define XM_ACPT_ALL_UCAST_LBN 9
655 #define XM_ACPT_ALL_UCAST_WIDTH 1
656 #define XM_AUTO_DEPAD_LBN 8
657 #define XM_AUTO_DEPAD_WIDTH 1
658 #define XM_RXEN_LBN 1
659 #define XM_RXEN_WIDTH 1
660
661 /* XGMAC management interrupt mask register */
662 #define XM_MGT_INT_MSK_REG_B0 0x1250
663 #define XM_MSK_PRMBLE_ERR_LBN 2
664 #define XM_MSK_PRMBLE_ERR_WIDTH 1
665 #define XM_MSK_RMTFLT_LBN 1
666 #define XM_MSK_RMTFLT_WIDTH 1
667 #define XM_MSK_LCLFLT_LBN 0
668 #define XM_MSK_LCLFLT_WIDTH 1
669
670 /* XGMAC flow control register */
671 #define XM_FC_REG 0x1270
672 #define XM_PAUSE_TIME_LBN 16
673 #define XM_PAUSE_TIME_WIDTH 16
674 #define XM_DIS_FCNTL_LBN 0
675 #define XM_DIS_FCNTL_WIDTH 1
676
677 /* XGMAC pause time count register */
678 #define XM_PAUSE_TIME_REG 0x1290
679
680 /* XGMAC transmit parameter register */
681 #define XM_TX_PARAM_REG 0x012d0
682 #define XM_TX_JUMBO_MODE_LBN 31
683 #define XM_TX_JUMBO_MODE_WIDTH 1
684 #define XM_MAX_TX_FRM_SIZE_LBN 16
685 #define XM_MAX_TX_FRM_SIZE_WIDTH 14
686
687 /* XGMAC receive parameter register */
688 #define XM_RX_PARAM_REG 0x12e0
689 #define XM_MAX_RX_FRM_SIZE_LBN 0
690 #define XM_MAX_RX_FRM_SIZE_WIDTH 14
691
692 /* XGMAC management interrupt status register */
693 #define XM_MGT_INT_REG_B0 0x12f0
694 #define XM_PRMBLE_ERR 2
695 #define XM_PRMBLE_WIDTH 1
696 #define XM_RMTFLT_LBN 1
697 #define XM_RMTFLT_WIDTH 1
698 #define XM_LCLFLT_LBN 0
699 #define XM_LCLFLT_WIDTH 1
700
701 /* XGXS/XAUI powerdown/reset register */
702 #define XX_PWR_RST_REG 0x1300
703
704 #define XX_PWRDND_EN_LBN 15
705 #define XX_PWRDND_EN_WIDTH 1
706 #define XX_PWRDNC_EN_LBN 14
707 #define XX_PWRDNC_EN_WIDTH 1
708 #define XX_PWRDNB_EN_LBN 13
709 #define XX_PWRDNB_EN_WIDTH 1
710 #define XX_PWRDNA_EN_LBN 12
711 #define XX_PWRDNA_EN_WIDTH 1
712 #define XX_RSTPLLCD_EN_LBN 9
713 #define XX_RSTPLLCD_EN_WIDTH 1
714 #define XX_RSTPLLAB_EN_LBN 8
715 #define XX_RSTPLLAB_EN_WIDTH 1
716 #define XX_RESETD_EN_LBN 7
717 #define XX_RESETD_EN_WIDTH 1
718 #define XX_RESETC_EN_LBN 6
719 #define XX_RESETC_EN_WIDTH 1
720 #define XX_RESETB_EN_LBN 5
721 #define XX_RESETB_EN_WIDTH 1
722 #define XX_RESETA_EN_LBN 4
723 #define XX_RESETA_EN_WIDTH 1
724 #define XX_RSTXGXSRX_EN_LBN 2
725 #define XX_RSTXGXSRX_EN_WIDTH 1
726 #define XX_RSTXGXSTX_EN_LBN 1
727 #define XX_RSTXGXSTX_EN_WIDTH 1
728 #define XX_RST_XX_EN_LBN 0
729 #define XX_RST_XX_EN_WIDTH 1
730
731 /* XGXS/XAUI powerdown/reset control register */
732 #define XX_SD_CTL_REG 0x1310
733 #define XX_HIDRVD_LBN 15
734 #define XX_HIDRVD_WIDTH 1
735 #define XX_LODRVD_LBN 14
736 #define XX_LODRVD_WIDTH 1
737 #define XX_HIDRVC_LBN 13
738 #define XX_HIDRVC_WIDTH 1
739 #define XX_LODRVC_LBN 12
740 #define XX_LODRVC_WIDTH 1
741 #define XX_HIDRVB_LBN 11
742 #define XX_HIDRVB_WIDTH 1
743 #define XX_LODRVB_LBN 10
744 #define XX_LODRVB_WIDTH 1
745 #define XX_HIDRVA_LBN 9
746 #define XX_HIDRVA_WIDTH 1
747 #define XX_LODRVA_LBN 8
748 #define XX_LODRVA_WIDTH 1
749 #define XX_LPBKD_LBN 3
750 #define XX_LPBKD_WIDTH 1
751 #define XX_LPBKC_LBN 2
752 #define XX_LPBKC_WIDTH 1
753 #define XX_LPBKB_LBN 1
754 #define XX_LPBKB_WIDTH 1
755 #define XX_LPBKA_LBN 0
756 #define XX_LPBKA_WIDTH 1
757
758 #define XX_TXDRV_CTL_REG 0x1320
759 #define XX_DEQD_LBN 28
760 #define XX_DEQD_WIDTH 4
761 #define XX_DEQC_LBN 24
762 #define XX_DEQC_WIDTH 4
763 #define XX_DEQB_LBN 20
764 #define XX_DEQB_WIDTH 4
765 #define XX_DEQA_LBN 16
766 #define XX_DEQA_WIDTH 4
767 #define XX_DTXD_LBN 12
768 #define XX_DTXD_WIDTH 4
769 #define XX_DTXC_LBN 8
770 #define XX_DTXC_WIDTH 4
771 #define XX_DTXB_LBN 4
772 #define XX_DTXB_WIDTH 4
773 #define XX_DTXA_LBN 0
774 #define XX_DTXA_WIDTH 4
775
776 /* XAUI XGXS core status register */
777 #define XX_CORE_STAT_REG 0x1360
778 #define XX_FORCE_SIG_LBN 24
779 #define XX_FORCE_SIG_WIDTH 8
780 #define XX_FORCE_SIG_DECODE_FORCED 0xff
781 #define XX_XGXS_LB_EN_LBN 23
782 #define XX_XGXS_LB_EN_WIDTH 1
783 #define XX_XGMII_LB_EN_LBN 22
784 #define XX_XGMII_LB_EN_WIDTH 1
785 #define XX_ALIGN_DONE_LBN 20
786 #define XX_ALIGN_DONE_WIDTH 1
787 #define XX_SYNC_STAT_LBN 16
788 #define XX_SYNC_STAT_WIDTH 4
789 #define XX_SYNC_STAT_DECODE_SYNCED 0xf
790 #define XX_COMMA_DET_LBN 12
791 #define XX_COMMA_DET_WIDTH 4
792 #define XX_COMMA_DET_DECODE_DETECTED 0xf
793 #define XX_COMMA_DET_RESET 0xf
794 #define XX_CHARERR_LBN 4
795 #define XX_CHARERR_WIDTH 4
796 #define XX_CHARERR_RESET 0xf
797 #define XX_DISPERR_LBN 0
798 #define XX_DISPERR_WIDTH 4
799 #define XX_DISPERR_RESET 0xf
800
801 /* Receive filter table */
802 #define RX_FILTER_TBL0 0xF00000
803
804 /* Receive descriptor pointer table */
805 #define RX_DESC_PTR_TBL_KER_A1 0x11800
806 #define RX_DESC_PTR_TBL_KER_B0 0xF40000
807 #define RX_DESC_PTR_TBL_KER_P0 0x900
808 #define RX_ISCSI_DDIG_EN_LBN 88
809 #define RX_ISCSI_DDIG_EN_WIDTH 1
810 #define RX_ISCSI_HDIG_EN_LBN 87
811 #define RX_ISCSI_HDIG_EN_WIDTH 1
812 #define RX_DESCQ_BUF_BASE_ID_LBN 36
813 #define RX_DESCQ_BUF_BASE_ID_WIDTH 20
814 #define RX_DESCQ_EVQ_ID_LBN 24
815 #define RX_DESCQ_EVQ_ID_WIDTH 12
816 #define RX_DESCQ_OWNER_ID_LBN 10
817 #define RX_DESCQ_OWNER_ID_WIDTH 14
818 #define RX_DESCQ_LABEL_LBN 5
819 #define RX_DESCQ_LABEL_WIDTH 5
820 #define RX_DESCQ_SIZE_LBN 3
821 #define RX_DESCQ_SIZE_WIDTH 2
822 #define RX_DESCQ_SIZE_4K 3
823 #define RX_DESCQ_SIZE_2K 2
824 #define RX_DESCQ_SIZE_1K 1
825 #define RX_DESCQ_SIZE_512 0
826 #define RX_DESCQ_TYPE_LBN 2
827 #define RX_DESCQ_TYPE_WIDTH 1
828 #define RX_DESCQ_JUMBO_LBN 1
829 #define RX_DESCQ_JUMBO_WIDTH 1
830 #define RX_DESCQ_EN_LBN 0
831 #define RX_DESCQ_EN_WIDTH 1
832
833 /* Transmit descriptor pointer table */
834 #define TX_DESC_PTR_TBL_KER_A1 0x11900
835 #define TX_DESC_PTR_TBL_KER_B0 0xF50000
836 #define TX_DESC_PTR_TBL_KER_P0 0xa40
837 #define TX_NON_IP_DROP_DIS_B0_LBN 91
838 #define TX_NON_IP_DROP_DIS_B0_WIDTH 1
839 #define TX_IP_CHKSM_DIS_B0_LBN 90
840 #define TX_IP_CHKSM_DIS_B0_WIDTH 1
841 #define TX_TCP_CHKSM_DIS_B0_LBN 89
842 #define TX_TCP_CHKSM_DIS_B0_WIDTH 1
843 #define TX_DESCQ_EN_LBN 88
844 #define TX_DESCQ_EN_WIDTH 1
845 #define TX_ISCSI_DDIG_EN_LBN 87
846 #define TX_ISCSI_DDIG_EN_WIDTH 1
847 #define TX_ISCSI_HDIG_EN_LBN 86
848 #define TX_ISCSI_HDIG_EN_WIDTH 1
849 #define TX_DESCQ_BUF_BASE_ID_LBN 36
850 #define TX_DESCQ_BUF_BASE_ID_WIDTH 20
851 #define TX_DESCQ_EVQ_ID_LBN 24
852 #define TX_DESCQ_EVQ_ID_WIDTH 12
853 #define TX_DESCQ_OWNER_ID_LBN 10
854 #define TX_DESCQ_OWNER_ID_WIDTH 14
855 #define TX_DESCQ_LABEL_LBN 5
856 #define TX_DESCQ_LABEL_WIDTH 5
857 #define TX_DESCQ_SIZE_LBN 3
858 #define TX_DESCQ_SIZE_WIDTH 2
859 #define TX_DESCQ_SIZE_4K 3
860 #define TX_DESCQ_SIZE_2K 2
861 #define TX_DESCQ_SIZE_1K 1
862 #define TX_DESCQ_SIZE_512 0
863 #define TX_DESCQ_TYPE_LBN 1
864 #define TX_DESCQ_TYPE_WIDTH 2
865
866 /* Event queue pointer */
867 #define EVQ_PTR_TBL_KER_A1 0x11a00
868 #define EVQ_PTR_TBL_KER_B0 0xf60000
869 #define EVQ_PTR_TBL_KER_P0 0x500
870 #define EVQ_EN_LBN 23
871 #define EVQ_EN_WIDTH 1
872 #define EVQ_SIZE_LBN 20
873 #define EVQ_SIZE_WIDTH 3
874 #define EVQ_SIZE_32K 6
875 #define EVQ_SIZE_16K 5
876 #define EVQ_SIZE_8K 4
877 #define EVQ_SIZE_4K 3
878 #define EVQ_SIZE_2K 2
879 #define EVQ_SIZE_1K 1
880 #define EVQ_SIZE_512 0
881 #define EVQ_BUF_BASE_ID_LBN 0
882 #define EVQ_BUF_BASE_ID_WIDTH 20
883
884 /* Event queue read pointer */
885 #define EVQ_RPTR_REG_KER_A1 0x11b00
886 #define EVQ_RPTR_REG_KER_B0 0xfa0000
887 #define EVQ_RPTR_REG_KER_DWORD (EVQ_RPTR_REG_KER + 0)
888 #define EVQ_RPTR_DWORD_LBN 0
889 #define EVQ_RPTR_DWORD_WIDTH 14
890
891 /* RSS indirection table */
892 #define RX_RSS_INDIR_TBL_B0 0xFB0000
893 #define RX_RSS_INDIR_ENT_B0_LBN 0
894 #define RX_RSS_INDIR_ENT_B0_WIDTH 6
895
896 /* Special buffer descriptors (full-mode) */
897 #define BUF_FULL_TBL_KER_A1 0x8000
898 #define BUF_FULL_TBL_KER_B0 0x800000
899 #define IP_DAT_BUF_SIZE_LBN 50
900 #define IP_DAT_BUF_SIZE_WIDTH 1
901 #define IP_DAT_BUF_SIZE_8K 1
902 #define IP_DAT_BUF_SIZE_4K 0
903 #define BUF_ADR_REGION_LBN 48
904 #define BUF_ADR_REGION_WIDTH 2
905 #define BUF_ADR_FBUF_LBN 14
906 #define BUF_ADR_FBUF_WIDTH 34
907 #define BUF_OWNER_ID_FBUF_LBN 0
908 #define BUF_OWNER_ID_FBUF_WIDTH 14
909
910 /* Transmit descriptor */
911 #define TX_KER_PORT_LBN 63
912 #define TX_KER_PORT_WIDTH 1
913 #define TX_KER_CONT_LBN 62
914 #define TX_KER_CONT_WIDTH 1
915 #define TX_KER_BYTE_CNT_LBN 48
916 #define TX_KER_BYTE_CNT_WIDTH 14
917 #define TX_KER_BUF_REGION_LBN 46
918 #define TX_KER_BUF_REGION_WIDTH 2
919 #define TX_KER_BUF_REGION0_DECODE 0
920 #define TX_KER_BUF_REGION1_DECODE 1
921 #define TX_KER_BUF_REGION2_DECODE 2
922 #define TX_KER_BUF_REGION3_DECODE 3
923 #define TX_KER_BUF_ADR_LBN 0
924 #define TX_KER_BUF_ADR_WIDTH EFX_DMA_TYPE_WIDTH(46)
925
926 /* Receive descriptor */
927 #define RX_KER_BUF_SIZE_LBN 48
928 #define RX_KER_BUF_SIZE_WIDTH 14
929 #define RX_KER_BUF_REGION_LBN 46
930 #define RX_KER_BUF_REGION_WIDTH 2
931 #define RX_KER_BUF_REGION0_DECODE 0
932 #define RX_KER_BUF_REGION1_DECODE 1
933 #define RX_KER_BUF_REGION2_DECODE 2
934 #define RX_KER_BUF_REGION3_DECODE 3
935 #define RX_KER_BUF_ADR_LBN 0
936 #define RX_KER_BUF_ADR_WIDTH EFX_DMA_TYPE_WIDTH(46)
937
938 /**************************************************************************
939  *
940  * Falcon events
941  *
942  **************************************************************************
943  */
944
945 /* Event queue entries */
946 #define EV_CODE_LBN 60
947 #define EV_CODE_WIDTH 4
948 #define RX_IP_EV_DECODE 0
949 #define TX_IP_EV_DECODE 2
950 #define DRIVER_EV_DECODE 5
951 #define GLOBAL_EV_DECODE 6
952 #define DRV_GEN_EV_DECODE 7
953 #define WHOLE_EVENT_LBN 0
954 #define WHOLE_EVENT_WIDTH 64
955
956 /* Receive events */
957 #define RX_EV_PKT_OK_LBN 56
958 #define RX_EV_PKT_OK_WIDTH 1
959 #define RX_EV_PAUSE_FRM_ERR_LBN 55
960 #define RX_EV_PAUSE_FRM_ERR_WIDTH 1
961 #define RX_EV_BUF_OWNER_ID_ERR_LBN 54
962 #define RX_EV_BUF_OWNER_ID_ERR_WIDTH 1
963 #define RX_EV_IF_FRAG_ERR_LBN 53
964 #define RX_EV_IF_FRAG_ERR_WIDTH 1
965 #define RX_EV_IP_HDR_CHKSUM_ERR_LBN 52
966 #define RX_EV_IP_HDR_CHKSUM_ERR_WIDTH 1
967 #define RX_EV_TCP_UDP_CHKSUM_ERR_LBN 51
968 #define RX_EV_TCP_UDP_CHKSUM_ERR_WIDTH 1
969 #define RX_EV_ETH_CRC_ERR_LBN 50
970 #define RX_EV_ETH_CRC_ERR_WIDTH 1
971 #define RX_EV_FRM_TRUNC_LBN 49
972 #define RX_EV_FRM_TRUNC_WIDTH 1
973 #define RX_EV_DRIB_NIB_LBN 48
974 #define RX_EV_DRIB_NIB_WIDTH 1
975 #define RX_EV_TOBE_DISC_LBN 47
976 #define RX_EV_TOBE_DISC_WIDTH 1
977 #define RX_EV_PKT_TYPE_LBN 44
978 #define RX_EV_PKT_TYPE_WIDTH 3
979 #define RX_EV_PKT_TYPE_ETH_DECODE 0
980 #define RX_EV_PKT_TYPE_LLC_DECODE 1
981 #define RX_EV_PKT_TYPE_JUMBO_DECODE 2
982 #define RX_EV_PKT_TYPE_VLAN_DECODE 3
983 #define RX_EV_PKT_TYPE_VLAN_LLC_DECODE 4
984 #define RX_EV_PKT_TYPE_VLAN_JUMBO_DECODE 5
985 #define RX_EV_HDR_TYPE_LBN 42
986 #define RX_EV_HDR_TYPE_WIDTH 2
987 #define RX_EV_HDR_TYPE_TCP_IPV4_DECODE 0
988 #define RX_EV_HDR_TYPE_UDP_IPV4_DECODE 1
989 #define RX_EV_HDR_TYPE_OTHER_IP_DECODE 2
990 #define RX_EV_HDR_TYPE_NON_IP_DECODE 3
991 #define RX_EV_HDR_TYPE_HAS_CHECKSUMS(hdr_type) \
992         ((hdr_type) <= RX_EV_HDR_TYPE_UDP_IPV4_DECODE)
993 #define RX_EV_MCAST_HASH_MATCH_LBN 40
994 #define RX_EV_MCAST_HASH_MATCH_WIDTH 1
995 #define RX_EV_MCAST_PKT_LBN 39
996 #define RX_EV_MCAST_PKT_WIDTH 1
997 #define RX_EV_Q_LABEL_LBN 32
998 #define RX_EV_Q_LABEL_WIDTH 5
999 #define RX_EV_JUMBO_CONT_LBN 31
1000 #define RX_EV_JUMBO_CONT_WIDTH 1
1001 #define RX_EV_BYTE_CNT_LBN 16
1002 #define RX_EV_BYTE_CNT_WIDTH 14
1003 #define RX_EV_SOP_LBN 15
1004 #define RX_EV_SOP_WIDTH 1
1005 #define RX_EV_DESC_PTR_LBN 0
1006 #define RX_EV_DESC_PTR_WIDTH 12
1007
1008 /* Transmit events */
1009 #define TX_EV_PKT_ERR_LBN 38
1010 #define TX_EV_PKT_ERR_WIDTH 1
1011 #define TX_EV_Q_LABEL_LBN 32
1012 #define TX_EV_Q_LABEL_WIDTH 5
1013 #define TX_EV_WQ_FF_FULL_LBN 15
1014 #define TX_EV_WQ_FF_FULL_WIDTH 1
1015 #define TX_EV_COMP_LBN 12
1016 #define TX_EV_COMP_WIDTH 1
1017 #define TX_EV_DESC_PTR_LBN 0
1018 #define TX_EV_DESC_PTR_WIDTH 12
1019
1020 /* Driver events */
1021 #define DRIVER_EV_SUB_CODE_LBN 56
1022 #define DRIVER_EV_SUB_CODE_WIDTH 4
1023 #define DRIVER_EV_SUB_DATA_LBN 0
1024 #define DRIVER_EV_SUB_DATA_WIDTH 14
1025 #define TX_DESCQ_FLS_DONE_EV_DECODE 0
1026 #define RX_DESCQ_FLS_DONE_EV_DECODE 1
1027 #define EVQ_INIT_DONE_EV_DECODE 2
1028 #define EVQ_NOT_EN_EV_DECODE 3
1029 #define RX_DESCQ_FLSFF_OVFL_EV_DECODE 4
1030 #define SRM_UPD_DONE_EV_DECODE 5
1031 #define WAKE_UP_EV_DECODE 6
1032 #define TX_PKT_NON_TCP_UDP_DECODE 9
1033 #define TIMER_EV_DECODE 10
1034 #define RX_RECOVERY_EV_DECODE 11
1035 #define RX_DSC_ERROR_EV_DECODE 14
1036 #define TX_DSC_ERROR_EV_DECODE 15
1037 #define DRIVER_EV_TX_DESCQ_ID_LBN 0
1038 #define DRIVER_EV_TX_DESCQ_ID_WIDTH 12
1039 #define DRIVER_EV_RX_FLUSH_FAIL_LBN 12
1040 #define DRIVER_EV_RX_FLUSH_FAIL_WIDTH 1
1041 #define DRIVER_EV_RX_DESCQ_ID_LBN 0
1042 #define DRIVER_EV_RX_DESCQ_ID_WIDTH 12
1043 #define SRM_CLR_EV_DECODE 0
1044 #define SRM_UPD_EV_DECODE 1
1045 #define SRM_ILLCLR_EV_DECODE 2
1046
1047 /* Global events */
1048 #define RX_RECOVERY_B0_LBN 12
1049 #define RX_RECOVERY_B0_WIDTH 1
1050 #define XG_MNT_INTR_B0_LBN 11
1051 #define XG_MNT_INTR_B0_WIDTH 1
1052 #define RX_RECOVERY_A1_LBN 11
1053 #define RX_RECOVERY_A1_WIDTH 1
1054 #define XG_PHY_INTR_LBN 9
1055 #define XG_PHY_INTR_WIDTH 1
1056 #define G_PHY1_INTR_LBN 8
1057 #define G_PHY1_INTR_WIDTH 1
1058 #define G_PHY0_INTR_LBN 7
1059 #define G_PHY0_INTR_WIDTH 1
1060
1061 /* Driver-generated test events */
1062 #define EVQ_MAGIC_LBN 0
1063 #define EVQ_MAGIC_WIDTH 32
1064
1065 /**************************************************************************
1066  *
1067  * Falcon MAC stats
1068  *
1069  **************************************************************************
1070  *
1071  */
1072
1073 #define GRxGoodOct_offset 0x0
1074 #define GRxGoodOct_WIDTH 48
1075 #define GRxBadOct_offset 0x8
1076 #define GRxBadOct_WIDTH 48
1077 #define GRxMissPkt_offset 0x10
1078 #define GRxMissPkt_WIDTH 32
1079 #define GRxFalseCRS_offset 0x14
1080 #define GRxFalseCRS_WIDTH 32
1081 #define GRxPausePkt_offset 0x18
1082 #define GRxPausePkt_WIDTH 32
1083 #define GRxBadPkt_offset 0x1C
1084 #define GRxBadPkt_WIDTH 32
1085 #define GRxUcastPkt_offset 0x20
1086 #define GRxUcastPkt_WIDTH 32
1087 #define GRxMcastPkt_offset 0x24
1088 #define GRxMcastPkt_WIDTH 32
1089 #define GRxBcastPkt_offset 0x28
1090 #define GRxBcastPkt_WIDTH 32
1091 #define GRxGoodLt64Pkt_offset 0x2C
1092 #define GRxGoodLt64Pkt_WIDTH 32
1093 #define GRxBadLt64Pkt_offset 0x30
1094 #define GRxBadLt64Pkt_WIDTH 32
1095 #define GRx64Pkt_offset 0x34
1096 #define GRx64Pkt_WIDTH 32
1097 #define GRx65to127Pkt_offset 0x38
1098 #define GRx65to127Pkt_WIDTH 32
1099 #define GRx128to255Pkt_offset 0x3C
1100 #define GRx128to255Pkt_WIDTH 32
1101 #define GRx256to511Pkt_offset 0x40
1102 #define GRx256to511Pkt_WIDTH 32
1103 #define GRx512to1023Pkt_offset 0x44
1104 #define GRx512to1023Pkt_WIDTH 32
1105 #define GRx1024to15xxPkt_offset 0x48
1106 #define GRx1024to15xxPkt_WIDTH 32
1107 #define GRx15xxtoJumboPkt_offset 0x4C
1108 #define GRx15xxtoJumboPkt_WIDTH 32
1109 #define GRxGtJumboPkt_offset 0x50
1110 #define GRxGtJumboPkt_WIDTH 32
1111 #define GRxFcsErr64to15xxPkt_offset 0x54
1112 #define GRxFcsErr64to15xxPkt_WIDTH 32
1113 #define GRxFcsErr15xxtoJumboPkt_offset 0x58
1114 #define GRxFcsErr15xxtoJumboPkt_WIDTH 32
1115 #define GRxFcsErrGtJumboPkt_offset 0x5C
1116 #define GRxFcsErrGtJumboPkt_WIDTH 32
1117 #define GTxGoodBadOct_offset 0x80
1118 #define GTxGoodBadOct_WIDTH 48
1119 #define GTxGoodOct_offset 0x88
1120 #define GTxGoodOct_WIDTH 48
1121 #define GTxSglColPkt_offset 0x90
1122 #define GTxSglColPkt_WIDTH 32
1123 #define GTxMultColPkt_offset 0x94
1124 #define GTxMultColPkt_WIDTH 32
1125 #define GTxExColPkt_offset 0x98
1126 #define GTxExColPkt_WIDTH 32
1127 #define GTxDefPkt_offset 0x9C
1128 #define GTxDefPkt_WIDTH 32
1129 #define GTxLateCol_offset 0xA0
1130 #define GTxLateCol_WIDTH 32
1131 #define GTxExDefPkt_offset 0xA4
1132 #define GTxExDefPkt_WIDTH 32
1133 #define GTxPausePkt_offset 0xA8
1134 #define GTxPausePkt_WIDTH 32
1135 #define GTxBadPkt_offset 0xAC
1136 #define GTxBadPkt_WIDTH 32
1137 #define GTxUcastPkt_offset 0xB0
1138 #define GTxUcastPkt_WIDTH 32
1139 #define GTxMcastPkt_offset 0xB4
1140 #define GTxMcastPkt_WIDTH 32
1141 #define GTxBcastPkt_offset 0xB8
1142 #define GTxBcastPkt_WIDTH 32
1143 #define GTxLt64Pkt_offset 0xBC
1144 #define GTxLt64Pkt_WIDTH 32
1145 #define GTx64Pkt_offset 0xC0
1146 #define GTx64Pkt_WIDTH 32
1147 #define GTx65to127Pkt_offset 0xC4
1148 #define GTx65to127Pkt_WIDTH 32
1149 #define GTx128to255Pkt_offset 0xC8
1150 #define GTx128to255Pkt_WIDTH 32
1151 #define GTx256to511Pkt_offset 0xCC
1152 #define GTx256to511Pkt_WIDTH 32
1153 #define GTx512to1023Pkt_offset 0xD0
1154 #define GTx512to1023Pkt_WIDTH 32
1155 #define GTx1024to15xxPkt_offset 0xD4
1156 #define GTx1024to15xxPkt_WIDTH 32
1157 #define GTx15xxtoJumboPkt_offset 0xD8
1158 #define GTx15xxtoJumboPkt_WIDTH 32
1159 #define GTxGtJumboPkt_offset 0xDC
1160 #define GTxGtJumboPkt_WIDTH 32
1161 #define GTxNonTcpUdpPkt_offset 0xE0
1162 #define GTxNonTcpUdpPkt_WIDTH 16
1163 #define GTxMacSrcErrPkt_offset 0xE4
1164 #define GTxMacSrcErrPkt_WIDTH 16
1165 #define GTxIpSrcErrPkt_offset 0xE8
1166 #define GTxIpSrcErrPkt_WIDTH 16
1167 #define GDmaDone_offset 0xEC
1168 #define GDmaDone_WIDTH 32
1169
1170 #define XgRxOctets_offset 0x0
1171 #define XgRxOctets_WIDTH 48
1172 #define XgRxOctetsOK_offset 0x8
1173 #define XgRxOctetsOK_WIDTH 48
1174 #define XgRxPkts_offset 0x10
1175 #define XgRxPkts_WIDTH 32
1176 #define XgRxPktsOK_offset 0x14
1177 #define XgRxPktsOK_WIDTH 32
1178 #define XgRxBroadcastPkts_offset 0x18
1179 #define XgRxBroadcastPkts_WIDTH 32
1180 #define XgRxMulticastPkts_offset 0x1C
1181 #define XgRxMulticastPkts_WIDTH 32
1182 #define XgRxUnicastPkts_offset 0x20
1183 #define XgRxUnicastPkts_WIDTH 32
1184 #define XgRxUndersizePkts_offset 0x24
1185 #define XgRxUndersizePkts_WIDTH 32
1186 #define XgRxOversizePkts_offset 0x28
1187 #define XgRxOversizePkts_WIDTH 32
1188 #define XgRxJabberPkts_offset 0x2C
1189 #define XgRxJabberPkts_WIDTH 32
1190 #define XgRxUndersizeFCSerrorPkts_offset 0x30
1191 #define XgRxUndersizeFCSerrorPkts_WIDTH 32
1192 #define XgRxDropEvents_offset 0x34
1193 #define XgRxDropEvents_WIDTH 32
1194 #define XgRxFCSerrorPkts_offset 0x38
1195 #define XgRxFCSerrorPkts_WIDTH 32
1196 #define XgRxAlignError_offset 0x3C
1197 #define XgRxAlignError_WIDTH 32
1198 #define XgRxSymbolError_offset 0x40
1199 #define XgRxSymbolError_WIDTH 32
1200 #define XgRxInternalMACError_offset 0x44
1201 #define XgRxInternalMACError_WIDTH 32
1202 #define XgRxControlPkts_offset 0x48
1203 #define XgRxControlPkts_WIDTH 32
1204 #define XgRxPausePkts_offset 0x4C
1205 #define XgRxPausePkts_WIDTH 32
1206 #define XgRxPkts64Octets_offset 0x50
1207 #define XgRxPkts64Octets_WIDTH 32
1208 #define XgRxPkts65to127Octets_offset 0x54
1209 #define XgRxPkts65to127Octets_WIDTH 32
1210 #define XgRxPkts128to255Octets_offset 0x58
1211 #define XgRxPkts128to255Octets_WIDTH 32
1212 #define XgRxPkts256to511Octets_offset 0x5C
1213 #define XgRxPkts256to511Octets_WIDTH 32
1214 #define XgRxPkts512to1023Octets_offset 0x60
1215 #define XgRxPkts512to1023Octets_WIDTH 32
1216 #define XgRxPkts1024to15xxOctets_offset 0x64
1217 #define XgRxPkts1024to15xxOctets_WIDTH 32
1218 #define XgRxPkts15xxtoMaxOctets_offset 0x68
1219 #define XgRxPkts15xxtoMaxOctets_WIDTH 32
1220 #define XgRxLengthError_offset 0x6C
1221 #define XgRxLengthError_WIDTH 32
1222 #define XgTxPkts_offset 0x80
1223 #define XgTxPkts_WIDTH 32
1224 #define XgTxOctets_offset 0x88
1225 #define XgTxOctets_WIDTH 48
1226 #define XgTxMulticastPkts_offset 0x90
1227 #define XgTxMulticastPkts_WIDTH 32
1228 #define XgTxBroadcastPkts_offset 0x94
1229 #define XgTxBroadcastPkts_WIDTH 32
1230 #define XgTxUnicastPkts_offset 0x98
1231 #define XgTxUnicastPkts_WIDTH 32
1232 #define XgTxControlPkts_offset 0x9C
1233 #define XgTxControlPkts_WIDTH 32
1234 #define XgTxPausePkts_offset 0xA0
1235 #define XgTxPausePkts_WIDTH 32
1236 #define XgTxPkts64Octets_offset 0xA4
1237 #define XgTxPkts64Octets_WIDTH 32
1238 #define XgTxPkts65to127Octets_offset 0xA8
1239 #define XgTxPkts65to127Octets_WIDTH 32
1240 #define XgTxPkts128to255Octets_offset 0xAC
1241 #define XgTxPkts128to255Octets_WIDTH 32
1242 #define XgTxPkts256to511Octets_offset 0xB0
1243 #define XgTxPkts256to511Octets_WIDTH 32
1244 #define XgTxPkts512to1023Octets_offset 0xB4
1245 #define XgTxPkts512to1023Octets_WIDTH 32
1246 #define XgTxPkts1024to15xxOctets_offset 0xB8
1247 #define XgTxPkts1024to15xxOctets_WIDTH 32
1248 #define XgTxPkts1519toMaxOctets_offset 0xBC
1249 #define XgTxPkts1519toMaxOctets_WIDTH 32
1250 #define XgTxUndersizePkts_offset 0xC0
1251 #define XgTxUndersizePkts_WIDTH 32
1252 #define XgTxOversizePkts_offset 0xC4
1253 #define XgTxOversizePkts_WIDTH 32
1254 #define XgTxNonTcpUdpPkt_offset 0xC8
1255 #define XgTxNonTcpUdpPkt_WIDTH 16
1256 #define XgTxMacSrcErrPkt_offset 0xCC
1257 #define XgTxMacSrcErrPkt_WIDTH 16
1258 #define XgTxIpSrcErrPkt_offset 0xD0
1259 #define XgTxIpSrcErrPkt_WIDTH 16
1260 #define XgDmaDone_offset 0xD4
1261
1262 #define FALCON_STATS_NOT_DONE 0x00000000
1263 #define FALCON_STATS_DONE 0xffffffff
1264
1265 /* Interrupt status register bits */
1266 #define FATAL_INT_LBN 64
1267 #define FATAL_INT_WIDTH 1
1268 #define INT_EVQS_LBN 40
1269 #define INT_EVQS_WIDTH 4
1270
1271 /**************************************************************************
1272  *
1273  * Falcon non-volatile configuration
1274  *
1275  **************************************************************************
1276  */
1277
1278 /* Board configuration v2 (v1 is obsolete; later versions are compatible) */
1279 struct falcon_nvconfig_board_v2 {
1280         __le16 nports;
1281         u8 port0_phy_addr;
1282         u8 port0_phy_type;
1283         u8 port1_phy_addr;
1284         u8 port1_phy_type;
1285         __le16 asic_sub_revision;
1286         __le16 board_revision;
1287 } __packed;
1288
1289 /* Board configuration v3 extra information */
1290 struct falcon_nvconfig_board_v3 {
1291         __le32 spi_device_type[2];
1292 } __packed;
1293
1294 /* Bit numbers for spi_device_type */
1295 #define SPI_DEV_TYPE_SIZE_LBN 0
1296 #define SPI_DEV_TYPE_SIZE_WIDTH 5
1297 #define SPI_DEV_TYPE_ADDR_LEN_LBN 6
1298 #define SPI_DEV_TYPE_ADDR_LEN_WIDTH 2
1299 #define SPI_DEV_TYPE_ERASE_CMD_LBN 8
1300 #define SPI_DEV_TYPE_ERASE_CMD_WIDTH 8
1301 #define SPI_DEV_TYPE_ERASE_SIZE_LBN 16
1302 #define SPI_DEV_TYPE_ERASE_SIZE_WIDTH 5
1303 #define SPI_DEV_TYPE_BLOCK_SIZE_LBN 24
1304 #define SPI_DEV_TYPE_BLOCK_SIZE_WIDTH 5
1305 #define SPI_DEV_TYPE_FIELD(type, field)                                 \
1306         (((type) >> EFX_LOW_BIT(field)) & EFX_MASK32(EFX_WIDTH(field)))
1307
1308 #define NVCONFIG_OFFSET 0x300
1309
1310 #define NVCONFIG_BOARD_MAGIC_NUM 0xFA1C
1311 struct falcon_nvconfig {
1312         efx_oword_t ee_vpd_cfg_reg;                     /* 0x300 */
1313         u8 mac_address[2][8];                   /* 0x310 */
1314         efx_oword_t pcie_sd_ctl0123_reg;                /* 0x320 */
1315         efx_oword_t pcie_sd_ctl45_reg;                  /* 0x330 */
1316         efx_oword_t pcie_pcs_ctl_stat_reg;              /* 0x340 */
1317         efx_oword_t hw_init_reg;                        /* 0x350 */
1318         efx_oword_t nic_stat_reg;                       /* 0x360 */
1319         efx_oword_t glb_ctl_reg;                        /* 0x370 */
1320         efx_oword_t srm_cfg_reg;                        /* 0x380 */
1321         efx_oword_t spare_reg;                          /* 0x390 */
1322         __le16 board_magic_num;                 /* 0x3A0 */
1323         __le16 board_struct_ver;
1324         __le16 board_checksum;
1325         struct falcon_nvconfig_board_v2 board_v2;
1326         efx_oword_t ee_base_page_reg;                   /* 0x3B0 */
1327         struct falcon_nvconfig_board_v3 board_v3;
1328 } __packed;
1329
1330 #endif /* EFX_FALCON_HWDEFS_H */