Home
last modified time | relevance | path

Searched refs:ee_data (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/ethernet/dec/tulip/
A Deeprom.c155 unsigned char *ee_data = tp->eeprom; in tulip_parse_eeprom() local
162 if (ee_data[i] != ee_data[16+i]) in tulip_parse_eeprom()
165 if (ee_data[0] == 0xff) { in tulip_parse_eeprom()
171 ee_data = last_ee_data; in tulip_parse_eeprom()
183 if (dev->dev_addr[2] == 0xE8 && ee_data[0x1a] == 0x55) in tulip_parse_eeprom()
185 memcpy(ee_data + 26, eeprom_fixups[i].newtable, in tulip_parse_eeprom()
200 if (ee_data[19] > 1) { /* Multiport board. */ in tulip_parse_eeprom()
201 last_ee_data = ee_data; in tulip_parse_eeprom()
205 if (ee_data[27] == 0) { /* No valid media table. */ in tulip_parse_eeprom()
208 unsigned char *p = (void *)ee_data + ee_data[27]; in tulip_parse_eeprom()
A Dtulip_core.c1540 if (ee_data[i] != ee_data[16+i]) in tulip_init_one()
1544 if (ee_data[0x198] == 0x04 && ee_data[0x199] == 6) in tulip_init_one()
1546 } else if (ee_data[0] == 0xff && ee_data[1] == 0xff && in tulip_init_one()
1557 memcpy(ee_data + 16, ee_data, 8); in tulip_init_one()
1562 if (ee_data[0] == 0x61 && ee_data[1] == 0x10) { in tulip_init_one()
1564 ee_data[0] = ee_data[2]; in tulip_init_one()
1565 ee_data[1] = ee_data[3]; in tulip_init_one()
1566 ee_data[2] = 0x61; in tulip_init_one()
1567 ee_data[3] = 0x10; in tulip_init_one()
1574 ee_data[17 + i + 3] = ee_data[17 + i]; in tulip_init_one()
[all …]
A Dde2104x.c319 u8 *ee_data; member
1662 if (!de->ee_data) in de_get_eeprom()
1667 memcpy(data, de->ee_data, eeprom->len); in de_get_eeprom()
1803 u8 ee_data[DE_EEPROM_SIZE + 6] = {}; in de21041_get_srom_info() local
1810 ((__le16 *)ee_data)[i] = in de21041_get_srom_info()
1820 if (ee_data[i] != ee_data[16+i]) in de21041_get_srom_info()
1829 ofs = ee_data[SROMC0InfoLeaf]; in de21041_get_srom_info()
1839 if ((sizeof(ee_data) - ofs) < in de21041_get_srom_info()
1947 de->ee_data = kmemdup(&ee_data[0], DE_EEPROM_SIZE, GFP_KERNEL); in de21041_get_srom_info()
2094 kfree(de->ee_data); in de_init_one()
[all …]
/linux/drivers/net/ethernet/intel/ixgb/
A Dixgb_ee.c452 u16 ee_data; in ixgb_get_eeprom_data() local
453 ee_data = ixgb_read_eeprom(hw, i); in ixgb_get_eeprom_data()
454 checksum += ee_data; in ixgb_get_eeprom_data()
455 hw->eeprom[i] = cpu_to_le16(ee_data); in ixgb_get_eeprom_data()
/linux/include/uapi/linux/
A Derrqueue.h23 __u32 ee_data; member
/linux/drivers/scsi/
A DFlashPoint.c6177 unsigned short ee_data; in FPT_inisci() local
6207 ee_data = in FPT_inisci()
6215 ee_data >>= 8; in FPT_inisci()
6383 ee_data <<= 8; in FPT_scsavdi()
6385 sum_data += ee_data; in FPT_scsavdi()
7291 if (i & ee_data) in FPT_utilEEWrite()
7358 unsigned short i, ee_data; in FPT_utilEEReadOrg() local
7368 ee_data = 0; in FPT_utilEEReadOrg()
7379 ee_data <<= 1; in FPT_utilEEReadOrg()
7382 ee_data |= 1; in FPT_utilEEReadOrg()
[all …]
/linux/Documentation/networking/
A Dmsg_zerocopy.rst183 The 32-bit notification range is encoded as [ee_info, ee_data]. This
202 printf("completed: %u..%u\n", serr->ee_info, serr->ee_data);
A Dtimestamping.rst191 The option modifies field ee_data to pass an id that is unique
/linux/tools/testing/selftests/net/
A Dso_txtime.c212 tstamp = ((int64_t) err->ee_data) << 32 | err->ee_info; in do_recv_errqueue_timeout()
A Dudpgso_bench_tx.c180 hi = err->ee_data; in flush_cmsg()
A Dmsg_zerocopy.c431 hi = serr->ee_data; in do_recv_completion()
A Dtxtimestamp.c350 print_timestamp(tss, serr->ee_info, serr->ee_data, in __recv_errmsg_cmsg()
/linux/net/ipv6/
A Ddatagram.c322 serr->ee.ee_data = 0; in ipv6_icmp_error()
367 serr->ee.ee_data = 0; in ipv6_local_error()
/linux/net/sched/
A Dsch_etf.c155 serr->ee.ee_data = (txtime >> 32); /* high part of tstamp */ in report_sock_error()
/linux/net/ipv4/
A Dip_sockglue.c421 serr->ee.ee_data = 0; in ip_icmp_error()
463 serr->ee.ee_data = 0; in ip_local_error()
/linux/net/core/
A Dskbuff.c1258 old_hi = serr->ee.ee_data; in skb_zerocopy_notify_extend()
1267 serr->ee.ee_data += len; in skb_zerocopy_notify_extend()
1299 serr->ee.ee_data = hi; in __msg_zerocopy_callback()
4851 serr->ee.ee_data = skb_shinfo(skb)->tskey; in __skb_complete_tx_timestamp()
4854 serr->ee.ee_data -= sk->sk_tskey; in __skb_complete_tx_timestamp()
/linux/drivers/net/arcnet/
A Darcnet.c460 serr->ee.ee_data = skb_shinfo(skb)->tskey; in arcnet_reply_tasklet()
/linux/net/can/j1939/
A Dsocket.c1055 serr->ee.ee_data = session->tskey; in __j1939_sk_errqueue()
/linux/include/trace/events/
A Drxrpc.h1452 __entry->ee.ee_data,

Completed in 62 milliseconds