Lines Matching defs:ns83820
411 struct ns83820 { struct
412 u8 __iomem *base;
414 struct pci_dev *pci_dev;
415 struct net_device *ndev;
417 struct rx_info rx_info;
418 struct tasklet_struct rx_tasklet;
420 unsigned ihr;
421 struct work_struct tq_refill;
424 spinlock_t misc_lock;
426 u32 CFG_cache;
450 static inline struct ns83820 *PRIV(struct net_device *dev) in PRIV() argument