[NET]: Make NAPI polling independent of struct net_device objects.
[deliverable/linux.git] / drivers / net / e1000 / e1000.h
index 16a6edfeba41d38e9d4603038b3406aefedd84f4..781ed99684894b2ba72cfdfb301c21a79b01f62a 100644 (file)
@@ -300,6 +300,7 @@ struct e1000_adapter {
                                int cleaned_count);
        struct e1000_rx_ring *rx_ring;      /* One per active queue */
 #ifdef CONFIG_E1000_NAPI
+       struct napi_struct napi;
        struct net_device *polling_netdev;  /* One per active queue */
 #endif
        int num_tx_queues;
This page took 0.028515 seconds and 5 git commands to generate.