Lines Matching defs:ns83820
425 struct ns83820 { struct
426 u8 __iomem *base;
428 struct pci_dev *pci_dev;
429 struct net_device *ndev;
431 struct rx_info rx_info;
432 struct tasklet_struct rx_tasklet;
434 unsigned ihr;
435 struct work_struct tq_refill;
438 spinlock_t misc_lock;
440 u32 CFG_cache;
464 static inline struct ns83820 *PRIV(struct net_device *dev) in PRIV() argument