Lines Matching defs:velocity_info
1436 struct velocity_info { struct
1437 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;
1448 unsigned long ioaddr;
1450 struct tx_info {
1460 } tx;
1462 struct rx_info {
1471 } rx;
1473 u32 mib_counter[MAX_HW_MIB_COUNTER];
1474 struct velocity_opt options;
1476 u32 int_mask;
1478 u32 flags;
1480 u32 mii_status;
1481 u32 phy_id;
1482 int multicast_limit;
1484 u8 vCAMmask[(VCAM_SIZE / 8)];
1485 u8 mCAMmask[(MCAM_SIZE / 8)];
1487 spinlock_t lock;
1512 static inline int velocity_get_ip(struct velocity_info *vptr) in velocity_get_ip() argument