diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2018-04-19 06:04:31 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2018-04-19 06:04:31 +0000 |
| commit | dc833e04f6c0793e12ff683eec4afcf82b098726 (patch) | |
| tree | b05f73d33ae6a9edf1ce6aa3e8daa37627fd15ca /sys/dev | |
| parent | 70ea398bdb6c474fb25d112ee13e44fa7d6695e9 (diff) | |
Remove unused IXGBE_FC_HI and IXGBE_FC_LO. The watermark of the flow control
is automatically calculated from the size of the packet buffer.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/ixgbe/ixgbe.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/ixgbe/ixgbe.h b/sys/dev/pci/ixgbe/ixgbe.h index bc0e3a7a2d5..aa254adc003 100644 --- a/sys/dev/pci/ixgbe/ixgbe.h +++ b/sys/dev/pci/ixgbe/ixgbe.h @@ -1,4 +1,4 @@ -/* $NetBSD: ixgbe.h,v 1.43 2018/04/17 08:38:05 msaitoh Exp $ */ +/* $NetBSD: ixgbe.h,v 1.44 2018/04/19 06:04:31 msaitoh Exp $ */ /****************************************************************************** SPDX-License-Identifier: BSD-3-Clause @@ -173,8 +173,6 @@ /* Flow control constants */ #define IXGBE_FC_PAUSE 0xFFFF -#define IXGBE_FC_HI 0x20000 -#define IXGBE_FC_LO 0x10000 /* * Used for optimizing small rx mbufs. Effort is made to keep the copy |
