ixgbe.h (84227bcd9c9eccfb6ebd88427f90fa265aead5d3) | ixgbe.h (2a1a091c1ff898b1de4dcac2236b85f88aa9d51f) |
---|---|
1/******************************************************************************* 2 3 Intel 10 Gigabit PCI Express Linux driver 4 Copyright(c) 1999 - 2013 Intel Corporation. 5 6 This program is free software; you can redistribute it and/or modify it 7 under the terms and conditions of the GNU General Public License, 8 version 2, as published by the Free Software Foundation. --- 733 unchanged lines hidden (view full) --- 742 int fdir_filter_count; 743 u32 fdir_pballoc; 744 u32 atr_sample_rate; 745 spinlock_t fdir_perfect_lock; 746 747#ifdef IXGBE_FCOE 748 struct ixgbe_fcoe fcoe; 749#endif /* IXGBE_FCOE */ | 1/******************************************************************************* 2 3 Intel 10 Gigabit PCI Express Linux driver 4 Copyright(c) 1999 - 2013 Intel Corporation. 5 6 This program is free software; you can redistribute it and/or modify it 7 under the terms and conditions of the GNU General Public License, 8 version 2, as published by the Free Software Foundation. --- 733 unchanged lines hidden (view full) --- 742 int fdir_filter_count; 743 u32 fdir_pballoc; 744 u32 atr_sample_rate; 745 spinlock_t fdir_perfect_lock; 746 747#ifdef IXGBE_FCOE 748 struct ixgbe_fcoe fcoe; 749#endif /* IXGBE_FCOE */ |
750 u8 __iomem *io_addr; /* Mainly for iounmap use */ |
|
750 u32 wol; 751 752 u16 bd_number; 753 754 u16 eeprom_verh; 755 u16 eeprom_verl; 756 u16 eeprom_cap; 757 --- 213 unchanged lines hidden --- | 751 u32 wol; 752 753 u16 bd_number; 754 755 u16 eeprom_verh; 756 u16 eeprom_verl; 757 u16 eeprom_cap; 758 --- 213 unchanged lines hidden --- |