From f09a9666028b93e40cf46503c9f28c931c11b854 Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Mon, 17 Aug 2020 22:14:52 +0000 Subject: Remove unnecessary BM cookie defines. --- sys/dev/fdt/if_mvppreg.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys') 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 * Copyright (c) 2017, 2020 Patrick Wildt @@ -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 -- cgit v1.2.3