diff options
Diffstat (limited to 'drivers/net/sfc/nic.h')
-rw-r--r-- | drivers/net/sfc/nic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sfc/nic.h b/drivers/net/sfc/nic.h index 3166bafdfbef..bbc2c0c2f843 100644 --- a/drivers/net/sfc/nic.h +++ b/drivers/net/sfc/nic.h | |||
@@ -135,12 +135,14 @@ static inline struct falcon_board *falcon_board(struct efx_nic *efx) | |||
135 | * @fw_build: Firmware build number | 135 | * @fw_build: Firmware build number |
136 | * @mcdi: Management-Controller-to-Driver Interface | 136 | * @mcdi: Management-Controller-to-Driver Interface |
137 | * @wol_filter_id: Wake-on-LAN packet filter id | 137 | * @wol_filter_id: Wake-on-LAN packet filter id |
138 | * @ipv6_rss_key: Toeplitz hash key for IPv6 RSS | ||
138 | */ | 139 | */ |
139 | struct siena_nic_data { | 140 | struct siena_nic_data { |
140 | u64 fw_version; | 141 | u64 fw_version; |
141 | u32 fw_build; | 142 | u32 fw_build; |
142 | struct efx_mcdi_iface mcdi; | 143 | struct efx_mcdi_iface mcdi; |
143 | int wol_filter_id; | 144 | int wol_filter_id; |
145 | u8 ipv6_rss_key[40]; | ||
144 | }; | 146 | }; |
145 | 147 | ||
146 | extern void siena_print_fwver(struct efx_nic *efx, char *buf, size_t len); | 148 | extern void siena_print_fwver(struct efx_nic *efx, char *buf, size_t len); |
@@ -203,6 +205,7 @@ extern void falcon_irq_ack_a1(struct efx_nic *efx); | |||
203 | extern int efx_nic_flush_queues(struct efx_nic *efx); | 205 | extern int efx_nic_flush_queues(struct efx_nic *efx); |
204 | extern void falcon_start_nic_stats(struct efx_nic *efx); | 206 | extern void falcon_start_nic_stats(struct efx_nic *efx); |
205 | extern void falcon_stop_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); | ||
206 | extern int falcon_reset_xaui(struct efx_nic *efx); | 209 | extern int falcon_reset_xaui(struct efx_nic *efx); |
207 | extern void efx_nic_init_common(struct efx_nic *efx); | 210 | extern void efx_nic_init_common(struct efx_nic *efx); |
208 | 211 | ||