diff --git a/include/osi_common.h b/include/osi_common.h index 667b6a3..9d825c6 100644 --- a/include/osi_common.h +++ b/include/osi_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -77,6 +77,7 @@ #define OSI_GCL_SIZE_1024 1024U /** @} */ +#define OSI_PAUSE_FRAMES_DISABLE 0U #ifndef OSI_STRIPPED_LIB /** diff --git a/include/osi_core.h b/include/osi_core.h index 3d2d094..644c918 100644 --- a/include/osi_core.h +++ b/include/osi_core.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -198,7 +198,6 @@ typedef my_lint_64 nvel64_t; #define OSI_OPER_ADDR_UPDATE OSI_BIT(8) #define OSI_OPER_ADDR_DEL OSI_BIT(9) -#define OSI_PAUSE_FRAMES_DISABLE 1U #define OSI_PFT_MATCH 0U #define OSI_SA_MATCH 1U