| /linux/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. 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/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/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 43 Any subsequently received response can be read from this same 60 Any subsequently received response can be read from this same 62 Any additional delayed response received afterwards can be read 75 generally unexpectedly received SCMI message, for instance <n>, 97 causes the internal queues of any kind of received message, 113 Any subsequently received response can be read from this same 137 Any subsequently received response can be read from this same [all …]
|
| H A 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/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/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/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/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/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/drivers/accessibility/speakup/ |
| H A 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/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/drivers/misc/sgi-xp/ |
| 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()
|
| 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()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A 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/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()
|
| /linux/Documentation/networking/ |
| H A 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, ...) */
|
| H A D | oa-tc6-framework.rst | 69 In parallel, receive data chunks are received on MISO. Each receive data 153 - Forwards the received Ethernet frame from 10Base-T1x MAC-PHY to n/w 242 received from the MAC-PHY. The SPI host should not write more data chunks 249 first data header this interrupt will be deasserted and the received 274 received a control or data header with a parity error. 308 containing the first byte of a new received Ethernet 310 beginning of the received Ethernet frame (RTSA = 1) 316 received Ethernet frame. This bit is only valid at the end 317 of a received Ethernet frame (EV = 1) and shall be zero at 321 received Ethernet frame is present in this receive data [all …]
|
| /linux/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/Documentation/infiniband/ |
| H A 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/Documentation/networking/device_drivers/ethernet/netronome/ |
| H A 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.
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | mal.c | 398 int received = 0; in mal_poll() local 421 n = mc->ops->poll_rx(mc->dev, budget - received); in mal_poll() 423 received += n; in mal_poll() 424 if (received >= budget) in mal_poll() 429 if (napi_complete_done(napi, received)) { in mal_poll() 456 MAL_DBG2(mal, "poll() %d <- %d" NL, budget, received); in mal_poll() 457 return received; in mal_poll()
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-receive.rst | 42 If the file descriptor is in non-blocking mode and there are no received 48 A received message can be: 50 1. a message received from another CEC device (the ``sequence`` field will 107 - Timestamp in ns of when the last byte of the message was received. 119 for a message to be received before timing out. If it is set to 0, 129 to associate the received message with the original transmit. 134 received message with the original transmit. 162 synchronized with the contents of the received message. 165 - The status bits of the received message. See 332 - The message was received successfully. [all …]
|
| /linux/drivers/atm/ |
| H A D | nicstarmac.copyright | 24 * Implementing minimal-copy of received data: 36 * 2) skb_clone of received buffers 54 * You should have received a copy of the GNU General Public License
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-fw-loader.c | 198 bool received; member 302 client_data->response.received = false; in loader_cl_send() 312 client_data->response.received, in loader_cl_send() 314 if (!client_data->response.received) { in loader_cl_send() 351 if (client_data->response.received) { in process_recv() 430 client_data->response.received = true; in process_recv()
|