commit | 82d4e46e2a398154273044dd9813206f0d85bc09 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Sat Jun 11 01:44:58 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Jul 21 22:54:38 2011 -0700 |
tree | c97f00345a07035469d382120c55d54a92cb82d9 | |
parent | 6440752c872e418452a2cbbf5e73d546affe2b28 [diff] |
ixgbe: inline the ixgbe_maybe_stop_tx function The ixgbe_maybe_stop_tx function is only a few lines long and is called multiple times through the xmit hotpath. In order to streamline things it makes sense to just inline it. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>