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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ixethnpe.h

?? 友善mini2440嵌入式
?? 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/**

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品一区二区三区老鸭窝| 欧美色老头old∨ideo| 亚洲欧美乱综合| 欧美一区二区三区免费在线看| 成人白浆超碰人人人人| 亚洲不卡av一区二区三区| 中文字幕av一区二区三区| 91精品国产综合久久小美女| 91亚洲精品久久久蜜桃网站| 精一区二区三区| 亚洲va韩国va欧美va精品| 欧美激情综合网| 精品少妇一区二区三区免费观看 | 久久成人久久爱| 夜夜揉揉日日人人青青一国产精品 | 亚洲精品一二三区| 久久精品一区八戒影视| 日韩一区二区免费高清| 在线精品观看国产| 99精品国产视频| 韩国中文字幕2020精品| 免费看欧美女人艹b| 亚洲一区二区三区美女| 亚洲欧洲日韩av| 国产精品三级在线观看| 精品三级av在线| 欧美一区二区三区四区久久| 在线观看一区二区视频| av网站免费线看精品| 夫妻av一区二区| 国产精品白丝jk黑袜喷水| 青青草国产精品97视觉盛宴| 午夜av电影一区| 亚洲成人激情综合网| 亚洲二区在线观看| 亚洲伊人伊色伊影伊综合网| 一区二区三区日韩精品视频| 亚洲欧美综合网| 亚洲天堂av一区| 亚洲欧美日韩国产综合在线| 亚洲欧美在线另类| 亚洲欧美日韩中文播放 | 中文字幕一区二区三区乱码在线 | 欧美三级三级三级爽爽爽| 色8久久人人97超碰香蕉987| 色婷婷av一区二区| 欧美亚一区二区| 欧美美女喷水视频| 欧美福利电影网| 日韩欧美国产综合| 久久嫩草精品久久久精品| 国产欧美一区二区三区沐欲| 国产精品久线在线观看| 亚洲婷婷在线视频| 亚洲成人av资源| 强制捆绑调教一区二区| 国产综合成人久久大片91| 国产91丝袜在线播放九色| eeuss鲁片一区二区三区| 色久综合一二码| 欧美人伦禁忌dvd放荡欲情| 91精品国产黑色紧身裤美女| 欧美mv和日韩mv国产网站| 久久久久国产精品厨房| 国产精品久久久久影院亚瑟| 洋洋成人永久网站入口| 日日欢夜夜爽一区| 国产九九视频一区二区三区| www.亚洲精品| 欧美男人的天堂一二区| 亚洲精品一区二区三区香蕉| 国产精品久久久久久久久搜平片| 亚洲欧美国产毛片在线| 日本女人一区二区三区| 国产成人亚洲综合a∨婷婷图片 | 久久久噜噜噜久噜久久综合| 中文字幕一区二区三区不卡 | 欧美乱妇一区二区三区不卡视频| 日韩一卡二卡三卡四卡| 国产婷婷色一区二区三区四区| 最近日韩中文字幕| 久久精品国产精品青草| av不卡在线观看| 538在线一区二区精品国产| 久久久久久一级片| 亚洲午夜羞羞片| 国产精品1区2区3区| 日本精品一区二区三区四区的功能| 欧美一区二区三区四区久久| 国产精品久久久久一区二区三区| 亚洲午夜久久久久久久久电影院| 国产一区二区剧情av在线| 日本韩国欧美三级| 久久亚洲一区二区三区明星换脸| 一区二区三区国产精品| 狠狠色综合播放一区二区| 欧美综合一区二区三区| 国产午夜精品久久久久久免费视 | 五月天激情综合| 波多野洁衣一区| 欧美成人vr18sexvr| 一区二区三区在线播放| 国产酒店精品激情| 欧美一区二区三区四区久久 | 久久91精品久久久久久秒播| 91国内精品野花午夜精品| 国产日韩三级在线| 蜜桃av一区二区在线观看| 欧美影视一区在线| 亚洲欧美日韩在线播放| 丁香婷婷综合激情五月色| 精品国产免费人成电影在线观看四季| 亚洲高清免费在线| 91久久一区二区| 国产精品家庭影院| 国产精品一二三| 久久综合五月天婷婷伊人| 日本中文字幕不卡| 欧美日韩国产小视频| 一区二区三区.www| 91在线免费播放| 国产精品对白交换视频 | 成人av在线一区二区三区| 久久亚洲春色中文字幕久久久| 日韩av一区二区在线影视| 欧美四级电影网| 一区二区三区四区不卡在线| 色婷婷国产精品久久包臀 | 亚洲精品老司机| 成人网在线免费视频| 国产欧美一二三区| 国产激情一区二区三区四区| 国产日韩欧美在线一区| 国产精品一区二区免费不卡 | 亚洲综合在线电影| 在线日韩国产精品| 亚洲综合成人网| 欧美在线你懂得| 亚洲成a天堂v人片| 7777精品伊人久久久大香线蕉的 | 亚洲男人的天堂av| 91最新地址在线播放| 亚洲欧美日本韩国| 欧洲av在线精品| 视频一区视频二区中文| 91精品国产手机| 久久国产精品第一页| 亚洲精品一区二区三区四区高清 | 粉嫩蜜臀av国产精品网站| 国产欧美日韩在线视频| 成人黄色网址在线观看| 亚洲欧美福利一区二区| 欧美午夜一区二区| 日韩av中文字幕一区二区三区| 欧美成va人片在线观看| 国产精品91一区二区| 亚洲素人一区二区| 欧美日韩精品电影| 精品在线免费观看| 中文乱码免费一区二区| 色8久久人人97超碰香蕉987| 日韩精品一区第一页| 久久一夜天堂av一区二区三区 | 欧美老肥妇做.爰bbww| 久久福利资源站| 日本乱人伦一区| 亚洲午夜久久久久久久久电影网 | 欧美一卡2卡三卡4卡5免费| 精品一区二区三区的国产在线播放 | 亚洲欧洲日韩一区二区三区| 欧日韩精品视频| 久久99国内精品| 亚洲欧美电影一区二区| 91精品国产91综合久久蜜臀| 国产成人综合亚洲91猫咪| 亚洲精品中文在线| 亚洲精品在线免费播放| 一本色道久久加勒比精品| 免费在线观看日韩欧美| 国产精品久久久久久亚洲伦| 欧美三级电影一区| 国产成人福利片| 调教+趴+乳夹+国产+精品| 国产色91在线| 欧美日韩精品二区第二页| 成人夜色视频网站在线观看| 五月天一区二区三区| 中文字幕一区在线观看视频| 91麻豆精品国产91久久久资源速度| 国产99久久精品| 毛片基地黄久久久久久天堂| 中文字幕一区av| 精品剧情在线观看| 欧美性xxxxxx少妇| 不卡的看片网站| 精品一区中文字幕| 亚洲自拍与偷拍| 中文字幕日韩一区| 久久久久久免费毛片精品| 欧美日韩一区二区三区视频|