diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/net_driver.h')
-rw-r--r-- | drivers/net/ethernet/sfc/net_driver.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h index bc1ff36c03e6..af2b8c59a903 100644 --- a/drivers/net/ethernet/sfc/net_driver.h +++ b/drivers/net/ethernet/sfc/net_driver.h | |||
@@ -360,12 +360,6 @@ struct efx_rx_queue { | |||
360 | unsigned int slow_fill_count; | 360 | unsigned int slow_fill_count; |
361 | }; | 361 | }; |
362 | 362 | ||
363 | enum efx_rx_alloc_method { | ||
364 | RX_ALLOC_METHOD_AUTO = 0, | ||
365 | RX_ALLOC_METHOD_SKB = 1, | ||
366 | RX_ALLOC_METHOD_PAGE = 2, | ||
367 | }; | ||
368 | |||
369 | enum efx_sync_events_state { | 363 | enum efx_sync_events_state { |
370 | SYNC_EVENTS_DISABLED = 0, | 364 | SYNC_EVENTS_DISABLED = 0, |
371 | SYNC_EVENTS_QUIESCENT, | 365 | SYNC_EVENTS_QUIESCENT, |