Lines Matching defs:velocity_info
1383 struct velocity_info { struct
1384 struct device *dev;
1385 struct pci_dev *pdev;
1386 struct net_device *netdev;
1387 int no_eeprom;
1389 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
1390 u8 ip_addr[4];
1391 enum chip_type chip_id;
1393 struct mac_regs __iomem * mac_regs;
1394 unsigned long memaddr;
1395 unsigned long ioaddr;
1397 struct tx_info {
1407 } tx;
1409 struct rx_info {
1418 } rx;
1420 u32 mib_counter[MAX_HW_MIB_COUNTER];
1421 struct velocity_opt options;
1423 u32 int_mask;
1425 u32 flags;
1427 u32 mii_status;
1428 u32 phy_id;
1429 int multicast_limit;
1431 u8 vCAMmask[(VCAM_SIZE / 8)];
1432 u8 mCAMmask[(MCAM_SIZE / 8)];
1434 spinlock_t lock;
1436 int wol_opts;
1460 static inline int velocity_get_ip(struct velocity_info *vptr) in velocity_get_ip() argument