Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/linux-6.3-rc2/net/rds/
A Dib_send.c159 if (send->s_op) { in rds_ib_send_unmap_op()
166 if (send->s_op) { in rds_ib_send_unmap_op()
201 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()
220 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring()
620 first = send; in rds_ib_xmit()
683 &send->s_wr, send->s_wr.num_sge, send->s_wr.next); in rds_ib_xmit()
701 prev = send; in rds_ib_xmit()
825 send->s_sge[0].addr, send->s_sge[0].length); in rds_ib_xmit_atomic()
833 send, &send->s_atomic_wr, ret, failed_wr); in rds_ib_xmit_atomic()
911 first = send; in rds_ib_xmit_rdma()
[all …]
/linux-6.3-rc2/drivers/isdn/hardware/mISDN/
A Dnetjet.c76 struct tiger_dma send; member
260 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in mode_tiger()
267 card->send.idx, in mode_tiger()
326 card->send.dmaend = card->send.dmastart + in inittiger()
328 card->send.dmairq = card->send.dmastart + in inittiger()
335 card->send.dmastart, card->send.dmairq, in inittiger()
336 card->send.dmaend, card->send.start, card->send.size); in inittiger()
468 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in resync()
475 if (card->send.idx < ((card->send.size / 2) - 1)) in resync()
711 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in nj_irq()
[all …]
/linux-6.3-rc2/net/atm/
A Draw.c59 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0()
67 vcc->send = atm_send_aal0; in atm_init_aal0()
77 vcc->send = vcc->dev->ops->send_bh; in atm_init_aal34()
79 vcc->send = vcc->dev->ops->send; in atm_init_aal34()
89 vcc->send = vcc->dev->ops->send_bh; in atm_init_aal5()
91 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
/linux-6.3-rc2/drivers/usb/usbip/
A Dusbip_common.c498 if (send) { in correct_endian_basic()
514 int send) in correct_endian_cmd_submit() argument
516 if (send) { in correct_endian_cmd_submit()
534 int send) in correct_endian_ret_submit() argument
536 if (send) { in correct_endian_ret_submit()
552 int send) in correct_endian_cmd_unlink() argument
554 if (send) in correct_endian_cmd_unlink()
563 if (send) in correct_endian_ret_unlink()
573 if (send) in usbip_header_correct_endian()
578 if (!send) in usbip_header_correct_endian()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_dio_stream_encoder.c57 uint32_t cont, send, line; in enc3_update_hdmi_info_packet() local
70 send = 1; in enc3_update_hdmi_info_packet()
75 send = 0; in enc3_update_hdmi_info_packet()
86 HDMI_GENERIC0_SEND, send); in enc3_update_hdmi_info_packet()
93 HDMI_GENERIC1_SEND, send); in enc3_update_hdmi_info_packet()
100 HDMI_GENERIC2_SEND, send); in enc3_update_hdmi_info_packet()
107 HDMI_GENERIC3_SEND, send); in enc3_update_hdmi_info_packet()
114 HDMI_GENERIC4_SEND, send); in enc3_update_hdmi_info_packet()
121 HDMI_GENERIC5_SEND, send); in enc3_update_hdmi_info_packet()
128 HDMI_GENERIC6_SEND, send); in enc3_update_hdmi_info_packet()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/
A Dapple,mailbox.yaml17 One of the two FIFOs is used to send data to a co-processor while the other
50 - description: send fifo is empty interrupt
51 - description: send fifo is not empty interrupt
57 - const: send-empty
58 - const: send-not-empty
83 interrupt-names = "send-empty", "send-not-empty",
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dpio_copy.c34 void __iomem *send = dest + PIO_BLOCK_SIZE; in pio_copy() local
44 if (dend < send) { in pio_copy()
66 while (dest < send) { in pio_copy()
275 if (dend < send) { in seg_pio_copy_start()
297 while (dest < send) { in seg_pio_copy_start()
371 void __iomem *send; /* SOP end */ in mid_copy_mix() local
378 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_mix()
379 xend = min(send, dend); in mid_copy_mix()
497 void __iomem *send; /* SOP end */ in mid_copy_straight() local
504 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_straight()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_ct.c91 spin_lock_init(&ct->ctbs.send.lock); in intel_guc_ct_init_early()
292 GEM_BUG_ON(blob != ct->ctbs.send.desc); in intel_guc_ct_enable()
295 guc_ct_buffer_reset(&ct->ctbs.send); in intel_guc_ct_enable()
311 size = ct->ctbs.send.size * 4; in intel_guc_ct_enable()
492 struct guc_ct_buffer_desc *send = ct->ctbs.send.desc; in ct_deadlocked() local
497 send->status, recv->status); in ct_deadlocked()
507 ct->ctbs.send.broken = true; in ct_deadlocked()
526 lockdep_assert_held(&ct->ctbs.send.lock); in g2h_reserve_space()
763 if (unlikely(ct->ctbs.send.broken)) in intel_guc_ct_send()
1226 ct->ctbs.send.desc->head); in intel_guc_ct_print_info()
[all …]
/linux-6.3-rc2/tools/testing/selftests/net/
A Dtls.c438 EXPECT_GE(send(self->fd, buf, send_len, 0), 0); in TEST_F()
884 EXPECT_GE(send(self->fd, send_mem, send_len, 0), 0); in TEST_F()
1049 EXPECT_EQ(send(self->fd, send_mem, 10, 0), 10); in TEST_F()
1050 EXPECT_EQ(send(self->fd, send_mem, 5, 0), 5); in TEST_F()
1173 int res = send(self->fd, buf, in TEST_F()
1227 int res = send(self->fd, buf, in TEST_F()
1335 res = send(self->fd, buf, in test_mutliproc()
1534 EXPECT_EQ(send(self->fd2, buf, n, 0), n); in TEST_F()
1561 EXPECT_EQ(send(self->fd2, cip[i], n, 0), n); in TEST_F()
1592 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F()
[all …]
/linux-6.3-rc2/drivers/mmc/host/
A Dmeson-mx-sdio.c161 u32 mult, send = 0, ext = 0; in meson_mx_mmc_start_cmd() local
180 send |= MESON_MX_SDIO_SEND_RESP_CRC7_FROM_8; in meson_mx_mmc_start_cmd()
187 send |= MESON_MX_SDIO_SEND_RESP_WITHOUT_CRC7; in meson_mx_mmc_start_cmd()
190 send |= MESON_MX_SDIO_SEND_CHECK_DAT0_BUSY; in meson_mx_mmc_start_cmd()
206 send |= MESON_MX_SDIO_SEND_DATA; in meson_mx_mmc_start_cmd()
208 send |= MESON_MX_SDIO_SEND_RESP_HAS_DATA; in meson_mx_mmc_start_cmd()
236 writel(send, host->base + MESON_MX_SDIO_SEND); in meson_mx_mmc_start_cmd()
389 u32 irqs, u32 send) in meson_mx_mmc_process_cmd_irq() argument
410 (send & MESON_MX_SDIO_SEND_RESP_WITHOUT_CRC7))) in meson_mx_mmc_process_cmd_irq()
420 u32 irqs, send; in meson_mx_mmc_irq() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
A Dgt215.c37 mutex_lock(&pmu->send.mutex); in gt215_pmu_send()
45 mutex_unlock(&pmu->send.mutex); in gt215_pmu_send()
65 pmu->send.base)); in gt215_pmu_send()
82 mutex_unlock(&pmu->send.mutex); in gt215_pmu_send()
247 pmu->send.base = nvkm_rd32(device, 0x10a4d0) & 0x0000ffff; in gt215_pmu_init()
248 pmu->send.size = nvkm_rd32(device, 0x10a4d0) >> 16; in gt215_pmu_init()
279 .send = gt215_pmu_send,
/linux-6.3-rc2/drivers/mailbox/
A Darm_mhuv2.c177 struct mhu2_send_frame_reg __iomem *send; member
307 &mhu->send->ch_wn[priv->ch_wn_idx].stat_set); in mhuv2_doorbell_send_data()
393 writel_relaxed(0x1, &mhu->send->ch_wn[i].int_clr); in mhuv2_data_transfer_tx_startup()
394 writel_relaxed(0x1, &mhu->send->ch_wn[i].int_en); in mhuv2_data_transfer_tx_startup()
405 writel_relaxed(0x0, &mhu->send->ch_wn[i].int_en); in mhuv2_data_transfer_tx_shutdown()
415 return !readl_relaxed(&mhu->send->ch_wn[i].stat); in mhuv2_data_transfer_last_tx_done()
973 mhu->send = reg; in mhuv2_tx_init()
1000 writel_relaxed(0x0, &mhu->send->ch_wn[i].int_en); in mhuv2_tx_init()
1012 writel_relaxed(0x1, &mhu->send->access_request); in mhuv2_tx_init()
1013 while (!readl_relaxed(&mhu->send->access_ready)) in mhuv2_tx_init()
[all …]
/linux-6.3-rc2/net/ipv6/
A Dip6_icmp.c39 ip6_icmp_send_t *send; in __icmpv6_send() local
42 send = rcu_dereference(ip6_icmp_send); in __icmpv6_send()
43 if (send) in __icmpv6_send()
44 send(skb, type, code, info, NULL, parm); in __icmpv6_send()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_stream_encoder.c55 uint32_t cont, send, line; in enc2_update_hdmi_info_packet() local
67 send = 1; in enc2_update_hdmi_info_packet()
72 send = 0; in enc2_update_hdmi_info_packet()
83 HDMI_GENERIC0_SEND, send); in enc2_update_hdmi_info_packet()
90 HDMI_GENERIC1_SEND, send); in enc2_update_hdmi_info_packet()
97 HDMI_GENERIC2_SEND, send); in enc2_update_hdmi_info_packet()
104 HDMI_GENERIC3_SEND, send); in enc2_update_hdmi_info_packet()
111 HDMI_GENERIC4_SEND, send); in enc2_update_hdmi_info_packet()
118 HDMI_GENERIC5_SEND, send); in enc2_update_hdmi_info_packet()
125 HDMI_GENERIC6_SEND, send); in enc2_update_hdmi_info_packet()
[all …]
/linux-6.3-rc2/Documentation/infiniband/
A Dtag_matching.rst6 source send operations to destination receives. The following parameters must
14 The ordering rules require that when more than one pair of send and receive
15 message envelopes may match, the pair that includes the earliest posted-send
31 1. The Eager protocol- the complete message is sent when the send is
32 processed by the sender. A completion send is received in the send_cq
46 to the MPI receive routines in the posted receive list and posts send messages
47 using the MPI send routines. The head of the posted receive list may be
50 When send is initiated and arrives at the receive side, if there is no
/linux-6.3-rc2/Documentation/input/devices/
A Dsentelic.rst529 1. send 0xf3 PS/2 command to FSP;
531 2. send 0x66 PS/2 command to FSP;
533 3. send 0x88 PS/2 command to FSP;
535 4. send 0xf3 PS/2 command to FSP;
553 7. send 0x66 PS/2 command to FSP;
574 1. send 0xf3 PS/2 command to FSP;
592 4. send 0x55 PS/2 command to FSP;
596 5. send 0xf3 PS/2 command to FSP;
614 8. send 0x33 PS/2 command to FSP;
644 1. send 0xf3 PS/2 command to FSP;
[all …]
/linux-6.3-rc2/Documentation/userspace-api/media/rc/
A Dlirc-func.rst15 lirc-get-send-mode
18 lirc-set-send-duty-cycle
23 lirc-set-send-carrier
/linux-6.3-rc2/drivers/char/tpm/st33zp24/
A Dst33zp24.c72 tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_STATUS, &interrupt, 1); in clear_interruption()
85 tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_cancel()
129 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in request_locality()
153 tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in release_locality()
334 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send()
348 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send()
360 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_send()
427 .send = st33zp24_send,
517 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_ENABLE, in st33zp24_probe()
523 ret = tpm_dev->ops->send(tpm_dev->phy_id, (TPM_INT_ENABLE + 3), in st33zp24_probe()
/linux-6.3-rc2/tools/testing/selftests/net/af_unix/
A Dtest_unix_oob.c138 send(cfd, buf, sizeof(buf), MSG_OOB); in producer()
145 send(cfd, buf, sizeof(buf), MSG_OOB); in producer()
149 send(cfd, buf, sizeof(buf), MSG_OOB); in producer()
156 send(cfd, buf, sizeof(buf), MSG_OOB); in producer()
160 send(cfd, buf, sizeof(buf), MSG_OOB); in producer()
163 send(cfd, buf, sizeof(buf), 0); in producer()
170 send(cfd, buf, 1, MSG_OOB); in producer()
/linux-6.3-rc2/Documentation/crypto/
A Duserspace-if.rst79 particular cipher instance. When invoking send/write or recv/read
80 system calls to send data to the kernel or obtain data from the
88 the input buffer used for the send/write system call and the output
120 Using the send() system call, the application provides the data that
124 - MSG_MORE: If this flag is set, the send system call acts like a
165 send/recv system call family. That cmsghdr data structure holds the
178 - MSG_MORE: If this flag is set, the send system call acts like a
180 subsequent invocation of the send system call.
241 - MSG_MORE: If this flag is set, the send system call acts like a
243 subsequent invocation of the send system call.
[all …]
/linux-6.3-rc2/Documentation/networking/
A Drds.rst55 Sockets must be bound before you can send or receive data.
79 setsockopt(SOL_SOCKET): send and receive buffer size
80 RDS honors the send and receive buffer size socket options.
104 An attempt to send a message that exceeds SO_SNDSIZE will
135 POLLOUT is a little harder. Since you can essentially send
215 more send room)
336 The send path
343 - rds_message placed on send queue
344 - send worker awoken
356 - allocs work requests from send ring
[all …]
A Dtls.rst69 For example, we can send an encrypted hello world record as follows:
74 send(sock, msg, strlen(msg));
76 send() data is directly encrypted from the userspace buffer provided
77 to the encrypted kernel send buffer if possible.
88 TLS records are created and sent after each send() call, unless
93 This buffer is allocated at the time send() is called, such that
94 either the entire send() call will return -ENOMEM (or block waiting
95 for memory), or the encryption will always succeed. If send() returns
134 /* send TLS control message using record_type */
142 struct iovec msg_iov; /* Vector of data to send/receive into. */
[all …]
A Dmac80211-injection.rst49 IEEE80211_RADIOTAP_MCS_BW_40 send in HT40 mode
66 * 1: send using 40MHz channel width
67 * 4: send using 80MHz channel width
68 * 11: send using 160MHz channel width
93 After composing the packet contents, it is sent by send()-ing it to a logical
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/
A Dmxic-nand.txt10 - clock-names: should contain "ps", "send" and "send_dly"
11 - clocks: should contain 3 phandles for the "ps", "send" and
29 clock-names = "send", "send_dly", "ps";
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Drxon.c81 struct iwl_rxon_cmd *send) in iwlagn_disable_bss() argument
88 0, sizeof(*send), send); in iwlagn_disable_bss()
90 send->filter_flags = old_filter; in iwlagn_disable_bss()
101 struct iwl_rxon_cmd *send) in iwlagn_disable_pan() argument
105 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan()
118 0, sizeof(*send), send); in iwlagn_disable_pan()
120 send->filter_flags = old_filter; in iwlagn_disable_pan()
121 send->dev_type = old_dev_type; in iwlagn_disable_pan()
138 struct iwl_rxon_cmd *send) in iwlagn_disconn_pan() argument
145 sizeof(*send), send); in iwlagn_disconn_pan()
[all …]

Completed in 73 milliseconds

12345678910>>...33