enq.inc

来自「基于IBM的NPU」· INC 代码 · 共 38 行

INC
38
字号
;***************************************************************************;*;* Hifn Confidential;* Microcode Source Materials;* 5NP4G-B Microcode;* (C) Copyright Hifn Inc. 2005;* (C) Copyright IBM Corp. 2001;*;* Materials are provided subject to terms of separate License Agreement.;* The source code for this program is not published or otherwise;* divested of its trade secrets, irrespective of what has been;* deposited with the U.S. Copyright Office.;*;***************************************************************************;*;* enq.inc;* Definition file for the Hifn Network Processor Enqueue Coprocessor (ENQ);*;***************************************************************************; The MPLS_VLANDel value is obsolete and subject to removal in any version; of NPTOOLS 3.X or greater."MPLS_VLANDel" @CMACRO	@ECHO "OBSOLETE: " + FILE(1) + ", Line " + LINE(1) \	 + ": MPLS_VLANDel has been replaced by VLAN_MPLS_HWA. A change is required to avoid future problems."	@RETURN("VLAN_MPLS_HWA")@ENDMACRO; The fcb2_MPLS_VLANDel value is obsolete and subject to removal in any; version of NPTOOLS 3.X or greater."fcb2_MPLS_VLANDel" @CMACRO	@ECHO "OBSOLETE: " + FILE(1) + ", Line " + LINE(1) \	 + ": fcb2_MPLS_VLANDel has been replaced by fcb2_VLAN_MPLS_HWA. A change is required to avoid future problems."	@RETURN("fcb2_VLAN_MPLS_HWA")@ENDMACRO

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?