/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | eeprom.c | 155 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()
|
H A D | tulip_core.c | 1301 unsigned char *ee_data; in tulip_init_one() local 1500 ee_data = tp->eeprom; in tulip_init_one() 1501 memset(ee_data, 0, sizeof(tp->eeprom)); in tulip_init_one() 1532 ee_data[i] = data & 0xff; in tulip_init_one() 1533 ee_data[i + 1] = data >> 8; in tulip_init_one() 1540 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() 1547 ee_data[2] == 0) { in tulip_init_one() 1557 memcpy(ee_data + 16, ee_data, 8); in tulip_init_one() [all …]
|
H A D | de2104x.c | 319 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() 1826 eth_hw_addr_set(de->dev, &ee_data[sa_offset]); in de21041_get_srom_info() 1829 ofs = ee_data[SROMC0InfoLeaf]; in de21041_get_srom_info() 1830 …if (ofs >= (sizeof(ee_data) - sizeof(struct de_srom_info_leaf) - sizeof(struct de_srom_media_block… in de21041_get_srom_info() 1834 il = (struct de_srom_info_leaf *) &ee_data[ofs]; in de21041_get_srom_info() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | errqueue.h | 23 __u32 ee_data; member
|
/openbmc/linux/drivers/scsi/ |
H A D | FlashPoint.c | 811 static void FPT_utilEEWrite(u32 p_port, unsigned short ee_data, 6177 unsigned short ee_data; in FPT_inisci() local 6207 ee_data = in FPT_inisci() 6214 (unsigned char)ee_data; in FPT_inisci() 6215 ee_data >>= 8; in FPT_inisci() 6217 (unsigned char)ee_data; in FPT_inisci() 6363 unsigned short ee_data, sum_data; in FPT_scsavdi() local 6382 ee_data = FPT_scamInfo[i].id_string[k + 1]; in FPT_scsavdi() 6383 ee_data <<= 8; in FPT_scsavdi() 6384 ee_data |= FPT_scamInfo[i].id_string[k]; in FPT_scsavdi() [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | msg_zerocopy.rst | 183 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);
|
H A D | timestamping.rst | 192 The option modifies field ee_data to pass an id that is unique
|
/openbmc/qemu/io/ |
H A D | channel-socket.c | 785 if (serr->ee_data < serr->ee_info) { in qio_channel_socket_flush() 792 sioc->zero_copy_sent += serr->ee_data - serr->ee_info + 1; in qio_channel_socket_flush()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | so_txtime.c | 212 tstamp = ((int64_t) err->ee_data) << 32 | err->ee_info; in do_recv_errqueue_timeout()
|
H A D | udpgso_bench_tx.c | 181 hi = err->ee_data; in flush_cmsg()
|
H A D | txtimestamp.c | 350 print_timestamp(tss, serr->ee_info, serr->ee_data, in __recv_errmsg_cmsg()
|
H A D | msg_zerocopy.c | 434 hi = serr->ee_data; in do_recv_completion()
|
/openbmc/linux/net/ipv6/ |
H A D | datagram.c | 328 serr->ee.ee_data = 0; in ipv6_icmp_error() 374 serr->ee.ee_data = 0; in ipv6_local_error()
|
/openbmc/linux/net/sched/ |
H A D | sch_etf.c | 155 serr->ee.ee_data = (txtime >> 32); /* high part of tstamp */ in report_sock_error()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_sockglue.c | 430 serr->ee.ee_data = 0; in ip_icmp_error() 472 serr->ee.ee_data = 0; in ip_local_error()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 1634 old_hi = serr->ee.ee_data; in skb_zerocopy_notify_extend() 1643 serr->ee.ee_data += len; in skb_zerocopy_notify_extend() 1675 serr->ee.ee_data = hi; in __msg_zerocopy_callback() 5238 serr->ee.ee_data = skb_shinfo(skb)->tskey; in __skb_complete_tx_timestamp() 5240 serr->ee.ee_data -= atomic_read(&sk->sk_tskey); in __skb_complete_tx_timestamp()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | arcnet.c | 456 serr->ee.ee_data = skb_shinfo(skb)->tskey; in arcnet_reply_tasklet()
|
/openbmc/linux/net/can/j1939/ |
H A D | socket.c | 1074 serr->ee.ee_data = session->tskey; in __j1939_sk_errqueue()
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | 1758 __entry->ee.ee_data,
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 1996 __put_user(errh->ee.ee_data, &target_errh->ee.ee_data); in host_to_target_cmsg() 2040 __put_user(errh->ee.ee_data, &target_errh->ee.ee_data); in host_to_target_cmsg()
|