Home
last modified time | relevance | path

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

12345678910>>...35

/linux/net/rds/
H 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/tools/testing/selftests/net/netfilter/
H A Dxt_string.sh51 send() { # (offset) function
67 send 0
68 send $((1000 - patlen))
76 send 1000
77 send $((1400 - patlen))
85 send $((1500 - patlen))
93 send 1495
101 send 1500
109 send $((1600 - patlen))
117 send $((1600 - patlen + 1))
[all …]
/linux/drivers/isdn/hardware/mISDN/
H 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/net/atm/
H 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/drivers/usb/usbip/
H 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/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c55 uint32_t cont, send, line; in enc3_update_hdmi_info_packet() local
68 send = 1; in enc3_update_hdmi_info_packet()
73 send = 0; in enc3_update_hdmi_info_packet()
84 HDMI_GENERIC0_SEND, send); in enc3_update_hdmi_info_packet()
91 HDMI_GENERIC1_SEND, send); in enc3_update_hdmi_info_packet()
98 HDMI_GENERIC2_SEND, send); in enc3_update_hdmi_info_packet()
105 HDMI_GENERIC3_SEND, send); in enc3_update_hdmi_info_packet()
112 HDMI_GENERIC4_SEND, send); in enc3_update_hdmi_info_packet()
119 HDMI_GENERIC5_SEND, send); in enc3_update_hdmi_info_packet()
126 HDMI_GENERIC6_SEND, send); in enc3_update_hdmi_info_packet()
[all …]
/linux/Documentation/devicetree/bindings/mailbox/
H A Dapple,mailbox.yaml17 One of the two FIFOs is used to send data to a co-processor while the other
52 - description: send fifo is empty interrupt
53 - description: send fifo is not empty interrupt
59 - const: send-empty
60 - const: send-not-empty
85 interrupt-names = "send-empty", "send-not-empty",
/linux/drivers/infiniband/hw/hfi1/
H 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/tools/testing/selftests/net/
H A Dtls.c498 EXPECT_GE(send(self->fd, buf, send_len, 0), 0); in TEST_F()
1135 EXPECT_EQ(send(self->fd, send_mem, 5, 0), 5); in TEST_F()
1258 int res = send(self->fd, buf, in TEST_F()
1312 int res = send(self->fd, buf, in TEST_F()
1420 res = send(self->fd, buf, in test_mutliproc()
1630 EXPECT_EQ(send(self->fd, rec1, 10, 0), 10); in TEST_F()
1631 EXPECT_EQ(send(self->fd, rec2, 10, 0), 10); in TEST_F()
1732 EXPECT_EQ(send(self->fd2, buf, n, 0), n); in TEST_F()
1759 EXPECT_EQ(send(self->fd2, cip[i], n, 0), n); in TEST_F()
1790 EXPECT_EQ(send(self->fd2, cip, n, 0), n); in TEST_F()
[all …]
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c142 spin_lock_init(&ct->ctbs.send.lock); in intel_guc_ct_init_early()
346 GEM_BUG_ON(blob != ct->ctbs.send.desc); in intel_guc_ct_enable()
349 guc_ct_buffer_reset(&ct->ctbs.send); in intel_guc_ct_enable()
365 size = ct->ctbs.send.size * 4; in intel_guc_ct_enable()
575 struct guc_ct_buffer_desc *send = ct->ctbs.send.desc; in ct_deadlocked() local
580 send->status, recv->status); in ct_deadlocked()
591 ct->ctbs.send.broken = true; in ct_deadlocked()
610 lockdep_assert_held(&ct->ctbs.send.lock); in g2h_reserve_space()
848 if (unlikely(ct->ctbs.send.broken)) in intel_guc_ct_send()
1369 ct->ctbs.send.desc->head); in intel_guc_ct_print_info()
[all …]
/linux/drivers/mmc/host/
H 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/tools/testing/selftests/bpf/prog_tests/
H A Dsock_destroy.c51 n = send(clien, "t", 1, 0); in test_tcp_client()
58 n = send(clien, "t", 1, 0); in test_tcp_client()
92 n = send(clien, "t", 1, 0); in test_tcp_server()
99 n = send(clien, "t", 1, 0); in test_tcp_server()
125 n = send(clien, "t", 1, 0); in test_udp_client()
132 n = send(clien, "t", 1, 0); in test_udp_client()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H 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/drivers/mailbox/
H 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()
974 mhu->send = reg; in mhuv2_tx_init()
1001 writel_relaxed(0x0, &mhu->send->ch_wn[i].int_en); in mhuv2_tx_init()
1013 writel_relaxed(0x1, &mhu->send->access_request); in mhuv2_tx_init()
1014 while (!readl_relaxed(&mhu->send->access_ready)) in mhuv2_tx_init()
[all …]
/linux/net/ipv6/
H 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/drivers/gpu/drm/amd/display/dc/dcn20/
H 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/Documentation/infiniband/
H 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/Documentation/input/devices/
H 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/Documentation/userspace-api/media/rc/
H A Dlirc-func.rst15 lirc-get-send-mode
18 lirc-set-send-duty-cycle
23 lirc-set-send-carrier
/linux/drivers/char/tpm/st33zp24/
H 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/tools/testing/selftests/net/af_unix/
H 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/Documentation/networking/
H 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 …]
H 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 …]
/linux/Documentation/crypto/
H 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/Documentation/devicetree/bindings/mtd/
H 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";

12345678910>>...35