Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci/ixgbe Remove unused IXGBE_FC_HI and IXGBE_FC_LO....



details:   https://anonhg.NetBSD.org/src/rev/8a757599cab3
branches:  trunk
changeset: 322135:8a757599cab3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 19 06:04:31 2018 +0000

description:
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:

 sys/dev/pci/ixgbe/ixgbe.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r e65f9ab31d58 -r 8a757599cab3 sys/dev/pci/ixgbe/ixgbe.h
--- a/sys/dev/pci/ixgbe/ixgbe.h Thu Apr 19 05:16:02 2018 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.h Thu Apr 19 06:04:31 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index