diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/fdt/if_mvppreg.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/fdt/if_mvppreg.h b/sys/dev/fdt/if_mvppreg.h index e6da9d16f04..9da14685ef6 100644 --- a/sys/dev/fdt/if_mvppreg.h +++ b/sys/dev/fdt/if_mvppreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mvppreg.h,v 1.11 2020/08/17 22:03:32 patrick Exp $ */ +/* $OpenBSD: if_mvppreg.h,v 1.12 2020/08/17 22:14:51 patrick Exp $ */ /* * Copyright (c) 2008, 2019 Mark Kettenis <kettenis@openbsd.org> * Copyright (c) 2017, 2020 Patrick Wildt <patrick@blueri.se> @@ -1156,10 +1156,6 @@ enum mvpp2_prs_lookup { #define MVPP2_CLS_FLOWS_TBL_DATA_WORDS 3 #define MVPP2_CLS_LKP_TBL_SIZE 64 -/* BM cookie (32 bits) definition */ -#define MVPP2_BM_COOKIE_POOL_OFFS 8 -#define MVPP2_BM_COOKIE_CPU_OFFS 24 - /* * The MVPP2_TX_DESC and MVPP2_RX_DESC structures describe the * layout of the transmit and reception DMA descriptors, and their |