Lines Matching defs:eeprom_data
868 struct eeprom_data { struct
869 u8 asicId[4];
870 u16 version_and_numPorts; /* together to avoid endianness crap */
871 u16 boardId;
876 u8 boardIdStr[16];
877 u8 serialNumber[16];
878 u16 extHwConfig;
879 struct eeprom_port_cfg macCfg_port0;
880 struct eeprom_port_cfg macCfg_port1;
881 u16 bufletSize;
882 u16 bufletCount;
883 u16 tcpWindowThreshold50;
884 u16 tcpWindowThreshold25;
885 u16 tcpWindowThreshold0;
886 u16 ipHashTableBaseHi;
887 u16 ipHashTableBaseLo;
888 u16 ipHashTableSize;
889 u16 tcpHashTableBaseHi;
890 u16 tcpHashTableBaseLo;
891 u16 tcpHashTableSize;
892 u16 ncbTableBaseHi;
893 u16 ncbTableBaseLo;
894 u16 ncbTableSize;
895 u16 drbTableBaseHi;
896 u16 drbTableBaseLo;
897 u16 drbTableSize;
898 u16 reserved_142[4];
899 u16 ipReassemblyTimeout;
900 u16 tcpMaxWindowSize;
901 u16 ipSecurity;
903 u8 reserved_156[294];
904 u16 qDebug[8];
905 struct eeprom_function_cfg funcCfg_fn0;
906 u16 reserved_510;
907 u8 oemSpace[432];
908 struct eeprom_bios_cfg biosCfg_fn1;
909 struct eeprom_function_cfg funcCfg_fn1;
910 u16 reserved_1022;
911 u8 reserved_1024[464];
912 struct eeprom_function_cfg funcCfg_fn2;
913 u16 reserved_1534;
914 u8 reserved_1536[432];
915 struct eeprom_bios_cfg biosCfg_fn3;
916 struct eeprom_function_cfg funcCfg_fn3;
917 u16 checksum;