]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: inline the ixgbe_maybe_stop_tx function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 11 Jun 2011 01:44:58 +0000 (01:44 +0000)
committerJoe Jin <joe.jin@oracle.com>
Fri, 3 Feb 2012 01:20:10 +0000 (09:20 +0800)
commit03a70d4a2397baf48120da599acca7c0dfa50168
treea1065a99aea5a6435db3159db4e69bb858a21b52
parent44b7df110fa4ef6770491a4c84a3ccb5d6a651f5
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>
(cherry picked from commit 82d4e46e2a398154273044dd9813206f0d85bc09)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c