commit | 06380db6fc08713682bf210c0ee3ef19b457bc14 | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Tue Mar 04 03:02:23 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Mar 21 01:59:48 2014 -0700 |
tree | 8b02e91cff58c3ee2ec47a0fac80f56b7eebdd63 | |
parent | 19458bd425c0ee21bb35958c60d3682f9c42f274 [diff] |
ixgbevf: Use static inlines instead of macros Kernel coding standard prefers static inline functions instead of macros, so use them for register accessors. This is to prepare for adding LER, Live Error Recovery, checks to those accessors. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>