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