ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 27 May 2011 05:31:42 +0000 (05:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 25 Jun 2011 07:04:59 +0000 (00:04 -0700)
commit63544e9c0055316d0397cb671f2ff99d85c77293
tree362d5cdabf97379959ba65b5fd81cf28c454f075
parent7d4987de752a94772ad1ae85ad5c702bbcf73305
ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16

This change updates all values dealing with count, next_to_use, and
next_to_clean so that they stay u16 values.  The advantage of this is that
there is no re-casting of type during the propagation through the stack.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c