Lines Matching defs:skge_hw
2410 struct skge_hw { struct
2411 void __iomem *regs;
2412 struct pci_dev *pdev;
2413 spinlock_t hw_lock;
2414 u32 intr_mask;
2415 struct net_device *dev[2];
2417 u8 chip_id;
2418 u8 chip_rev;
2419 u8 copper;
2420 u8 ports;
2421 u8 phy_type;
2423 u32 ram_size;
2424 u32 ram_offset;
2425 u16 phy_addr;
2426 spinlock_t phy_lock;
2427 struct tasklet_struct phy_task;
2451 struct skge_hw *hw; argument