diff options
Diffstat (limited to 'drivers/net/sfc/efx.h')
-rw-r--r-- | drivers/net/sfc/efx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/sfc/efx.h b/drivers/net/sfc/efx.h index 10a1bf40da96..003fdb35b4bb 100644 --- a/drivers/net/sfc/efx.h +++ b/drivers/net/sfc/efx.h | |||
@@ -74,9 +74,8 @@ extern int efx_filter_insert_filter(struct efx_nic *efx, | |||
74 | bool replace); | 74 | bool replace); |
75 | extern int efx_filter_remove_filter(struct efx_nic *efx, | 75 | extern int efx_filter_remove_filter(struct efx_nic *efx, |
76 | struct efx_filter_spec *spec); | 76 | struct efx_filter_spec *spec); |
77 | extern void efx_filter_table_clear(struct efx_nic *efx, | 77 | extern void efx_filter_clear_rx(struct efx_nic *efx, |
78 | enum efx_filter_table_id table_id, | 78 | enum efx_filter_priority priority); |
79 | enum efx_filter_priority priority); | ||
80 | 79 | ||
81 | /* Channels */ | 80 | /* Channels */ |
82 | extern void efx_process_channel_now(struct efx_channel *channel); | 81 | extern void efx_process_channel_now(struct efx_channel *channel); |