Searched refs:ee_data (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Deeprom.c158 unsigned char *ee_data = tp->eeprom; local
165 if (ee_data[i] != ee_data[16+i])
168 if (ee_data[0] == 0xff) {
174 ee_data = last_ee_data;
186 if (dev->dev_addr[2] == 0xE8 && ee_data[0x1a] == 0x55)
188 memcpy(ee_data + 26, eeprom_fixups[i].newtable,
203 if (ee_data[19] > 1) { /* Multiport board. */
204 last_ee_data = ee_data;
208 if (ee_data[2
[all...]
H A Dtulip_core.c1319 unsigned char *ee_data; local
1528 ee_data = tp->eeprom;
1529 memset(ee_data, 0, sizeof(tp->eeprom));
1558 ee_data[i] = data & 0xff;
1559 ee_data[i + 1] = data >> 8;
1564 /* This does memcmp(ee_data, ee_data+16, 8) */
1566 if (ee_data[i] != ee_data[16+i])
1570 if (ee_data[
[all...]
H A Dde2104x.c325 u8 *ee_data; member in struct:de_private
1669 if (!de->ee_data)
1674 memcpy(data, de->ee_data, eeprom->len);
1807 u8 ee_data[DE_EEPROM_SIZE + 6] = {}; local
1814 ((__le16 *)ee_data)[i] =
1824 if (ee_data[i] != ee_data[16+i])
1831 de->dev->dev_addr[i] = ee_data[i + sa_offset];
1834 ofs = ee_data[SROMC0InfoLeaf];
1835 if (ofs >= (sizeof(ee_data)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Derrqueue.h13 __u32 ee_data; member in struct:sock_extended_err
H A Ddrbd_nl.h130 NL_STRING( 50, T_MAY_IGNORE, ee_data, 32 << 10)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_ee.c468 u16 ee_data; local
469 ee_data = ixgb_read_eeprom(hw, i);
470 checksum += ee_data;
471 hw->eeprom[i] = cpu_to_le16(ee_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c833 static void FPT_utilEEWrite(unsigned long p_port, unsigned short ee_data,
6251 unsigned short ee_data; local
6281 ee_data =
6288 (unsigned char)ee_data;
6289 ee_data >>= 8;
6291 (unsigned char)ee_data;
6437 unsigned short ee_data, sum_data; local
6456 ee_data = FPT_scamInfo[i].id_string[k + 1];
6457 ee_data <<= 8;
6458 ee_data |
7347 FPT_utilEEWrite(unsigned long p_port, unsigned short ee_data, unsigned short ee_addr) argument
7433 unsigned short i, ee_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Ddatagram.c229 serr->ee.ee_data = 0;
269 serr->ee.ee_data = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_sockglue.c319 serr->ee.ee_data = 0;
358 serr->ee.ee_data = 0;

Completed in 426 milliseconds