diff options
Diffstat (limited to 'drivers/net/sfc/mdio_10g.h')
-rw-r--r-- | drivers/net/sfc/mdio_10g.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/sfc/mdio_10g.h b/drivers/net/sfc/mdio_10g.h index 75791d3d4963..a97dbbd2de99 100644 --- a/drivers/net/sfc/mdio_10g.h +++ b/drivers/net/sfc/mdio_10g.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /**************************************************************************** | 1 | /**************************************************************************** |
2 | * Driver for Solarflare Solarstorm network controllers and boards | 2 | * Driver for Solarflare Solarstorm network controllers and boards |
3 | * Copyright 2006-2009 Solarflare Communications Inc. | 3 | * Copyright 2006-2011 Solarflare Communications Inc. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | * under the terms of the GNU General Public License version 2 as published | 6 | * under the terms of the GNU General Public License version 2 as published |
@@ -68,8 +68,7 @@ extern int efx_mdio_reset_mmd(struct efx_nic *efx, int mmd, | |||
68 | int spins, int spintime); | 68 | int spins, int spintime); |
69 | 69 | ||
70 | /* As efx_mdio_check_mmd but for multiple MMDs */ | 70 | /* As efx_mdio_check_mmd but for multiple MMDs */ |
71 | int efx_mdio_check_mmds(struct efx_nic *efx, | 71 | int efx_mdio_check_mmds(struct efx_nic *efx, unsigned int mmd_mask); |
72 | unsigned int mmd_mask, unsigned int fatal_mask); | ||
73 | 72 | ||
74 | /* Check the link status of specified mmds in bit mask */ | 73 | /* Check the link status of specified mmds in bit mask */ |
75 | extern bool efx_mdio_links_ok(struct efx_nic *efx, unsigned int mmd_mask); | 74 | extern bool efx_mdio_links_ok(struct efx_nic *efx, unsigned int mmd_mask); |
@@ -93,7 +92,7 @@ extern void efx_mdio_an_reconfigure(struct efx_nic *efx); | |||
93 | /* Get pause parameters from AN if available (otherwise return | 92 | /* Get pause parameters from AN if available (otherwise return |
94 | * requested pause parameters) | 93 | * requested pause parameters) |
95 | */ | 94 | */ |
96 | enum efx_fc_type efx_mdio_get_pause(struct efx_nic *efx); | 95 | u8 efx_mdio_get_pause(struct efx_nic *efx); |
97 | 96 | ||
98 | /* Wait for specified MMDs to exit reset within a timeout */ | 97 | /* Wait for specified MMDs to exit reset within a timeout */ |
99 | extern int efx_mdio_wait_reset_mmds(struct efx_nic *efx, | 98 | extern int efx_mdio_wait_reset_mmds(struct efx_nic *efx, |