Lines Matching defs:velocity_info
1427 struct velocity_info { struct
1428 struct device *dev;
1429 struct pci_dev *pdev;
1430 struct net_device *netdev;
1431 int no_eeprom;
1433 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
1434 u8 ip_addr[4];
1435 enum chip_type chip_id;
1437 struct mac_regs __iomem * mac_regs;
1438 unsigned long memaddr;
1439 unsigned long ioaddr;
1441 struct tx_info {
1451 } tx;
1453 struct rx_info {
1462 } rx;
1464 u32 mib_counter[MAX_HW_MIB_COUNTER];
1465 struct velocity_opt options;
1467 u32 int_mask;
1469 u32 flags;
1471 u32 mii_status;
1472 u32 phy_id;
1473 int multicast_limit;
1475 u8 vCAMmask[(VCAM_SIZE / 8)];
1476 u8 mCAMmask[(MCAM_SIZE / 8)];
1478 spinlock_t lock;
1503 static inline int velocity_get_ip(struct velocity_info *vptr) in velocity_get_ip() argument