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

📄 skgedrv.h

📁 这是Marvell Technology Group Ltd. 4355 (rev 12)网卡在linux下的驱动程序源代码
💻 H
字号:
/****************************************************************************** * * Name:	skgedrv.h * Project:	Gigabit Ethernet Adapters, Common Modules * Version:	$Revision: 2.6 $ * Date:	$Date: 2007/03/29 09:19:28 $ * Purpose:	Interface with the driver * ******************************************************************************//****************************************************************************** * *	LICENSE: *	(C)Copyright Marvell. *	 *	This program is free software; you can redistribute it and/or modify *	it under the terms of the GNU General Public License as published by *	the Free Software Foundation; either version 2 of the License, or *	(at your option) any later version. *	 *	The information in this file is provided "AS IS" without warranty. *	/LICENSE * ******************************************************************************/#ifndef __INC_SKGEDRV_H_#define __INC_SKGEDRV_H_/* defines ********************************************************************//* * Define the driver events. * Usually the events are defined by the destination module. * In case of the driver we put the definition of the events here. */#define SK_DRV_PORT_RESET		 1	/* The port needs to be reset */#define SK_DRV_NET_UP			 2	/* The net is operational */#define SK_DRV_NET_DOWN			 3	/* The net is down */#define SK_DRV_SWITCH_SOFT		 4	/* Ports switch with both links connected */#define SK_DRV_SWITCH_HARD		 5	/* Port switch due to link failure */#define SK_DRV_RLMT_SEND		 6	/* Send a RLMT packet */#define SK_DRV_ADAP_FAIL		 7	/* The whole adapter fails */#define SK_DRV_PORT_FAIL		 8	/* One port fails */#define SK_DRV_SWITCH_INTERN	 9	/* Port switch by the driver itself */#define SK_DRV_POWER_DOWN		10	/* Power down mode */#define SK_DRV_TIMER			11	/* Timer for free use */#ifdef SK_NO_RLMT#define SK_DRV_LINK_UP			12	/* Link Up event for driver */#define SK_DRV_LINK_DOWN		13	/* Link Down event for driver */#endif#define SK_DRV_DOWNSHIFT_DET	14	/* Downshift 4-Pair / 2-Pair (YUKON only) */#define SK_DRV_RX_OVERFLOW		15	/* Receive Overflow */#define SK_DRV_LIPA_NOT_AN_ABLE	16	/* Link Partner not Auto-Negotiation able */#define SK_DRV_PEX_LINK_WIDTH	17	/* PEX negotiated Link width not maximum */#define SK_DRV_TX_UNDERRUN		18	/* Transmit Underrun */#define SK_DRV_PRIVATE_BASE		100	/* Base for driver private events */#endif /* __INC_SKGEDRV_H_ */

⌨️ 快捷键说明

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