aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/sfc/net_driver.h')
-rw-r--r--drivers/net/ethernet/sfc/net_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h
index ea64cd8aa6fa..ad89d7d990f5 100644
--- a/drivers/net/ethernet/sfc/net_driver.h
+++ b/drivers/net/ethernet/sfc/net_driver.h
@@ -361,7 +361,6 @@ enum efx_rx_alloc_method {
361 * @irq_moderation: IRQ moderation value (in hardware ticks) 361 * @irq_moderation: IRQ moderation value (in hardware ticks)
362 * @napi_dev: Net device used with NAPI 362 * @napi_dev: Net device used with NAPI
363 * @napi_str: NAPI control structure 363 * @napi_str: NAPI control structure
364 * @work_pending: Is work pending via NAPI?
365 * @eventq: Event queue buffer 364 * @eventq: Event queue buffer
366 * @eventq_mask: Event queue pointer mask 365 * @eventq_mask: Event queue pointer mask
367 * @eventq_read_ptr: Event queue read pointer 366 * @eventq_read_ptr: Event queue read pointer
@@ -393,7 +392,6 @@ struct efx_channel {
393 unsigned int irq_moderation; 392 unsigned int irq_moderation;
394 struct net_device *napi_dev; 393 struct net_device *napi_dev;
395 struct napi_struct napi_str; 394 struct napi_struct napi_str;
396 bool work_pending;
397 struct efx_special_buffer eventq; 395 struct efx_special_buffer eventq;
398 unsigned int eventq_mask; 396 unsigned int eventq_mask;
399 unsigned int eventq_read_ptr; 397 unsigned int eventq_read_ptr;