Lines Matching defs:skge_hw
2404 struct skge_hw { struct
2405 void __iomem *regs;
2406 struct pci_dev *pdev;
2407 spinlock_t hw_lock;
2408 u32 intr_mask;
2409 struct net_device *dev[2];
2411 u8 chip_id;
2412 u8 chip_rev;
2413 u8 copper;
2414 u8 ports;
2415 u8 phy_type;
2417 u32 ram_size;
2418 u32 ram_offset;
2419 u16 phy_addr;
2420 spinlock_t phy_lock;
2421 struct tasklet_struct phy_task;
2445 struct skge_hw *hw; argument