1 /****************************************************************************
2 * Driver for Solarflare Solarstorm network controllers and boards
3 * Copyright 2005-2006 Fen Systems Ltd.
4 * Copyright 2006-2009 Solarflare Communications Inc.
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.
14 #include <linux/i2c-algo-bit.h>
15 #include "net_driver.h"
20 * Falcon hardware control
24 EFX_REV_FALCON_A0
= 0,
25 EFX_REV_FALCON_A1
= 1,
26 EFX_REV_FALCON_B0
= 2,
30 static inline int efx_nic_rev(struct efx_nic
*efx
)
32 return efx
->type
->revision
;
35 extern u32
efx_nic_fpga_ver(struct efx_nic
*efx
);
37 static inline bool efx_nic_has_mc(struct efx_nic
*efx
)
39 return efx_nic_rev(efx
) >= EFX_REV_SIENA_A0
;
41 /* NIC has two interlinked PCI functions for the same port. */
42 static inline bool efx_nic_is_dual_func(struct efx_nic
*efx
)
44 return efx_nic_rev(efx
) < EFX_REV_FALCON_B0
;
49 PHY_TYPE_TXC43128
= 1,
52 PHY_TYPE_QT2022C2
= 4,
54 PHY_TYPE_SFT9001A
= 8,
56 PHY_TYPE_SFT9001B
= 10,
59 #define FALCON_XMAC_LOOPBACKS \
60 ((1 << LOOPBACK_XGMII) | \
61 (1 << LOOPBACK_XGXS) | \
64 #define FALCON_GMAC_LOOPBACKS \
68 * struct falcon_board_type - board operations and type information
69 * @id: Board type id, as found in NVRAM
70 * @ref_model: Model number of Solarflare reference design
71 * @gen_type: Generic board type description
72 * @init: Allocate resources and initialise peripheral hardware
73 * @init_phy: Do board-specific PHY initialisation
74 * @fini: Shut down hardware and free resources
75 * @set_id_led: Set state of identifying LED or revert to automatic function
76 * @monitor: Board-specific health check function
78 struct falcon_board_type
{
80 const char *ref_model
;
82 int (*init
) (struct efx_nic
*nic
);
83 void (*init_phy
) (struct efx_nic
*efx
);
84 void (*fini
) (struct efx_nic
*nic
);
85 void (*set_id_led
) (struct efx_nic
*efx
, enum efx_led_mode mode
);
86 int (*monitor
) (struct efx_nic
*nic
);
90 * struct falcon_board - board information
91 * @type: Type of board
92 * @major: Major rev. ('A', 'B' ...)
93 * @minor: Minor rev. (0, 1, ...)
94 * @i2c_adap: I2C adapter for on-board peripherals
95 * @i2c_data: Data for bit-banging algorithm
96 * @hwmon_client: I2C client for hardware monitor
97 * @ioexp_client: I2C client for power/port control
100 const struct falcon_board_type
*type
;
103 struct i2c_adapter i2c_adap
;
104 struct i2c_algo_bit_data i2c_data
;
105 struct i2c_client
*hwmon_client
, *ioexp_client
;
109 * struct falcon_nic_data - Falcon NIC state
110 * @pci_dev2: Secondary function of Falcon A
111 * @board: Board state and functions
112 * @stats_disable_count: Nest count for disabling statistics fetches
113 * @stats_pending: Is there a pending DMA of MAC statistics.
114 * @stats_timer: A timer for regularly fetching MAC statistics.
115 * @stats_dma_done: Pointer to the flag which indicates DMA completion.
117 struct falcon_nic_data
{
118 struct pci_dev
*pci_dev2
;
119 struct falcon_board board
;
120 unsigned int stats_disable_count
;
122 struct timer_list stats_timer
;
126 static inline struct falcon_board
*falcon_board(struct efx_nic
*efx
)
128 struct falcon_nic_data
*data
= efx
->nic_data
;
133 * struct siena_nic_data - Siena NIC state
134 * @fw_version: Management controller firmware version
135 * @fw_build: Firmware build number
136 * @mcdi: Management-Controller-to-Driver Interface
137 * @wol_filter_id: Wake-on-LAN packet filter id
138 * @ipv6_rss_key: Toeplitz hash key for IPv6 RSS
140 struct siena_nic_data
{
143 struct efx_mcdi_iface mcdi
;
148 extern void siena_print_fwver(struct efx_nic
*efx
, char *buf
, size_t len
);
150 extern struct efx_nic_type falcon_a1_nic_type
;
151 extern struct efx_nic_type falcon_b0_nic_type
;
152 extern struct efx_nic_type siena_a0_nic_type
;
154 /**************************************************************************
158 **************************************************************************
161 extern int falcon_probe_board(struct efx_nic
*efx
, u16 revision_info
);
164 extern int efx_nic_probe_tx(struct efx_tx_queue
*tx_queue
);
165 extern void efx_nic_init_tx(struct efx_tx_queue
*tx_queue
);
166 extern void efx_nic_fini_tx(struct efx_tx_queue
*tx_queue
);
167 extern void efx_nic_remove_tx(struct efx_tx_queue
*tx_queue
);
168 extern void efx_nic_push_buffers(struct efx_tx_queue
*tx_queue
);
171 extern int efx_nic_probe_rx(struct efx_rx_queue
*rx_queue
);
172 extern void efx_nic_init_rx(struct efx_rx_queue
*rx_queue
);
173 extern void efx_nic_fini_rx(struct efx_rx_queue
*rx_queue
);
174 extern void efx_nic_remove_rx(struct efx_rx_queue
*rx_queue
);
175 extern void efx_nic_notify_rx_desc(struct efx_rx_queue
*rx_queue
);
177 /* Event data path */
178 extern int efx_nic_probe_eventq(struct efx_channel
*channel
);
179 extern void efx_nic_init_eventq(struct efx_channel
*channel
);
180 extern void efx_nic_fini_eventq(struct efx_channel
*channel
);
181 extern void efx_nic_remove_eventq(struct efx_channel
*channel
);
182 extern int efx_nic_process_eventq(struct efx_channel
*channel
, int rx_quota
);
183 extern void efx_nic_eventq_read_ack(struct efx_channel
*channel
);
186 extern void falcon_drain_tx_fifo(struct efx_nic
*efx
);
187 extern void falcon_reconfigure_mac_wrapper(struct efx_nic
*efx
);
188 extern int efx_nic_rx_xoff_thresh
, efx_nic_rx_xon_thresh
;
190 /* Interrupts and test events */
191 extern int efx_nic_init_interrupt(struct efx_nic
*efx
);
192 extern void efx_nic_enable_interrupts(struct efx_nic
*efx
);
193 extern void efx_nic_generate_test_event(struct efx_channel
*channel
,
195 extern void efx_nic_generate_interrupt(struct efx_nic
*efx
);
196 extern void efx_nic_disable_interrupts(struct efx_nic
*efx
);
197 extern void efx_nic_fini_interrupt(struct efx_nic
*efx
);
198 extern irqreturn_t
efx_nic_fatal_interrupt(struct efx_nic
*efx
);
199 extern irqreturn_t
falcon_legacy_interrupt_a1(int irq
, void *dev_id
);
200 extern void falcon_irq_ack_a1(struct efx_nic
*efx
);
202 #define EFX_IRQ_MOD_RESOLUTION 5
204 /* Global Resources */
205 extern int efx_nic_flush_queues(struct efx_nic
*efx
);
206 extern void falcon_start_nic_stats(struct efx_nic
*efx
);
207 extern void falcon_stop_nic_stats(struct efx_nic
*efx
);
208 extern void falcon_setup_xaui(struct efx_nic
*efx
);
209 extern int falcon_reset_xaui(struct efx_nic
*efx
);
210 extern void efx_nic_init_common(struct efx_nic
*efx
);
212 int efx_nic_alloc_buffer(struct efx_nic
*efx
, struct efx_buffer
*buffer
,
214 void efx_nic_free_buffer(struct efx_nic
*efx
, struct efx_buffer
*buffer
);
217 struct efx_nic_register_test
{
221 extern int efx_nic_test_registers(struct efx_nic
*efx
,
222 const struct efx_nic_register_test
*regs
,
225 /**************************************************************************
229 **************************************************************************
232 #define FALCON_STAT_OFFSET(falcon_stat) EFX_VAL(falcon_stat, offset)
233 #define FALCON_STAT_WIDTH(falcon_stat) EFX_VAL(falcon_stat, WIDTH)
235 /* Retrieve statistic from statistics block */
236 #define FALCON_STAT(efx, falcon_stat, efx_stat) do { \
237 if (FALCON_STAT_WIDTH(falcon_stat) == 16) \
238 (efx)->mac_stats.efx_stat += le16_to_cpu( \
239 *((__force __le16 *) \
240 (efx->stats_buffer.addr + \
241 FALCON_STAT_OFFSET(falcon_stat)))); \
242 else if (FALCON_STAT_WIDTH(falcon_stat) == 32) \
243 (efx)->mac_stats.efx_stat += le32_to_cpu( \
244 *((__force __le32 *) \
245 (efx->stats_buffer.addr + \
246 FALCON_STAT_OFFSET(falcon_stat)))); \
248 (efx)->mac_stats.efx_stat += le64_to_cpu( \
249 *((__force __le64 *) \
250 (efx->stats_buffer.addr + \
251 FALCON_STAT_OFFSET(falcon_stat)))); \
254 #define FALCON_MAC_STATS_SIZE 0x100
256 #define MAC_DATA_LBN 0
257 #define MAC_DATA_WIDTH 32
259 extern void efx_nic_generate_event(struct efx_channel
*channel
,
262 extern void falcon_poll_xmac(struct efx_nic
*efx
);
264 #endif /* EFX_NIC_H */