/linux-6.12.1/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
D | counters.rst | 145 - The number of packets received on ring i. 149 - The number of bytes received on ring i. 191 - Number of received packets processed using hardware-accelerated GRO. The 192 number of hardware GRO offloaded packets received on ring i. Only true GRO 197 - Number of received bytes processed using hardware-accelerated GRO. The 198 number of hardware GRO offloaded bytes received on ring i. Only true GRO 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. 250 - The number of dropped received packets due to length which arrived to RQ [all …]
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/altera/ |
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. 194 a count of the number of packets received containing errors that prevented the 201 statistic is a count of the number of packets received that were not addressed 205 statistic is a count of the number of packets received that were addressed to 209 statistic is a count of the number of packets received that were addressed to [all …]
|
/linux-6.12.1/include/trace/events/ |
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.12.1/Documentation/ABI/testing/ |
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 …]
|
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
|
D | sysfs-devices-platform-ipmi | 134 events (RO) Number of IPMI events received from 154 received. 210 alerts (RO) Number of alerts received. 219 received. 222 received. 224 events (RO) Number of received events.
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
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.12.1/drivers/net/ethernet/sfc/siena/ |
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.12.1/drivers/net/ethernet/sfc/falcon/ |
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.12.1/drivers/net/can/dev/ |
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.12.1/drivers/accessibility/speakup/ |
D | kobjects.c | 82 static void report_char_chartab_status(int reset, int received, int used, in report_char_chartab_status() argument 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 [all …]
|
/linux-6.12.1/Documentation/userspace-api/media/cec/ |
D | cec-pin-error-inj.rst | 47 # <op>[,<mode>] rx-add-byte add a spurious byte to the received CEC message 48 # <op>[,<mode>] rx-remove-byte remove the last byte from the received CEC message 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 [all …]
|
/linux-6.12.1/sound/pci/echoaudio/ |
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.12.1/tools/testing/selftests/drivers/net/ocelot/ |
D | psfp.sh | 259 local received 276 received=$(isochron report \ 281 if [ "${received}" = "${expected}" ]; then 285 echo "Expected isochron to receive ${expected} packets but received ${received}"
|
/linux-6.12.1/drivers/misc/sgi-xp/ |
D | xp_main.c | 87 void (*received) (short, int, void *), in xpc_set_interface() 94 xpc_interface.received = received; in xpc_set_interface()
|
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()
|
/linux-6.12.1/drivers/net/wan/ |
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()
|
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | README | 108 num_rx_bytes = <number of bytes received from device and sent to kernel> 110 num_rx_pkts = <number of packets received from device and sent to kernel> 141 last_cmd_resp_id = <command id of the last several command responses received from device> 143 last_event = <event id of the last several events received from device> 148 num_evt_deauth = <number of deauthenticated events received from device> 149 num_evt_disassoc = <number of disassociated events received from device> 150 num_evt_link_lost = <number of link lost events received from device> 158 cmd_resp_received = <0/1, no cmd response to process/response received and yet to process> 159 event_received = <0/1, no event to process/event received and yet to process>
|
/linux-6.12.1/tools/perf/Documentation/ |
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.12.1/Documentation/networking/ |
D | iso15765-2.rst | 61 composing such block (``stmin``). Once this information has been received, the 99 is sent and received by the userspace application using these calls. The address 170 * ``CAN_ISOTP_RX_PADDING``: enable padding for the received frames, using 173 * ``CAN_ISOTP_CHK_PAD_LEN``: check for correct padding length on the received 176 * ``CAN_ISOTP_CHK_PAD_DATA``: check padding bytes on the received frames 184 * ``CAN_ISOTP_FORCE_TXSTMIN``: ignore stmin from received FC; normally 218 * ``rxpad_content``: byte used as padding value for received frames. 303 a 32bit unsigned integer; received Consecutive Frames (CF) which timestamps 325 received or not is decided when the First Frame is received. 379 /* Data can now be received using read(s, ...) and sent using write(s, ...) */
|
/linux-6.12.1/drivers/staging/nvec/ |
D | nvec.c | 601 unsigned int received = 0; in nvec_interrupt() local 621 received = readl(nvec->base + I2C_SL_RCVD); in nvec_interrupt() 644 nvec->rx->data[0] = received; in nvec_interrupt() 664 nvec->rx->data[1] = received; in nvec_interrupt() 693 nvec->rx->data[nvec->rx->pos++] = received; in nvec_interrupt() 706 if (received != nvec->i2c_addr) in nvec_interrupt() 709 received, nvec->i2c_addr); in nvec_interrupt() 724 received, in nvec_interrupt()
|
/linux-6.12.1/drivers/platform/chrome/ |
D | cros_ec_ishtp.c | 107 bool received; member 181 client_data->response.received = false; in ish_send() 193 client_data->response.received, in ish_send() 195 if (!client_data->response.received) { in ish_send() 258 if (client_data->response.received) { in process_recv() 310 client_data->response.received = true; in process_recv()
|
/linux-6.12.1/drivers/i3c/master/mipi-i3c-hci/ |
D | pio.c | 399 unsigned int received, count; in hci_pio_push_to_next_rx() local 401 received = (xfer->data_len - xfer->data_left) / 4; in hci_pio_push_to_next_rx() 404 received += 1; in hci_pio_push_to_next_rx() 406 from_last = from[received]; in hci_pio_push_to_next_rx() 409 count = received - words_to_keep; in hci_pio_push_to_next_rx() 501 unsigned int received, expected, to_keep; in hci_pio_process_resp() local 503 received = xfer->data_len - xfer->data_left; in hci_pio_process_resp() 505 if (expected > received) { in hci_pio_process_resp() 507 expected - received); in hci_pio_process_resp() 508 } else if (received > expected) { in hci_pio_process_resp()
|
/linux-6.12.1/Documentation/infiniband/ |
D | user_mad.rst | 42 MADs are received using read(). The receive side now supports 46 If the buffer passed is not large enough to hold the received 77 fields will be filled in with information on the received MAD. For 81 to ETIMEDOUT. Otherwise when a MAD has been successfully received, 122 index of received MADs. A new layout for struct ib_user_mad_hdr
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/netronome/ |
D | nfp.rst | 279 * The received packet is larger than the max buffer size on the host. 299 - Total number of bytes received. 303 - Unicast bytes received. 307 - Multicast bytes received. 311 - Broadcast bytes received. 315 - Total number of packets received. 319 - Multicast packets received. 323 - Broadcast packets received. 337 * An invalid packet descriptor was received over PCIe.
|