Searched defs:velocity_info (Results 1 – 1 of 1) sorted by relevance
1436 struct velocity_info { struct1437 struct device *dev;1438 struct pci_dev *pdev;1439 struct net_device *netdev;1440 int no_eeprom;1442 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];1443 u8 ip_addr[4];1444 enum chip_type chip_id;1446 struct mac_regs __iomem * mac_regs;1447 unsigned long memaddr;[all …]