| /linux-6.15/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| H A D | counters.rst | 145 - The number of packets received on ring i. 149 - The number of bytes received on ring i. 238 - The number of LRO packets received on ring i [#accel]_. 242 - The number of LRO bytes received on ring i [#accel]_. 246 - The number of received packets where the ECN mark was turned on. 271 - Packets received with a `CHECKSUM_NONE` on ring i [#accel]_. 275 - Packets received with a `CHECKSUM_COMPLETE` on ring i [#accel]_. 341 - The number of wrong opcodes received on ring i. 643 - Number of received TLS packets with a resync request. 923 - The number of multicast packets received on the physical port. [all …]
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/altera/ |
| H A D | altera_tse.rst | 95 received, the DMA logic generates an interrupt. The driver handles a receive 164 received. This count does not include any error packets such as CRC errors, 170 is received. 175 received. 183 successfully received by the controller. 191 received by the network controller. 242 This statistic counts the number of correctly formed packets received less 254 2819. This statistic counts the total number of packets received that were 258 RFC 2819. This statistic is the total number of packets received that were 262 RFC 2819. This statistic is the total number of packets received that were [all …]
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_timestamping_server.pkt | 40 // SCM_TSTAMP_SCHED for the first chunk should be received almost immediately 58 // SCM_TSTAMP_SND for the first chunk should be received almost immediately 76 // SCM_TSTAMP_SCHED for the second chunk should be received almost immediately 94 // SCM_TSTAMP_SND for the second chunk should be received almost immediately 112 // SCM_TSTAMP_ACK for the first chunk should be received at t=20ms. 129 // SCM_TSTAMP_ACK for the second chunk should be received at t=30ms.
|
| H A D | tcp_timestamping_client-only-last-byte.pkt | 37 // SCM_TSTAMP_SCHED for the last byte should be received almost immediately 58 // SCM_TSTAMP_SND for the last byte should be received almost immediately 76 // SCM_TSTAMP_ACK for the last byte should be received at t=30ms.
|
| H A D | tcp_timestamping_partial.pkt | 38 // SCM_TSTAMP_SCHED for the first chunk should be received almost immediately 56 // SCM_TSTAMP_SND for the first chunk should be received almost immediately 74 // SCM_TSTAMP_ACK for the first chunk should be received after the last ack at
|
| /linux-6.15/include/trace/events/ |
| H A D | rpcgss.h | 258 u32 received 261 TP_ARGS(rqstp, expected, received), 265 __field(u32, received) 272 __entry->received = received; 279 __entry->expected, __entry->received) 367 u32 received 370 TP_ARGS(task, expected, received), 376 __field(u32, received) 383 __entry->received = received; 389 __entry->expected, __entry->received)
|
| /linux-6.15/tools/testing/selftests/net/forwarding/ |
| H A D | tc_taprio.sh | 175 local received 183 received=$(isochron_report_num_received "$isochron_dat") 184 if [ "$received" != "$NUM_PKTS" ]; then 255 local received 269 received=$(isochron_report_num_received "$isochron_dat") 270 [ "$received" = "$NUM_PKTS" ] 273 if [ $should_fail = 0 ] && [ "$received" = "$NUM_PKTS" ]; then
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-statistics | 14 Indicates the number of multicast packets received by this 22 Indicates the number of bytes received by this network device. 31 Indicates the number of compressed packets received by this 40 Indicates the number of packets received with a CRC (FCS) error 49 Indicates the number of packets received by the network device 76 Indicates the number of received frames with error, such as 86 Indicates the number of received error packet with a length 95 Indicates the number of received packets that have been missed 104 Indicates the number of received packets that were dropped on 112 Indicates the number of received packets that are oversized [all …]
|
| H A D | debugfs-scmi-raw | 9 Any subsequently received response can be read from this same 24 Any subsequently received response can be read from this same 26 Any additional delayed response received afterwards can be read 39 generally unexpectedly received SCMI message, for instance <n>, 61 causes the internal queues of any kind of received message, 77 Any subsequently received response can be read from this same 101 Any subsequently received response can be read from this same 104 Any additional delayed response received afterwards can be read
|
| /linux-6.15/drivers/net/can/dev/ |
| H A D | rx-offload.c | 179 int received = 0; in can_rx_offload_irq_offload_timestamp() local 195 received++; in can_rx_offload_irq_offload_timestamp() 198 return received; in can_rx_offload_irq_offload_timestamp() 205 int received = 0; in can_rx_offload_irq_offload_fifo() local 215 received++; in can_rx_offload_irq_offload_fifo() 218 return received; in can_rx_offload_irq_offload_fifo()
|
| /linux-6.15/drivers/net/ethernet/sfc/falcon/ |
| H A D | selftest.c | 292 struct ef4_loopback_payload received; in ef4_loopback_rx_packet() local 303 memcpy(&received.packet, buf_ptr, in ef4_loopback_rx_packet() 305 received.ip.saddr = payload->ip.saddr; in ef4_loopback_rx_packet() 307 received.ip.check = payload->ip.check; in ef4_loopback_rx_packet() 310 if (pkt_len < sizeof(received.header)) { in ef4_loopback_rx_packet() 318 if (memcmp(&received.header, &payload->header, ETH_HLEN) != 0) { in ef4_loopback_rx_packet() 335 if (memcmp(&received.ip, &payload->ip, sizeof(payload->ip)) != 0) { in ef4_loopback_rx_packet() 343 if (memcmp(&received.msg, &payload->msg, sizeof(received.msg)) != 0) { in ef4_loopback_rx_packet() 351 if (received.iteration != payload->iteration) { in ef4_loopback_rx_packet() 354 "%s loopback test\n", ntohs(received.iteration), in ef4_loopback_rx_packet()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | selftest.c | 290 struct efx_loopback_payload received; in efx_siena_loopback_rx_packet() local 301 memcpy(&received.packet, buf_ptr, in efx_siena_loopback_rx_packet() 303 received.ip.saddr = payload->ip.saddr; in efx_siena_loopback_rx_packet() 305 received.ip.check = payload->ip.check; in efx_siena_loopback_rx_packet() 308 if (pkt_len < sizeof(received.header)) { in efx_siena_loopback_rx_packet() 316 if (memcmp(&received.header, &payload->header, ETH_HLEN) != 0) { in efx_siena_loopback_rx_packet() 333 if (memcmp(&received.ip, &payload->ip, sizeof(payload->ip)) != 0) { in efx_siena_loopback_rx_packet() 341 if (memcmp(&received.msg, &payload->msg, sizeof(received.msg)) != 0) { in efx_siena_loopback_rx_packet() 349 if (received.iteration != payload->iteration) { in efx_siena_loopback_rx_packet() 352 "%s loopback test\n", ntohs(received.iteration), in efx_siena_loopback_rx_packet()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | selftest.c | 289 struct efx_loopback_payload received; in efx_loopback_rx_packet() local 300 memcpy(&received.packet, buf_ptr, in efx_loopback_rx_packet() 302 received.ip.saddr = payload->ip.saddr; in efx_loopback_rx_packet() 304 received.ip.check = payload->ip.check; in efx_loopback_rx_packet() 307 if (pkt_len < sizeof(received.header)) { in efx_loopback_rx_packet() 315 if (memcmp(&received.header, &payload->header, ETH_HLEN) != 0) { in efx_loopback_rx_packet() 332 if (memcmp(&received.ip, &payload->ip, sizeof(payload->ip)) != 0) { in efx_loopback_rx_packet() 340 if (memcmp(&received.msg, &payload->msg, sizeof(received.msg)) != 0) { in efx_loopback_rx_packet() 348 if (received.iteration != payload->iteration) { in efx_loopback_rx_packet() 351 "%s loopback test\n", ntohs(received.iteration), in efx_loopback_rx_packet()
|
| /linux-6.15/drivers/mfd/ |
| H A D | qnap-mcu.c | 46 size_t received; member 113 reply->data[reply->received] = *src++; in qnap_mcu_receive_buf() 114 reply->received++; in qnap_mcu_receive_buf() 116 if (reply->received == reply->length) { in qnap_mcu_receive_buf() 163 reply->received = 0; in qnap_mcu_exec()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | raspberrypi-rp1-cfe.rst | 14 received from the CSI-2 to the memory. One of those streams can also be routed 16 (e.g. non-scaled and downscaled versions) of the received frames to memory and 17 provide statistics of the received frames. 31 subdevices for the CSI-2 received and the FE that connects the video devices in 58 can be used to capture video frames or metadata received from the CSI-2.
|
| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | kobjects.c | 94 } else if (received) { in report_char_chartab_status() 97 used, received, object_type[do_characters]); in report_char_chartab_status() 124 int received = 0; in chars_chartab_store() local 143 received++; in chars_chartab_store() 221 report_char_chartab_status(reset, received, used, rejected, in chars_chartab_store() 727 static void report_msg_status(int reset, int received, int used, in report_msg_status() argument 736 } else if (received) { in report_msg_status() 739 used, received, groupname); in report_msg_status() 759 int received = 0; in message_store_helper() local 777 received++; in message_store_helper() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/cec/ |
| H A D | cec-pin-error-inj.rst | 101 received or transmitted message, ``always`` to always trigger the error 105 So '``any rx-nack``' will NACK the next received CEC message, 106 '``any,always rx-nack``' will NACK all received CEC messages and 108 received and do that only for every other received message. 163 otherwise the opcode hasn't been received yet. This tests if the 170 Add a spurious 0x55 byte to the received CEC message, provided 175 Remove the last byte from the received CEC message, provided it 182 As soon as a start bit has been received the CEC adapter will switch 229 the full message received by the remote CEC adapter is 243 must be at least 18, otherwise the opcode hasn't been received yet. [all …]
|
| /linux-6.15/sound/pci/echoaudio/ |
| H A D | midi.c | 118 short int count, midi_byte, i, received; in midi_service_irq() local 127 received = 0; in midi_service_irq() 141 chip->midi_buffer[received++] = (u8)midi_byte; in midi_service_irq() 144 return received; in midi_service_irq()
|
| /linux-6.15/drivers/misc/sgi-xp/ |
| H A D | xp.h | 268 void (*received) (short, int, void *); member 312 if (xpc_interface.received) in xpc_received() 313 xpc_interface.received(partid, ch_number, payload); in xpc_received()
|
| H A D | xp_main.c | 87 void (*received) (short, int, void *), in xpc_set_interface() 94 xpc_interface.received = received; in xpc_set_interface()
|
| /linux-6.15/tools/testing/selftests/drivers/net/ocelot/ |
| H A D | psfp.sh | 259 local received 276 received=$(isochron_report_num_received "${isochron_dat}") 277 if [ "${received}" = "${expected}" ]; then 281 echo "Expected isochron to receive ${expected} packets but received ${received}"
|
| /linux-6.15/Documentation/devicetree/bindings/pci/ |
| H A D | xlnx,nwl-pcie.yaml | 34 - description: interrupt asserted when miscellaneous interrupt is received 36 - description: interrupt asserted when a legacy interrupt is received 37 - description: msi1 interrupt asserted when an MSI is received 38 - description: msi0 interrupt asserted when an MSI is received
|
| H A D | xlnx,xdma-host.yaml | 38 - description: interrupt asserted when miscellaneous interrupt is received. 39 - description: msi0 interrupt asserted when an MSI is received. 40 - description: msi1 interrupt asserted when an MSI is received.
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf.data-directory-format.txt | 48 build id event received for vmlinux: 1eaa285996affce2d74d8e66dcea09a80c9941de 49 build id event received for [vdso]: 8bbaf5dc62a9b644b4d4e4539737e104e4a84541 50 …build id event received for /lib/x86_64-linux-gnu/libc-2.28.so: 5b157f49586a3ca84d55837f97ff466767…
|
| /linux-6.15/drivers/net/wan/ |
| H A D | hd64572.c | 229 int received = 0; in sca_rx_done() local 239 while (received < budget) { in sca_rx_done() 264 received++; in sca_rx_done() 274 return received; in sca_rx_done() 320 int received = 0; in sca_poll() local 329 received = sca_rx_done(port, budget); in sca_poll() 331 if (received < budget) { in sca_poll() 332 napi_complete_done(napi, received); in sca_poll() 336 return received; in sca_poll()
|