Lines Matching defs:velocity_info
1382 struct velocity_info { struct
1383 struct device *dev;
1384 struct pci_dev *pdev;
1385 struct net_device *netdev;
1386 bool no_eeprom;
1388 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
1389 u8 ip_addr[4];
1390 enum chip_type chip_id;
1392 struct mac_regs __iomem * mac_regs;
1393 unsigned long memaddr;
1394 unsigned long ioaddr;
1396 struct tx_info {
1406 } tx;
1408 struct rx_info {
1417 } rx;
1419 u32 mib_counter[MAX_HW_MIB_COUNTER];
1420 struct velocity_opt options;
1422 u32 int_mask;
1424 u32 flags;
1426 u32 mii_status;
1427 u32 phy_id;
1428 int multicast_limit;
1430 u8 vCAMmask[(VCAM_SIZE / 8)];
1431 u8 mCAMmask[(MCAM_SIZE / 8)];
1433 spinlock_t lock;
1435 int wol_opts;
1459 static inline int velocity_get_ip(struct velocity_info *vptr) in velocity_get_ip() argument