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

📄 e1000_hw.h

📁 linux下从网卡远程启动
💻 H
📖 第 1 页 / 共 5 页
字号:
#define E1000_FCRUC    0x04058  /* Flow Control RX Unsupported Count- R/clr */#define E1000_PRC64    0x0405C  /* Packets RX (64 bytes) - R/clr */#define E1000_PRC127   0x04060  /* Packets RX (65-127 bytes) - R/clr */#define E1000_PRC255   0x04064  /* Packets RX (128-255 bytes) - R/clr */#define E1000_PRC511   0x04068  /* Packets RX (255-511 bytes) - R/clr */#define E1000_PRC1023  0x0406C  /* Packets RX (512-1023 bytes) - R/clr */#define E1000_PRC1522  0x04070  /* Packets RX (1024-1522 bytes) - R/clr */#define E1000_GPRC     0x04074  /* Good Packets RX Count - R/clr */#define E1000_BPRC     0x04078  /* Broadcast Packets RX Count - R/clr */#define E1000_MPRC     0x0407C  /* Multicast Packets RX Count - R/clr */#define E1000_GPTC     0x04080  /* Good Packets TX Count - R/clr */#define E1000_GORCL    0x04088  /* Good Octets RX Count Low - R/clr */#define E1000_GORCH    0x0408C  /* Good Octets RX Count High - R/clr */#define E1000_GOTCL    0x04090  /* Good Octets TX Count Low - R/clr */#define E1000_GOTCH    0x04094  /* Good Octets TX Count High - R/clr */#define E1000_RNBC     0x040A0  /* RX No Buffers Count - R/clr */#define E1000_RUC      0x040A4  /* RX Undersize Count - R/clr */#define E1000_RFC      0x040A8  /* RX Fragment Count - R/clr */#define E1000_ROC      0x040AC  /* RX Oversize Count - R/clr */#define E1000_RJC      0x040B0  /* RX Jabber Count - R/clr */#define E1000_MGTPRC   0x040B4  /* Management Packets RX Count - R/clr */#define E1000_MGTPDC   0x040B8  /* Management Packets Dropped Count - R/clr */#define E1000_MGTPTC   0x040BC  /* Management Packets TX Count - R/clr */#define E1000_TORL     0x040C0  /* Total Octets RX Low - R/clr */#define E1000_TORH     0x040C4  /* Total Octets RX High - R/clr */#define E1000_TOTL     0x040C8  /* Total Octets TX Low - R/clr */#define E1000_TOTH     0x040CC  /* Total Octets TX High - R/clr */#define E1000_TPR      0x040D0  /* Total Packets RX - R/clr */#define E1000_TPT      0x040D4  /* Total Packets TX - R/clr */#define E1000_PTC64    0x040D8  /* Packets TX (64 bytes) - R/clr */#define E1000_PTC127   0x040DC  /* Packets TX (65-127 bytes) - R/clr */#define E1000_PTC255   0x040E0  /* Packets TX (128-255 bytes) - R/clr */#define E1000_PTC511   0x040E4  /* Packets TX (256-511 bytes) - R/clr */#define E1000_PTC1023  0x040E8  /* Packets TX (512-1023 bytes) - R/clr */#define E1000_PTC1522  0x040EC  /* Packets TX (1024-1522 Bytes) - R/clr */#define E1000_MPTC     0x040F0  /* Multicast Packets TX Count - R/clr */#define E1000_BPTC     0x040F4  /* Broadcast Packets TX Count - R/clr */#define E1000_TSCTC    0x040F8  /* TCP Segmentation Context TX - R/clr */#define E1000_TSCTFC   0x040FC  /* TCP Segmentation Context TX Fail - R/clr */#define E1000_RXCSUM   0x05000  /* RX Checksum Control - RW */#define E1000_MTA      0x05200  /* Multicast Table Array - RW Array */#define E1000_RA       0x05400  /* Receive Address - RW Array */#define E1000_VFTA     0x05600  /* VLAN Filter Table Array - RW Array */#define E1000_WUC      0x05800  /* Wakeup Control - RW */#define E1000_WUFC     0x05808  /* Wakeup Filter Control - RW */#define E1000_WUS      0x05810  /* Wakeup Status - RO */#define E1000_MANC     0x05820  /* Management Control - RW */#define E1000_IPAV     0x05838  /* IP Address Valid - RW */#define E1000_IP4AT    0x05840  /* IPv4 Address Table - RW Array */#define E1000_IP6AT    0x05880  /* IPv6 Address Table - RW Array */#define E1000_WUPL     0x05900  /* Wakeup Packet Length - RW */#define E1000_WUPM     0x05A00  /* Wakeup Packet Memory - RO A */#define E1000_FFLT     0x05F00  /* Flexible Filter Length Table - RW Array */#define E1000_FFMT     0x09000  /* Flexible Filter Mask Table - RW Array */#define E1000_FFVT     0x09800  /* Flexible Filter Value Table - RW Array *//* Register Set (82542) * * Some of the 82542 registers are located at different offsets than they are * in more current versions of the 8254x. Despite the difference in location, * the registers function in the same manner. */#define E1000_82542_CTRL     E1000_CTRL#define E1000_82542_CTRL_DUP E1000_CTRL_DUP#define E1000_82542_STATUS   E1000_STATUS#define E1000_82542_EECD     E1000_EECD#define E1000_82542_EERD     E1000_EERD#define E1000_82542_CTRL_EXT E1000_CTRL_EXT#define E1000_82542_FLA      E1000_FLA#define E1000_82542_MDIC     E1000_MDIC#define E1000_82542_FCAL     E1000_FCAL#define E1000_82542_FCAH     E1000_FCAH#define E1000_82542_FCT      E1000_FCT#define E1000_82542_VET      E1000_VET#define E1000_82542_RA       0x00040#define E1000_82542_ICR      E1000_ICR#define E1000_82542_ITR      E1000_ITR#define E1000_82542_ICS      E1000_ICS#define E1000_82542_IMS      E1000_IMS#define E1000_82542_IMC      E1000_IMC#define E1000_82542_RCTL     E1000_RCTL#define E1000_82542_RDTR     0x00108#define E1000_82542_RDBAL    0x00110#define E1000_82542_RDBAH    0x00114#define E1000_82542_RDLEN    0x00118#define E1000_82542_RDH      0x00120#define E1000_82542_RDT      0x00128#define E1000_82542_FCRTH    0x00160#define E1000_82542_FCRTL    0x00168#define E1000_82542_FCTTV    E1000_FCTTV#define E1000_82542_TXCW     E1000_TXCW#define E1000_82542_RXCW     E1000_RXCW#define E1000_82542_MTA      0x00200#define E1000_82542_TCTL     E1000_TCTL#define E1000_82542_TIPG     E1000_TIPG#define E1000_82542_TDBAL    0x00420#define E1000_82542_TDBAH    0x00424#define E1000_82542_TDLEN    0x00428#define E1000_82542_TDH      0x00430#define E1000_82542_TDT      0x00438#define E1000_82542_TIDV     0x00440#define E1000_82542_TBT      E1000_TBT#define E1000_82542_AIT      E1000_AIT#define E1000_82542_VFTA     0x00600#define E1000_82542_LEDCTL   E1000_LEDCTL#define E1000_82542_PBA      E1000_PBA#define E1000_82542_RXDCTL   E1000_RXDCTL#define E1000_82542_RADV     E1000_RADV#define E1000_82542_RSRPD    E1000_RSRPD#define E1000_82542_TXDMAC   E1000_TXDMAC#define E1000_82542_TDFHS    E1000_TDFHS#define E1000_82542_TDFTS    E1000_TDFTS#define E1000_82542_TDFPC    E1000_TDFPC#define E1000_82542_TXDCTL   E1000_TXDCTL#define E1000_82542_TADV     E1000_TADV#define E1000_82542_TSPMT    E1000_TSPMT#define E1000_82542_CRCERRS  E1000_CRCERRS#define E1000_82542_ALGNERRC E1000_ALGNERRC#define E1000_82542_SYMERRS  E1000_SYMERRS#define E1000_82542_RXERRC   E1000_RXERRC#define E1000_82542_MPC      E1000_MPC#define E1000_82542_SCC      E1000_SCC#define E1000_82542_ECOL     E1000_ECOL#define E1000_82542_MCC      E1000_MCC#define E1000_82542_LATECOL  E1000_LATECOL#define E1000_82542_COLC     E1000_COLC#define E1000_82542_DC       E1000_DC#define E1000_82542_TNCRS    E1000_TNCRS#define E1000_82542_SEC      E1000_SEC#define E1000_82542_CEXTERR  E1000_CEXTERR#define E1000_82542_RLEC     E1000_RLEC#define E1000_82542_XONRXC   E1000_XONRXC#define E1000_82542_XONTXC   E1000_XONTXC#define E1000_82542_XOFFRXC  E1000_XOFFRXC#define E1000_82542_XOFFTXC  E1000_XOFFTXC#define E1000_82542_FCRUC    E1000_FCRUC#define E1000_82542_PRC64    E1000_PRC64#define E1000_82542_PRC127   E1000_PRC127#define E1000_82542_PRC255   E1000_PRC255#define E1000_82542_PRC511   E1000_PRC511#define E1000_82542_PRC1023  E1000_PRC1023#define E1000_82542_PRC1522  E1000_PRC1522#define E1000_82542_GPRC     E1000_GPRC#define E1000_82542_BPRC     E1000_BPRC#define E1000_82542_MPRC     E1000_MPRC#define E1000_82542_GPTC     E1000_GPTC#define E1000_82542_GORCL    E1000_GORCL#define E1000_82542_GORCH    E1000_GORCH#define E1000_82542_GOTCL    E1000_GOTCL#define E1000_82542_GOTCH    E1000_GOTCH#define E1000_82542_RNBC     E1000_RNBC#define E1000_82542_RUC      E1000_RUC#define E1000_82542_RFC      E1000_RFC#define E1000_82542_ROC      E1000_ROC#define E1000_82542_RJC      E1000_RJC#define E1000_82542_MGTPRC   E1000_MGTPRC#define E1000_82542_MGTPDC   E1000_MGTPDC#define E1000_82542_MGTPTC   E1000_MGTPTC#define E1000_82542_TORL     E1000_TORL#define E1000_82542_TORH     E1000_TORH#define E1000_82542_TOTL     E1000_TOTL#define E1000_82542_TOTH     E1000_TOTH#define E1000_82542_TPR      E1000_TPR#define E1000_82542_TPT      E1000_TPT#define E1000_82542_PTC64    E1000_PTC64#define E1000_82542_PTC127   E1000_PTC127#define E1000_82542_PTC255   E1000_PTC255#define E1000_82542_PTC511   E1000_PTC511#define E1000_82542_PTC1023  E1000_PTC1023#define E1000_82542_PTC1522  E1000_PTC1522#define E1000_82542_MPTC     E1000_MPTC#define E1000_82542_BPTC     E1000_BPTC#define E1000_82542_TSCTC    E1000_TSCTC#define E1000_82542_TSCTFC   E1000_TSCTFC#define E1000_82542_RXCSUM   E1000_RXCSUM#define E1000_82542_WUC      E1000_WUC#define E1000_82542_WUFC     E1000_WUFC#define E1000_82542_WUS      E1000_WUS#define E1000_82542_MANC     E1000_MANC#define E1000_82542_IPAV     E1000_IPAV#define E1000_82542_IP4AT    E1000_IP4AT#define E1000_82542_IP6AT    E1000_IP6AT#define E1000_82542_WUPL     E1000_WUPL#define E1000_82542_WUPM     E1000_WUPM#define E1000_82542_FFLT     E1000_FFLT#define E1000_82542_TDFH     0x08010#define E1000_82542_TDFT     0x08018#define E1000_82542_FFMT     E1000_FFMT#define E1000_82542_FFVT     E1000_FFVT/* Statistics counters collected by the MAC */struct e1000_hw_stats {    uint64_t crcerrs;    uint64_t algnerrc;    uint64_t symerrs;    uint64_t rxerrc;    uint64_t mpc;    uint64_t scc;    uint64_t ecol;    uint64_t mcc;    uint64_t latecol;    uint64_t colc;    uint64_t dc;    uint64_t tncrs;    uint64_t sec;    uint64_t cexterr;    uint64_t rlec;    uint64_t xonrxc;    uint64_t xontxc;    uint64_t xoffrxc;    uint64_t xofftxc;    uint64_t fcruc;    uint64_t prc64;    uint64_t prc127;    uint64_t prc255;    uint64_t prc511;    uint64_t prc1023;    uint64_t prc1522;    uint64_t gprc;    uint64_t bprc;    uint64_t mprc;    uint64_t gptc;    uint64_t gorcl;    uint64_t gorch;    uint64_t gotcl;    uint64_t gotch;    uint64_t rnbc;    uint64_t ruc;    uint64_t rfc;    uint64_t roc;    uint64_t rjc;    uint64_t mgprc;    uint64_t mgpdc;    uint64_t mgptc;    uint64_t torl;    uint64_t torh;    uint64_t totl;    uint64_t toth;    uint64_t tpr;    uint64_t tpt;    uint64_t ptc64;    uint64_t ptc127;    uint64_t ptc255;    uint64_t ptc511;    uint64_t ptc1023;    uint64_t ptc1522;    uint64_t mptc;    uint64_t bptc;    uint64_t tsctc;    uint64_t tsctfc;};/* Structure containing variables used by the shared code (e1000_hw.c) */struct e1000_hw {	struct pci_device *pdev;	uint8_t *hw_addr;	e1000_mac_type   mac_type;	e1000_phy_type phy_type;#if 0	uint32_t phy_init_script;#endif	e1000_media_type media_type;	e1000_fc_type    fc;#if 0	e1000_bus_speed bus_speed;	e1000_bus_width bus_width;	e1000_bus_type  bus_type;#endif	struct e1000_eeprom_info eeprom;#if 0	e1000_ms_type master_slave;	e1000_ms_type original_master_slave;	e1000_ffe_config ffe_config_state;	uint32_t io_base;#endif	uint32_t phy_id;#ifdef LINUX_DRIVER	uint32_t phy_revision;#endif	uint32_t phy_addr;#if 0	uint32_t original_fc;#endif	uint32_t txcw;	uint32_t autoneg_failed;#if 0	uint32_t max_frame_size;	uint32_t min_frame_size;	uint32_t mc_filter_type;	uint32_t num_mc_addrs;	uint32_t collision_delta;	uint32_t tx_packet_delta;	uint32_t ledctl_default;	uint32_t ledctl_mode1;	uint32_t ledctl_mode2;	uint16_t phy_spd_default;#endif	uint16_t autoneg_advertised;	uint16_t pci_cmd_word;#if 0	uint16_t fc_high_water;	uint16_t fc_low_water;	uint16_t fc_pause_time;	uint16_t current_ifs_val;	uint16_t ifs_min_val;	uint16_t ifs_max_val;	uint16_t ifs_step_size;	uint16_t ifs_ratio;#endif	uint16_t device_id;	uint16_t vendor_id;#if 0	uint16_t subsystem_id;	uint16_t subsystem_vendor_id;#endif	uint8_t revision_id;#if 0	uint8_t autoneg;

⌨️ 快捷键说明

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