Skip to content

Commit b59136f

Browse files
committed
igc: Remove MSI-X PBA Clear register
Author: Sasha Neftin <sasha.neftin@intel.com> MSI-X PBA Clear register is not used. This patch comes to tidy up the driver code. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Naama Meir <naamax.meir@linux.intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> (cherry picked from commit fb24f34) Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2104471 Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
1 parent 90f76a8 commit b59136f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/ethernet/intel/igc/igc_regs.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
#define IGC_IVAR_MISC 0x01740 /* IVAR for "other" causes - RW */
6060
#define IGC_GPIE 0x01514 /* General Purpose Intr Enable - RW */
6161

62-
/* MSI-X Table Register Descriptions */
63-
#define IGC_PBACL 0x05B68 /* MSIx PBA Clear - R/W 1 to clear */
64-
6562
/* RSS registers */
6663
#define IGC_MRQC 0x05818 /* Multiple Receive Control - RW */
6764

0 commit comments

Comments
 (0)