From: Alexander Duyck Date: Sat, 11 Jun 2011 01:44:58 +0000 (+0000) Subject: ixgbe: inline the ixgbe_maybe_stop_tx function X-Git-Tag: v3.1-rc1~316^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d4e46e2a398154273044dd9813206f0d85bc09;p=pandora-kernel.git 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 Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed