[NET]: Make NAPI polling independent of struct net_device objects.
[deliverable/linux.git] / drivers / net / tg3.h
index 5c21f49026c9929507aab64083d6eb233e54d585..a6a23bbcdfeecd86ff9888bcee0d629aaea408ea 100644 (file)
@@ -2176,6 +2176,7 @@ struct tg3 {
        dma_addr_t                      tx_desc_mapping;
 
        /* begin "rx thread" cacheline section */
+       struct napi_struct              napi;
        void                            (*write32_rx_mbox) (struct tg3 *, u32,
                                                            u32);
        u32                             rx_rcb_ptr;
This page took 0.023677 seconds and 5 git commands to generate.