Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/openbmc/qemu/hw/ppc/
H A Dspapr_rng.c47 int received; member
57 assert(size + hrdp->received <= sizeof(hrdp->val.v8)); in random_recv()
58 memcpy(&hrdp->val.v8[hrdp->received], src, size); in random_recv()
59 hrdp->received += size; in random_recv()
80 hrdata.received = 0; in h_random()
82 while (hrdata.received < 8) { in h_random()
83 rng_backend_request_entropy(rngstate->backend, 8 - hrdata.received, in h_random()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dcounters.rst145 - 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.
196 - Number of received bytes processed using hardware-accelerated GRO. The
197 number of hardware GRO offloaded bytes received on ring i.
206 - Number of received packets processed using hardware-accelerated GRO that
216 - The number of LRO packets received on ring i [#accel]_.
220 - The number of LRO bytes received on ring i [#accel]_.
224 - The number of received packets where the ECN mark was turned on.
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst95 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 …]
/openbmc/qemu/migration/
H A Dglobal_state.c36 bool received; member
65 return global_state.received; in global_state_received()
85 s->received = true; in global_state_post_load()
152 global_state.received = false; in register_global_state()
/openbmc/linux/include/trace/events/
H A Drpcgss.h258 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)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics14 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 Ddebugfs-scmi-raw9 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
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dselftest.c290 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()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c292 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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dselftest.c289 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()
/openbmc/hiomapd/Documentation/
H A Dmboxd.md67 ACTIVE_MAPS_FLASH -> SUSPEND_MAPS_FLASH - Suspend command received over
69 SUSPEND_MAPS_FLASH -> ACTIVE_MAPS_FLASH - Resume command received over
71 ACTIVE_MAPS_MEM -> SUSPEND_MAPS_MEM - Suspend command received over D-Bus
72 SUSPEND_MAPS_MEM -> ACTIVE_MAPS_MEM - Resume command received over D-Bus
73 ACTIVE_MAPS_FLASH -> ACTIVE_MAPS_MEM - GET_MBOX_INFO command received
74 SUSPEND_MAPS_FLASH -> SUSPEND_MAPS_MEM - GET_MBOX_INFO command received
75 ACTIVE_MAPS_MEM -> ACTIVE_MAPS_FLASH - Reset D-Bus or mbox command received
162 When an event occurs on this file descriptor the signal received is determined
175 to initialise, received SIGINT or SIGTERM, or because it received the kill D-Bus
/openbmc/phosphor-mboxd/Documentation/
H A Dmboxd.md68 ACTIVE_MAPS_FLASH -> SUSPEND_MAPS_FLASH - Suspend command received over
70 SUSPEND_MAPS_FLASH -> ACTIVE_MAPS_FLASH - Resume command received over
72 ACTIVE_MAPS_MEM -> SUSPEND_MAPS_MEM - Suspend command received over D-Bus
73 SUSPEND_MAPS_MEM -> ACTIVE_MAPS_MEM - Resume command received over D-Bus
74 ACTIVE_MAPS_FLASH -> ACTIVE_MAPS_MEM - GET_MBOX_INFO command received
75 SUSPEND_MAPS_FLASH -> SUSPEND_MAPS_MEM - GET_MBOX_INFO command received
76 ACTIVE_MAPS_MEM -> ACTIVE_MAPS_FLASH - Reset D-Bus or mbox command received
163 When an event occurs on this file descriptor the signal received is determined
176 to initialise, received SIGINT or SIGTERM, or because it received the kill D-Bus
/openbmc/linux/drivers/net/can/dev/
H A Drx-offload.c179 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()
/openbmc/linux/drivers/accessibility/speakup/
H A Dkobjects.c82 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()
730 static void report_msg_status(int reset, int received, int used, in report_msg_status() argument
739 } else if (received) { in report_msg_status()
742 used, received, groupname); in report_msg_status()
762 int received = 0; in message_store_helper() local
[all …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst47 # <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 …]
/openbmc/linux/sound/pci/echoaudio/
H A Dmidi.c118 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()
/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c87 char received = 0; in do_ast_dptest() local
165 received = getc(); in do_ast_dptest()
170 if (received >= '1' && received <= '9') { in do_ast_dptest()
171 switch (received) { in do_ast_dptest()
226 } else if (received == '!') /* show config */ { in do_ast_dptest()
233 } else if (received == '0') /* change sscfg */ { in do_ast_dptest()
251 if (received == 27) { in do_ast_dptest()
269 Current_Item = received; in do_ast_dptest()
271 switch (received) { in do_ast_dptest()
1472 void DPPHYTX_Show_Item(char received) in DPPHYTX_Show_Item() argument
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh259 local received
276 received=$(isochron report \
281 if [ "${received}" = "${expected}" ]; then
285 echo "Expected isochron to receive ${expected} packets but received ${received}"
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxp_main.c87 void (*received) (short, int, void *), in xpc_set_interface()
94 xpc_interface.received = received; in xpc_set_interface()
H A Dxp.h268 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()
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_websocket.robot31 ${esel_received} eSEL received over websocket interface
32 ${dump_received} Dump notification received over websocket interface
68 # eSEL received over websocket interface.
84 # Check that the monitor received notification of the dump.
90 # Dump notification received over websocket interface.
/openbmc/debug-trigger/
H A DREADME.md4 unresponsive. When the signal is received it triggers a crash to collect debug
14 `debug-trigger` implements a single action once the trigger event is received,
/openbmc/linux/drivers/net/wan/
H A Dhd64572.c229 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()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME108 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>
/openbmc/linux/tools/perf/Documentation/
H A Dperf.data-directory-format.txt48 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…

12345678910>>...42