i40e: inline interrupt enable
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Thu, 27 Aug 2015 15:42:34 +0000 (11:42 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 8 Oct 2015 22:04:04 +0000 (15:04 -0700)
commit02d109be3ddc9768c1c38709218648d0c48a4ea9
treecd2d9b5ddd0b0364961a1a2b36f76df17e9bccf1
parent1e8efb42cf32982d68c1ceab3e3dc15a05157632
i40e: inline interrupt enable

The interrupt enable function can be inlined by moving it to the header
file, which decreases the function call overhead for a frequently called
function.

Change-ID: I3214cc99593725768642680e7b8ce7e9bba7e44d
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_main.c