summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf/defines.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ixgbevf: Fix link speed displayGreg Rose2010-04-271-5/+7
| | | | | | | | | The ixgbevf driver would always report 10Gig speeds even when the link speed is downshifted to 1Gig. This patch fixes that problem. Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* ixgbevf: Macros, data structures, useful defines and registersGreg Rose2010-01-101-0/+292
These two headers define the commonly used macros, data structures, register bits and register offsets used by the ixgbevf driver on the 82599 virtual function device Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>