| /linux-6.15/sound/pci/echoaudio/ |
| H A D | midi.c | 205 int bytes, sent, time; in snd_echo_midi_output_write() local 210 sent = 0; in snd_echo_midi_output_write() 217 sent = write_midi(chip, buf, bytes); in snd_echo_midi_output_write() 218 if (sent < 0) { in snd_echo_midi_output_write() 220 "write_midi() error %d\n", sent); in snd_echo_midi_output_write() 222 sent = 9000; in snd_echo_midi_output_write() 224 } else if (sent > 0) { in snd_echo_midi_output_write() 225 dev_dbg(chip->card->dev, "%d bytes sent\n", sent); in snd_echo_midi_output_write() 226 snd_rawmidi_transmit_ack(chip->midi_out, sent); in snd_echo_midi_output_write() 231 sent = 32; in snd_echo_midi_output_write() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_strp.c | 171 int sent, recvd, total; in test_sockmap_strp_multiple_pkt() local 202 sent = xsend(c, snd, total, 0); in test_sockmap_strp_multiple_pkt() 203 if (!ASSERT_EQ(sent, total, "xsend(c)")) in test_sockmap_strp_multiple_pkt() 310 sent = xsend(c, packet, pkt_size, 0); in test_sockmap_strp_pass() 311 if (!ASSERT_EQ(sent, pkt_size, "xsend(pre-data)")) in test_sockmap_strp_pass() 329 sent = xsend(c, packet, pkt_size, 0); in test_sockmap_strp_pass() 330 if (!ASSERT_EQ(sent, pkt_size, "xsend(c)")) in test_sockmap_strp_pass() 342 sent = xsend(c, packet, pkt_size, 0); in test_sockmap_strp_pass() 370 int zero = 0, one = 1, sent, recvd, off; in test_sockmap_strp_verdict() local 397 sent = xsend(c0, packet, STRP_PKT_FULL_LEN, 0); in test_sockmap_strp_verdict() [all …]
|
| /linux-6.15/drivers/iommu/ |
| H A D | exynos-iommu.c | 44 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \ argument 45 ((*(sent) & 3) == 0) || ((*(sent) & 3) == 3)) 46 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK) argument 47 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1) argument 48 #define lv1ent_page(sent) ((*(sent) != ZERO_LV2LINK) && \ argument 49 ((*(sent) & 3) == 1)) 50 #define lv1ent_section(sent) ((*(sent) & 3) == 2) argument 99 #define section_phys(sent) (sect_to_phys(*(sent)) & SECT_MASK) argument 123 #define lv2table_base(sent) (sect_to_phys(*(sent) & 0xFFFFFFC0)) argument 1084 if (lv1ent_fault(sent)) { in alloc_lv2entry() [all …]
|
| /linux-6.15/net/x25/ |
| H A D | x25_out.c | 52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local 73 return sent; in x25_output() 77 "sent\n", err, sent); in x25_output() 101 sent += len; in x25_output() 107 sent = skb->len - header_len; in x25_output() 109 return sent; in x25_output()
|
| /linux-6.15/include/trace/events/ |
| H A D | xdp.h | 57 int sent, int drops, int err), 59 TP_ARGS(dev, sent, drops, err), 65 __field(int, sent) 73 __entry->sent = sent; 80 __entry->sent, __entry->drops, __entry->err) 272 int sent, int drops, int err), 274 TP_ARGS(from_dev, to_dev, sent, drops, err), 281 __field(int, sent) 290 __entry->sent = sent; 300 __entry->sent, __entry->drops,
|
| /linux-6.15/net/smc/ |
| H A D | smc_tx.h | 23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends() local 25 smc_curs_copy(&sent, &conn->tx_curs_sent, conn); in smc_tx_prepared_sends() 27 return smc_curs_diff(conn->sndbuf_desc->len, &sent, &prep); in smc_tx_prepared_sends()
|
| H A D | smc_tx.c | 342 union smc_host_cursor *sent, in smc_tx_advance_cursors() argument 352 smc_curs_add(conn->sndbuf_desc->len, sent, len); in smc_tx_advance_cursors() 467 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local 473 smc_curs_copy(&sent, &conn->tx_curs_sent, conn); in smc_tx_rdma_writes() 476 to_send = smc_curs_diff(conn->sndbuf_desc->len, &sent, &prep); in smc_tx_rdma_writes() 516 if (sent.count + dst_len <= conn->sndbuf_desc->len) { in smc_tx_rdma_writes() 521 src_len = conn->sndbuf_desc->len - sent.count; in smc_tx_rdma_writes() 525 rc = smcd_tx_rdma_writes(conn, len, sent.count, src_len, in smc_tx_rdma_writes() 528 rc = smcr_tx_rdma_writes(conn, len, sent.count, src_len, in smc_tx_rdma_writes() 535 smc_tx_advance_cursors(conn, &prod, &sent, len); in smc_tx_rdma_writes() [all …]
|
| /linux-6.15/Documentation/input/ |
| H A D | notifier.rst | 15 - KBD_KEYCODE events are always sent before other events, value is the keycode. 16 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym. 18 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a 20 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a 22 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.
|
| H A D | userio.rst | 27 /dev/userio character device in their applications. Commands are sent to the 43 ``type`` describes the type of command that is being sent. This can be any one 47 Each command should be sent by writing the struct directly to the character 50 to the kernel log. Only one command can be sent at a time, any additional data 76 ``data`` is the interrupt data being sent.
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_close_close-on-syn-sent.pkt | 2 // Test to make sure no RST is being sent when close() 14 // Make sure no RST is sent after close(). 18 // If a RESET were sent right after close(), it would have failed with
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_codec.c | 10 struct hci_op_read_local_codec_caps *sent, in hci_codec_list_add() argument 21 entry->id = sent->id; in hci_codec_list_add() 22 if (sent->id == 0xFF) { in hci_codec_list_add() 23 entry->cid = __le16_to_cpu(sent->cid); in hci_codec_list_add() 24 entry->vid = __le16_to_cpu(sent->vid); in hci_codec_list_add() 26 entry->transport = sent->transport; in hci_codec_list_add()
|
| H A D | hci_event.c | 210 void *sent; in hci_cc_write_link_policy() local 218 if (!sent) in hci_cc_write_link_policy() 251 void *sent; in hci_cc_write_def_link_policy() local 259 if (!sent) in hci_cc_write_def_link_policy() 311 if (!sent) in hci_cc_read_stored_link_key() 352 if (!sent) in hci_cc_write_local_name() 393 if (!sent) in hci_cc_write_auth_enable() 428 if (!sent) in hci_cc_write_encrypt_mode() 451 if (!sent) in hci_cc_write_scan_enable() 492 if (!sent) in hci_cc_set_event_filter() [all …]
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | ath3k.c | 207 int err, pipe, size, sent = 0; in ath3k_load_firmware() local 225 sent += FW_HDR_SIZE; in ath3k_load_firmware() 235 memcpy(send_buf, firmware->data + sent, size); in ath3k_load_firmware() 245 sent += size; in ath3k_load_firmware() 276 int err, pipe, size, count, sent = 0; in ath3k_load_fwfile() local 298 sent += size; in ath3k_load_fwfile() 308 memcpy(send_buf, firmware->data + sent, size); in ath3k_load_fwfile() 317 sent += size; in ath3k_load_fwfile()
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | vmci_transport_notify.c | 121 bool sent; in vmci_transport_handle_waiting_read() local 124 sent = vmci_transport_send_wrote_bh(dst, src) > 0; in vmci_transport_handle_waiting_read() 126 sent = vmci_transport_send_wrote(sk) > 0; in vmci_transport_handle_waiting_read() 128 if (sent) in vmci_transport_handle_waiting_read() 151 bool sent; in vmci_transport_handle_waiting_write() local 154 sent = vmci_transport_send_read_bh(dst, src) > 0; in vmci_transport_handle_waiting_write() 156 sent = vmci_transport_send_read(sk) > 0; in vmci_transport_handle_waiting_write() 158 if (sent) in vmci_transport_handle_waiting_write()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | debugfs-scmi-raw | 7 in little-endian binary format to have it sent to the configured 12 and sent while the replies are read back one message at time 22 in little-endian binary format to have it sent to the configured 30 and sent while the replies are read back one message at time 74 in little-endian binary format to have it sent to the configured 81 and sent while the replies are read back one message at time 98 in little-endian binary format to have it sent to the configured 108 and sent while the replies are read back one message at time
|
| H A D | sysfs-timecard | 36 PPS1 signal is sent to the PPS1 selector 37 PPS2 signal is sent to the PPS2 selector 38 TS1 signal is sent to timestamper 1 39 TS2 signal is sent to timestamper 2 40 TS3 signal is sent to timestamper 3 41 TS4 signal is sent to timestamper 4 42 IRIG signal is sent to the IRIG-B module 43 DCF signal is sent to the DCF module 44 FREQ1 signal is sent to frequency counter 1 45 FREQ2 signal is sent to frequency counter 2 [all …]
|
| H A D | sysfs-bus-iio-chemical-sgp40 | 6 Set the temperature. This value is sent to the sensor for 15 Set the relative humidity. This value is sent to the sensor for
|
| /linux-6.15/drivers/tty/hvc/ |
| H A D | hvc_xen.c | 93 size_t sent = 0; in __write_console() local 106 while ((sent < len) && ((prod - cons) < sizeof(intf->out))) in __write_console() 107 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; in __write_console() 113 if (sent) in __write_console() 115 return sent; in __write_console() 133 ssize_t sent = __write_console(cons, data, len); in domU_write_console() local 135 if (sent < 0) in domU_write_console() 136 return sent; in domU_write_console() 138 data += sent; in domU_write_console() 139 len -= sent; in domU_write_console()
|
| /linux-6.15/drivers/perf/ |
| H A D | xgene_pmu.c | 327 XGENE_PMU_EVENT_ATTR(act-cmd-sent, 0x02), 329 XGENE_PMU_EVENT_ATTR(rd-cmd-sent, 0x04), 331 XGENE_PMU_EVENT_ATTR(wr-cmd-sent, 0x06), 518 XGENE_PMU_EVENT_ATTR(act-sent, 0x01), 519 XGENE_PMU_EVENT_ATTR(pre-sent, 0x02), 520 XGENE_PMU_EVENT_ATTR(rd-sent, 0x03), 521 XGENE_PMU_EVENT_ATTR(rda-sent, 0x04), 522 XGENE_PMU_EVENT_ATTR(wr-sent, 0x05), 523 XGENE_PMU_EVENT_ATTR(wra-sent, 0x06), 526 XGENE_PMU_EVENT_ATTR(prea-sent, 0x09), [all …]
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | acpi_power_meter.rst | 32 socket and a poll notification will be sent to the appropriate 42 the netlink event socket and a poll notification will be sent to the 47 There are a few other ACPI notifications that can be sent by the firmware. In 49 well as sent as a poll notification to a sysfs file. The events are as
|
| /linux-6.15/Documentation/hid/ |
| H A D | hid-transport.rst | 100 reports. No management commands or data acknowledgements are sent on this 101 channel. Any unrequested incoming or outgoing data report must be sent on 104 not sent via intr, except if high throughput is required. 106 device management. Unrequested data input events must not be sent on this 111 Outgoing reports are usually sent on the ctrl channel via synchronous 119 data is generated by the device and sent to the host with or without 124 reports are never sent from device to host, but a host can retrieve their 141 Plain reports must not be sent on the ctrl channel, though. Instead, the ctrl 145 - GET_REPORT: A GET_REPORT request has a report ID as payload and is sent 159 GET_REPORT requests can be sent for any of the 3 report types and shall [all …]
|
| H A D | uhid.rst | 39 payloads are sent. You must not split a single event across multiple read()'s or 40 multiple write()'s. A single event must always be sent as a whole. Furthermore, 41 only a single event can be sent per read() or write(). Pending data is ignored. 98 UHID_INPUT events can be sent to the kernel. 125 This is sent when the HID device is started. Consider this as an answer to 126 UHID_CREATE2. This is always the first event that is sent. Note that this 140 For messages sent by user-space to the kernel, you must adjust the 144 This is sent when the HID device is stopped. Consider this as an answer to 155 This is sent when the HID device is opened. That is, the data that the HID 162 This is sent when there are no more processes which read the HID data. It is [all …]
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | sock.c | 597 ssize_t bytes, sent; in _test_server_run() local 615 sent = send(sk, buf, bytes, 0); in _test_server_run() 616 if (sent == 0) in _test_server_run() 618 if (sent != bytes) in _test_server_run() 665 size_t sent, bytes = min(msg_len, buf_sz - i); in test_client_loop() local 672 sent = send(sk, buf + i, bytes, 0); in test_client_loop() 673 if (sent == 0) in test_client_loop() 675 if (sent != bytes) in test_client_loop() 691 } while (bytes < sent); in test_client_loop() 692 if (bytes > sent) in test_client_loop() [all …]
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | README | 107 num_tx_bytes = <number of bytes sent to device> 108 num_rx_bytes = <number of bytes received from device and sent to kernel> 109 num_tx_pkts = <number of packets sent to device> 110 num_rx_pkts = <number of packets received from device and sent to kernel> 121 wmm_ac_vo = <number of packets sent to device from WMM AcVo queue> 122 wmm_ac_vi = <number of packets sent to device from WMM AcVi queue> 123 wmm_ac_be = <number of packets sent to device from WMM AcBE queue> 124 wmm_ac_bk = <number of packets sent to device from WMM AcBK queue> 138 last_cmd_id = <command id of the last several commands sent to device> 139 last_cmd_act = <command action of the last several commands sent to device> [all …]
|
| /linux-6.15/net/hsr/ |
| H A D | Kconfig | 18 with other HSR capable nodes. All Ethernet frames sent over the HSR 19 device will be sent in both directions on the ring (over both slave 26 frames sent over the PRP device will be sent to both networks giving
|