[NET]: Make NAPI polling independent of struct net_device objects.
[deliverable/linux.git] / drivers / net / qla3xxx.h
index 4a832c46c274813541731937374389caad3efbe9..aa2216f0d7b85061f81aa94cf6e4aa2a09be01bd 100755 (executable)
@@ -1175,6 +1175,8 @@ struct ql3_adapter {
        struct pci_dev *pdev;
        struct net_device *ndev;        /* Parent NET device */
 
+       struct napi_struct napi;
+
        /* Hardware information */
        u8 chip_rev_id;
        u8 pci_slot;
This page took 0.023816 seconds and 5 git commands to generate.