diff options
| author | Sasha Neftin <sasha.neftin@intel.com> | 2023-02-23 09:03:17 +0200 |
|---|---|---|
| committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2023-03-21 11:37:16 -0700 |
| commit | 65364bbe0b022f397142e2486d0296203c45f0bd (patch) | |
| tree | 5e4ca76e55640866569f60012ba069456d987e3a /drivers/net/ethernet/intel/igc/igc_regs.h | |
| parent | 5a9b7bfb0d15e0877115b8fa6992ebc59855c5d7 (diff) | |
| download | linux-65364bbe0b022f397142e2486d0296203c45f0bd.tar.gz linux-65364bbe0b022f397142e2486d0296203c45f0bd.tar.bz2 linux-65364bbe0b022f397142e2486d0296203c45f0bd.zip | |
igc: Remove obsolete DMA coalescing code
DMA coalescing is not applicable for i225 parts. 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>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_regs.h')
| -rw-r--r-- | drivers/net/ethernet/intel/igc/igc_regs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_regs.h b/drivers/net/ethernet/intel/igc/igc_regs.h index 01c86d36856d..dba5a5759b1c 100644 --- a/drivers/net/ethernet/intel/igc/igc_regs.h +++ b/drivers/net/ethernet/intel/igc/igc_regs.h @@ -292,7 +292,6 @@ /* LTR registers */ #define IGC_LTRC 0x01A0 /* Latency Tolerance Reporting Control */ -#define IGC_DMACR 0x02508 /* DMA Coalescing Control Register */ #define IGC_LTRMINV 0x5BB0 /* LTR Minimum Value */ #define IGC_LTRMAXV 0x5BB4 /* LTR Maximum Value */ |
