Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/dec/tulip/
H 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()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_basic.pkt38 ee_data=0}}
56 ee_data=1}}
H A Dtcp_zerocopy_small.pkt39 ee_data=0}}
58 ee_data=1}}
H A Dtcp_zerocopy_maxfrags.pkt72 ee_data=0}}
119 ee_data=1}}
H A Dtcp_zerocopy_client.pkt31 ee_data=0}}
H A Dtcp_zerocopy_batch.pkt42 ee_data=1}}
H A Dtcp_zerocopy_fastopen-server.pkt43 ee_data=0}}
H A Dtcp_zerocopy_closed.pkt45 ee_data=0}}
H A Dtcp_zerocopy_epoll_edge.pkt63 ee_data=2}}
H A Dtcp_zerocopy_epoll_exclusive.pkt65 ee_data=2}}
H A Dtcp_zerocopy_epoll_oneshot.pkt68 ee_data=2}}
H A Dtcp_zerocopy_fastopen-client.pkt57 ee_data=0}}
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst161 32 位通知范围编码为 [ee_info, ee_data]。这个范围是包含边界值的。除了下面讨论的 ee_code
179 printf("completed: %u..%u\n", serr->ee_info, serr->ee_data);
H A Dtimestamping.rst171 结构体一起回环。该选项会修改ee_data字段,以传递一个在该套接字所有同时
/linux/include/uapi/linux/
H A Derrqueue.h23 __u32 ee_data; member
/linux/drivers/scsi/
H A DFlashPoint.c811 static void FPT_utilEEWrite(u32 p_port, unsigned short ee_data,
6176 unsigned short ee_data; in FPT_inisci() local
6206 ee_data = in FPT_inisci()
6213 (unsigned char)ee_data; in FPT_inisci()
6214 ee_data >>= 8; in FPT_inisci()
6216 (unsigned char)ee_data; in FPT_inisci()
6362 unsigned short ee_data, sum_data; in FPT_scsavdi() local
6381 ee_data = FPT_scamInfo[i].id_string[k + 1]; in FPT_scsavdi()
6382 ee_data <<= 8; in FPT_scsavdi()
6383 ee_data |= FPT_scamInfo[i].id_string[k]; in FPT_scsavdi()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c98 serr->ee_data); in test_recv_errmsg_cmsg()
/linux/io_uring/
H A Dcmd_net.c88 tskey = serr->ee.ee_data; in io_process_timestamp_skb()
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst186 The 32-bit notification range is encoded as [ee_info, ee_data]. This
205 printf("completed: %u..%u\n", serr->ee_info, serr->ee_data);
H A Dj1939.rst756 - The corresponding error code is stored in ``serr->ee_data``
800 - The corresponding error code is stored in ``serr->ee_data``
807 In both cases, if ``SOF_TIMESTAMPING_OPT_ID`` is enabled, ``serr->ee_data``
814 kernel sets ``serr->ee_data`` to the error stored in ``session->err``. All
841 ``serr->ee_data`` will be set to ``session->tskey``.
/linux/tools/testing/selftests/net/
H A Dso_txtime.c
H A Dudpgso_bench_tx.c181 hi = err->ee_data; in flush_cmsg()
H A Dmsg_zerocopy.c435 hi = serr->ee_data; in do_recv_completion()
/linux/net/sched/
H A Dsch_etf.c155 serr->ee.ee_data = (txtime >> 32); /* high part of tstamp */ in report_sock_error()
/linux/net/ipv6/
H A Ddatagram.c329 serr->ee.ee_data = 0; in ipv6_icmp_error()
374 serr->ee.ee_data = 0; in ipv6_local_error()

12