⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ge_globalp.h

📁 程序是一个vxworks下对PMC公司3386千兆MAC芯片的驱动和配置
💻 H
字号:
/**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-
*	GE_GlobalP.h - Ethernet 1000M code. . 
*
*	Copyright 2001-12 by GDT, Inc
*
*	modification history
*	--------------------
*       2001-12-14,yxy created.
*
*/
#ifndef  GE_GlobalP_H
#define  GE_GlobalP_H

#include <vxWorks.h>
#include "global.h"
#include "msgQLib.h"
#include "GE_Arp.h"
#include "GE_EventStatistic.h"

/******************* global variables **************************/
extern MSG_Q_ID          GE_ArpMsgQId;
extern MSG_Q_ID          GE_EventStatisticMsgQId;
extern MSG_Q_ID          GE_MainCommandMsgQId;
extern MSG_Q_ID          GE_ProtoReceiveMsgQId;
extern MSG_Q_ID          GE_ProtoSendMsgQId;

/*************32 homerouter ip address*************************/
extern	ULONG   			IPAddr[32];

extern ARP_INFO				arpInfo[2];
extern NET_IF				netIf[2]; 
extern GE_PORT_STAT_STRUCTURE    	StatPMsg;
extern GE_UNIT_STAT_STRUCTURE          	StatUMsg[2];

/* add by gsx 2002/9/2*/
extern unsigned char                    GE_swiport;   
/* end the add */

/**************************************************************/

extern unsigned int			GE_INIT_DEBUG;	
extern unsigned int			GE_MESSAGE_DEBUG;
extern unsigned int 		        GE_CMD_DEBUG ;	
extern unsigned int			GE_PRO_SEND_DEBUG;	
extern unsigned int			GE_PRO_REV_DEBUG;	
extern unsigned int			GE_ARP_DEBUG;	
extern unsigned int			GE_STAT_DEBUG;
extern unsigned int			GE_SELFTEST_DEBUG;

#endif /*GE_GlobalP_H*/



⌨️ 快捷键说明

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