亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ixethnpe.h

?? 針對OpenJtag通用調(diào)試板的Uboot程序
?? H
?? 第 1 頁 / 共 2 頁
字號:
#ifndef __doxygen_HIDE  /* This file is not part of the API *//** * @file IxEthNpe.h *  * @par * IXP400 SW Release version 2.0 *  * -- Copyright Notice -- *  * @par * Copyright 2001-2005, Intel Corporation. * All rights reserved. *  * @par * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright *    notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright *    notice, this list of conditions and the following disclaimer in the *    documentation and/or other materials provided with the distribution. * 3. Neither the name of the Intel Corporation nor the names of its contributors *    may be used to endorse or promote products derived from this software *    without specific prior written permission. *  * @par * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *  * @par * -- End of Copyright Notice --*//** * @defgroup IxEthNpe IXP400 Ethernet NPE (IxEthNpe) API * * @brief Contains the API for Ethernet NPE. *  * All messages given to NPE, get back an acknowledgment. The acknowledgment  * is identical to the message sent to the NPE (except for NPE_GETSTATUS message). * * @{ *//*-------------------------------------------------------------------------- * APB Message IDs - XScale->NPE *------------------------------------------------------------------------*//** * @def IX_ETHNPE_NPE_GETSTATUS * * @brief Request from the XScale client for the NPE to return the firmware * version of the currently executing image. * * Acknowledgment message id is same as the request message id.  * NPE returns the firmware version ID to XScale. */#define IX_ETHNPE_NPE_GETSTATUS                 0x00/** * @def IX_ETHNPE_EDB_SETPORTADDRESS * * @brief Request from the XScale client for the NPE to set the Ethernet  * port's port ID and MAC address.  */#define IX_ETHNPE_EDB_SETPORTADDRESS            0x01/** * @def IX_ETHNPE_EDB_GETMACADDRESSDATABASE * * @brief Request from XScale client to the NPE requesting upload of  * Ethernet Filtering Database or Header Conversion Database from NPE's  * data memory to XScale accessible SDRAM. */#define IX_ETHNPE_EDB_GETMACADDRESSDATABASE     0x02/** * @def IX_ETHNPE_EDB_SETMACADDRESSSDATABASE * * @brief Request from XScale client to the NPE requesting download of  * Ethernet Filtering Database or Header Conversion Database from SDRAM * to the NPE's datamemory. */#define IX_ETHNPE_EDB_SETMACADDRESSSDATABASE    0x03/** * @def IX_ETHNPE_GETSTATS * * @brief Request from the XScale client for the current MAC port statistics  * data to be written to the (empty) statistics structure and the specified * location in externa memory. */#define IX_ETHNPE_GETSTATS                      0x04/** * @def IX_ETHNPE_RESETSTATS * * @brief Request from the XScale client to the NPE to reset all of its internal  * MAC port statistics state variables.  * * As a side effect, this message entails an implicit request that the NPE *  write the current MAC port statistics into the MAC statistics structure  * at the specified location in external memory. */#define IX_ETHNPE_RESETSTATS                    0x05/** * @def IX_ETHNPE_SETMAXFRAMELENGTHS * * @brief Request from the XScale client to the NPE to configure maximum framelengths * and block sizes in receive and transmit direction. */#define IX_ETHNPE_SETMAXFRAMELENGTHS            0x06/** * @def IX_ETHNPE_VLAN_SETRXTAGMODE * * @brief Request from the XScale client to the NPE to configure VLAN frame type * filtering and VLAN the tagging mode for the receiver. */#define IX_ETHNPE_VLAN_SETRXTAGMODE             0x07/** * @def IX_ETHNPE_VLAN_SETDEFAULTRXVID * * @brief Request from the XScale client to the NPE to set receiver's default  * VLAN tag (PVID)and internal traffic class. */#define IX_ETHNPE_VLAN_SETDEFAULTRXVID          0x08/** * @def IX_ETHNPE_VLAN_SETPORTVLANTABLEENTRY * * @brief Request from the XScale client to the NPE to configure VLAN Port  * membership and Tx tagging for 8 consecutive VLANID's. */#define IX_ETHNPE_VLAN_SETPORTVLANTABLEENTRY    0x09/** * @def IX_ETHNPE_VLAN_SETPORTVLANTABLERANGE * * @brief Request from the XScale client to the NPE to configure VLAN Port * membership and Tx tagging for a range of VLANID's. */#define IX_ETHNPE_VLAN_SETPORTVLANTABLERANGE    0x0A/** * @def IX_ETHNPE_VLAN_SETRXQOSENTRY * * @brief Request from the XScale client to the NPE to map a user priority * to QoS class and an AQM queue number. */#define IX_ETHNPE_VLAN_SETRXQOSENTRY            0x0B/** * @def IX_ETHNPE_VLAN_SETPORTIDEXTRACTIONMODE * * @brief Request from the XScale client to the NPE to enable or disable * portID extraction from VLAN-tagged frames for the specified port. */#define IX_ETHNPE_VLAN_SETPORTIDEXTRACTIONMODE  0x0C/** * @def IX_ETHNPE_STP_SETBLOCKINGSTATE * * @brief Request from the XScale client to the NPE to block or unblock * forwarding for spanning tree BPDUs. */#define IX_ETHNPE_STP_SETBLOCKINGSTATE          0x0D/** * @def IX_ETHNPE_FW_SETFIREWALLMODE * * @brief Request from the XScale client to the NPE to configure firewall * services modes of operation and/or download Ethernet Firewall Database from * SDRAM to NPE. */#define IX_ETHNPE_FW_SETFIREWALLMODE            0x0E/** * @def IX_ETHNPE_PC_SETFRAMECONTROLDURATIONID  * * @brief Request from the XScale client to the NPE to set global frame control * and duration/ID field for the 802.3 to 802.11 protocol header conversion * service. */#define IX_ETHNPE_PC_SETFRAMECONTROLDURATIONID  0x0F/** * @def IX_ETHNPE_PC_SETBBSID * * @brief Request from the XScale client to the NPE to set global BBSID field * value for the 802.3 to 802.11 protocol header conversion service.  */#define IX_ETHNPE_PC_SETBBSID                   0x10/** * @def IX_ETHNPE_PC_SETAPMACTABLE * * @brief Request from the XScale client to the NPE to update a block/section/ * range of the AP MAC Address Table. */#define IX_ETHNPE_PC_SETAPMACTABLE              0x11/** * @def IX_ETHNPE_SETLOOPBACK_MODE * * @brief Turn on or off the NPE frame loopback. */#define IX_ETHNPE_SETLOOPBACK_MODE              (0x12)/*-------------------------------------------------------------------------- * APB Message IDs - NPE->XScale *------------------------------------------------------------------------*//** * @def IX_ETHNPE_NPE_GETSTATUS_ACK * * @brief Acknowledgment to IX_ETHNPE_NPE_GETSTATUS message. NPE firmware version  * id is returned in the message. */#define IX_ETHNPE_NPE_GETSTATUS_ACK                 0x00/** * @def IX_ETHNPE_EDB_SETPORTADDRESS_ACK * * @brief Acknowledgment to IX_ETHNPE_EDB_SETPORTADDRESS message. */#define IX_ETHNPE_EDB_SETPORTADDRESS_ACK            0x01/** * @def IX_ETHNPE_EDB_GETMACADDRESSDATABASE_ACK * * @brief Acknowledgment to IX_ETHNPE_EDB_GETMACADDRESSDATABASE message */#define IX_ETHNPE_EDB_GETMACADDRESSDATABASE_ACK     0x02/** * @def IX_ETHNPE_EDB_SETMACADDRESSSDATABASE_ACK * * @brief Acknowledgment to IX_ETHNPE_EDB_SETMACADDRESSSDATABASE message. */#define IX_ETHNPE_EDB_SETMACADDRESSSDATABASE_ACK    0x03/** * @def IX_ETHNPE_GETSTATS_ACK * * @brief Acknowledgment to IX_ETHNPE_GETSTATS message. */#define IX_ETHNPE_GETSTATS_ACK                      0x04/** * @def IX_ETHNPE_RESETSTATS_ACK * * @brief Acknowledgment to IX_ETHNPE_RESETSTATS message. */#define IX_ETHNPE_RESETSTATS_ACK                    0x05/** * @def IX_ETHNPE_SETMAXFRAMELENGTHS_ACK * * @brief Acknowledgment to IX_ETHNPE_SETMAXFRAMELENGTHS message. */#define IX_ETHNPE_SETMAXFRAMELENGTHS_ACK            0x06/** * @def IX_ETHNPE_VLAN_SETRXTAGMODE_ACK * * @brief Acknowledgment to IX_ETHNPE_VLAN_SETRXTAGMODE message. */#define IX_ETHNPE_VLAN_SETRXTAGMODE_ACK             0x07/** * @def IX_ETHNPE_VLAN_SETDEFAULTRXVID_ACK * * @brief Acknowledgment to IX_ETHNPE_VLAN_SETDEFAULTRXVID  message. */#define IX_ETHNPE_VLAN_SETDEFAULTRXVID_ACK          0x08/** * @def IX_ETHNPE_VLAN_SETPORTVLANTABLEENTRY_ACK * * @brief Acknowledgment to IX_ETHNPE_VLAN_SETPORTVLANTABLEENTRY message. */#define IX_ETHNPE_VLAN_SETPORTVLANTABLEENTRY_ACK    0x09/** * @def IX_ETHNPE_VLAN_SETPORTVLANTABLERANGE_ACK * * @brief Acknowledgment to IX_ETHNPE_VLAN_SETPORTVLANTABLERANGE message. */#define IX_ETHNPE_VLAN_SETPORTVLANTABLERANGE_ACK    0x0A/** * @def IX_ETHNPE_VLAN_SETRXQOSENTRY_ACK * * @brief Acknowledgment to IX_ETHNPE_VLAN_SETRXQOSENTRY message. */#define IX_ETHNPE_VLAN_SETRXQOSENTRY_ACK            0x0B/** * @def IX_ETHNPE_VLAN_SETPORTIDEXTRACTIONMODE_ACK * * @brief Acknowledgment to IX_ETHNPE_VLAN_SETPORTIDEXTRACTIONMODE message. */#define IX_ETHNPE_VLAN_SETPORTIDEXTRACTIONMODE_ACK  0x0C/** * @def IX_ETHNPE_STP_SETBLOCKINGSTATE_ACK * * @brief Acknowledgment to IX_ETHNPE_STP_SETBLOCKINGSTATE message. */#define IX_ETHNPE_STP_SETBLOCKINGSTATE_ACK          0x0D/** * @def IX_ETHNPE_FW_SETFIREWALLMODE_ACK * * @brief Acknowledgment to IX_ETHNPE_FW_SETFIREWALLMODE message.  */#define IX_ETHNPE_FW_SETFIREWALLMODE_ACK            0x0E/** * @def IX_ETHNPE_PC_SETFRAMECONTROLDURATIONID_ACK * * @brief Acknowledgment to IX_ETHNPE_PC_SETFRAMECONTROLDURATIONID message. */#define IX_ETHNPE_PC_SETFRAMECONTROLDURATIONID_ACK  0x0F/** * @def IX_ETHNPE_PC_SETBBSID_ACK * * @brief Acknowledgment to IX_ETHNPE_PC_SETBBSID message. */#define IX_ETHNPE_PC_SETBBSID_ACK                   0x10/**

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美激情中文不卡| 91精品国产91久久久久久最新毛片| 欧美精品一区二区三| 久久成人免费网| 久久一区二区三区国产精品| 精品在线一区二区三区| 久久精品在线观看| aaa亚洲精品| 亚洲成人动漫在线观看| 91精品国产91久久久久久最新毛片 | 一区二区不卡在线视频 午夜欧美不卡在| 99riav一区二区三区| 一区二区三区四区高清精品免费观看 | 亚洲v日本v欧美v久久精品| 欧美日高清视频| 国内精品国产三级国产a久久 | 日本道免费精品一区二区三区| 亚洲日本青草视频在线怡红院| 欧美色手机在线观看| 麻豆91免费看| 国产精品激情偷乱一区二区∴| 色妹子一区二区| 久久精品999| 中文字幕在线不卡一区二区三区 | 日韩免费观看2025年上映的电影| 国产一区二区女| 一区二区三区四区乱视频| 日韩欧美国产电影| 91视频国产观看| 日本三级亚洲精品| 亚洲天堂a在线| 欧美大片在线观看一区二区| 99免费精品视频| 另类成人小视频在线| 一区在线观看免费| 精品日韩成人av| 欧美色图天堂网| 成人午夜av在线| 日产欧产美韩系列久久99| 国产精品第四页| 欧美va日韩va| 欧美日韩一本到| av激情亚洲男人天堂| 久久草av在线| 亚洲国产精品精华液网站| 日本一区二区综合亚洲| 日韩一区二区在线播放| 99精品视频一区| 国产酒店精品激情| 五月天激情综合| 亚洲欧美日韩国产中文在线| 久久久亚洲精品石原莉奈| 欧美视频一二三区| 95精品视频在线| 懂色av一区二区三区蜜臀| 日本美女一区二区三区| 一区二区三区四区激情| 国产人成亚洲第一网站在线播放| 91精品国产全国免费观看| 一本大道久久a久久综合婷婷 | 七七婷婷婷婷精品国产| 亚洲男人的天堂一区二区| 日本一区二区视频在线观看| 欧美电影精品一区二区| 欧美精品123区| 欧美亚洲一区二区三区四区| 99久久综合精品| 成人av资源网站| 成人激情黄色小说| 粉嫩aⅴ一区二区三区四区五区 | 在线观看日韩一区| 91影院在线免费观看| 成人激情免费电影网址| 粉嫩av一区二区三区粉嫩| 国产美女在线精品| 国产一区二区在线电影| 国内成人精品2018免费看| 久久精品国产亚洲一区二区三区| 日本中文字幕一区二区有限公司| 日日摸夜夜添夜夜添国产精品| 午夜精品久久久久久久久久 | 国产精品青草久久| 欧美激情一区不卡| 中文字幕亚洲在| 亚洲欧美日韩系列| 亚洲最大的成人av| 亚洲va韩国va欧美va精品| 日韩激情视频网站| 蜜桃av一区二区三区电影| 国模大尺度一区二区三区| 国产精品白丝jk黑袜喷水| 高清在线成人网| 91同城在线观看| 欧美日韩一级黄| 精品国产91洋老外米糕| 久久久久久久久蜜桃| 国产精品久久久久久久久快鸭 | 91丝袜高跟美女视频| 欧美亚洲尤物久久| 日韩午夜在线观看视频| 久久先锋影音av鲁色资源| 国产欧美日韩视频一区二区| 国产精品欧美久久久久无广告| 亚洲视频小说图片| 日韩精品免费专区| 国产一二精品视频| 色婷婷综合久色| 91精品国产综合久久福利软件 | 欧美日韩www| 337p日本欧洲亚洲大胆色噜噜| 中文幕一区二区三区久久蜜桃| 亚洲精品免费在线观看| 天堂午夜影视日韩欧美一区二区| 久久国产尿小便嘘嘘尿| 成人国产在线观看| 欧美日产在线观看| 国产精品高潮呻吟| 日韩av在线播放中文字幕| 国产成人av一区二区三区在线观看| 99精品视频在线观看| 欧美一区国产二区| 国产精品国产三级国产| 日韩精品亚洲专区| 成人av在线资源网站| 欧美高清精品3d| 中文字幕一区二区在线播放| 性欧美疯狂xxxxbbbb| 成人免费观看av| 制服丝袜中文字幕亚洲| 国产精品久线在线观看| 久久电影网站中文字幕| 欧美亚洲一区三区| 欧美国产一区二区在线观看| 日韩激情视频在线观看| 99久久精品一区| 久久蜜桃av一区精品变态类天堂 | 国产精品一级片| 7777精品久久久大香线蕉| 一区在线播放视频| 国产精品一二三在| 欧美一区二区女人| 亚洲一区二区三区小说| 粉嫩av亚洲一区二区图片| 精品日韩99亚洲| 日韩高清不卡一区二区三区| 色综合天天综合在线视频| 欧美韩日一区二区三区四区| 狠狠色丁香久久婷婷综| 91麻豆精品国产91久久久更新时间 | 日韩视频一区在线观看| 亚洲一区二区三区影院| 99久久精品免费| 中文字幕成人在线观看| 国产综合久久久久影院| 日韩精品一区二区三区在线观看| 亚洲一区二区影院| 色综合久久中文综合久久牛| 国产精品成人免费| eeuss鲁一区二区三区| 欧美国产一区二区在线观看| 国产精品一区免费视频| 精品国产乱码久久久久久图片| 三级欧美韩日大片在线看| 欧美无乱码久久久免费午夜一区 | 久久久噜噜噜久久人人看| 九九精品视频在线看| 日韩一区二区高清| 麻豆成人久久精品二区三区红| 欧美人妖巨大在线| 日韩不卡一区二区三区| 欧美一区二区精品在线| 美女视频免费一区| 精品国产乱码久久久久久闺蜜 | 国产精品亚洲第一| 国产日韩精品一区二区三区| 成人妖精视频yjsp地址| 国产精品久久久久aaaa| 97精品视频在线观看自产线路二| 国产精品一区在线观看乱码| 精品久久久久一区| 国产精品一品二品| 日韩美女久久久| 欧美在线观看视频一区二区三区| 亚洲高清免费在线| 欧美电影一区二区三区| 蜜桃av噜噜一区| 国产视频在线观看一区二区三区| 国产精品99久久久久久似苏梦涵 | 色成年激情久久综合| 亚洲高清视频在线| 精品久久久久久无| 国产精品99久久久久久有的能看 | 亚洲人一二三区| 欧美日韩卡一卡二| 国产自产v一区二区三区c| 国产精品丝袜黑色高跟| 欧美性xxxxxxxx| 韩日av一区二区| 亚洲乱码国产乱码精品精可以看| 欧美日韩高清不卡|