mirror of https://gitee.com/openkylin/linux.git
sfc: remove unused 'enum efx_rx_alloc_method'
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
parent
ff2de51bfb
commit
8c5270acf3
|
@ -360,12 +360,6 @@ struct efx_rx_queue {
|
|||
unsigned int slow_fill_count;
|
||||
};
|
||||
|
||||
enum efx_rx_alloc_method {
|
||||
RX_ALLOC_METHOD_AUTO = 0,
|
||||
RX_ALLOC_METHOD_SKB = 1,
|
||||
RX_ALLOC_METHOD_PAGE = 2,
|
||||
};
|
||||
|
||||
enum efx_sync_events_state {
|
||||
SYNC_EVENTS_DISABLED = 0,
|
||||
SYNC_EVENTS_QUIESCENT,
|
||||
|
|
Loading…
Reference in New Issue