]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:44:05 +0000 (07:44 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 08:24:49 +0000 (16:24 +0800)
commit2bd84a413f26be1b0d7cd07b68025c70a83cc9c4
tree4350e9def4341ca94f8605d6129aaf1165b1852b
parent40435b759cfd86f0339a642cede34a3984ce5877
igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC

Since igb only uses advanced descriptors we might as well just use an IGB
specific define and drop the _ADV suffix for the descriptor declarations.
In addition this can be further reduced by assuming that it will be working
on pointers since that is normally how the Tx descriptors are handled.

(cherry picked from commit 6013690699dd8316f4018324a6c2d90377d50d2c)
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