]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: drop the "adv" off function names relating to descriptors
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 08:55:55 +0000 (16:55 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 08:55:55 +0000 (16:55 +0800)
commita1b0f4097cb2b60d93607e957dfabb1de4f36949
tree1e8df2e35574a73b4826b7e8b4874f3deccae8eb
parent2bd84a413f26be1b0d7cd07b68025c70a83cc9c4
igb: drop the "adv" off function names relating to descriptors

Many of the function names in the hot path are carrying an extra "_adv"
suffix on the end of them to represent the fact that they are using
advanced descriptors instead of legacy descriptors.  However since all igb
uses are advanced descriptors adding the extra suffix doesn't really add
any additional data.  Since this is the case it is easiest to just drop the
suffix and save us from having to store the extra characters.

(backported from commit cd392f5ca976b5ad166acc368c239cce2f0df58a)
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb.h
drivers/net/igb/igb_ethtool.c
drivers/net/igb/igb_main.c