Home
last modified time | relevance | path

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

12345678910>>...32

/kernel/linux/linux-5.10/net/rds/
Dib_send.c151 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument
157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()
159 if (send->s_op) { in rds_ib_send_unmap_op()
160 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op()
161 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
166 if (send->s_op) { in rds_ib_send_unmap_op()
167 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op()
168 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
173 if (send->s_op) { in rds_ib_send_unmap_op()
174 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op()
[all …]
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
Dnetjet.c76 struct tiger_dma send; member
181 bc->bch.nr, fill, cnt, idx, card->send.idx); in fill_mem()
188 val = card->send.start[idx]; in fill_mem()
191 card->send.start[idx++] = val; in fill_mem()
192 if (idx >= card->send.size) in fill_mem()
208 fill_mem(bc, 0, card->send.size, 0xff); in mode_tiger()
227 bc->free = card->send.size / 2; in mode_tiger()
241 bc->free = card->send.size / 2; in mode_tiger()
258 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR); in mode_tiger()
260 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in mode_tiger()
[all …]
/kernel/linux/linux-5.10/net/atm/
Draw.c57 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0()
65 vcc->send = atm_send_aal0; in atm_init_aal0()
74 vcc->send = vcc->dev->ops->send; in atm_init_aal34()
83 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
/kernel/linux/linux-5.10/drivers/usb/usbip/
Dusbip_common.c415 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic() argument
417 if (send) { in correct_endian_basic()
433 int send) in correct_endian_cmd_submit() argument
435 if (send) { in correct_endian_cmd_submit()
453 int send) in correct_endian_ret_submit() argument
455 if (send) { in correct_endian_ret_submit()
471 int send) in correct_endian_cmd_unlink() argument
473 if (send) in correct_endian_cmd_unlink()
480 int send) in correct_endian_ret_unlink() argument
482 if (send) in correct_endian_ret_unlink()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dio_stream_encoder.c74 uint32_t cont, send, line; in enc3_update_hdmi_info_packet() local
86 send = 1; in enc3_update_hdmi_info_packet()
91 send = 0; in enc3_update_hdmi_info_packet()
102 HDMI_GENERIC0_SEND, send); in enc3_update_hdmi_info_packet()
109 HDMI_GENERIC1_SEND, send); in enc3_update_hdmi_info_packet()
116 HDMI_GENERIC2_SEND, send); in enc3_update_hdmi_info_packet()
123 HDMI_GENERIC3_SEND, send); in enc3_update_hdmi_info_packet()
130 HDMI_GENERIC4_SEND, send); in enc3_update_hdmi_info_packet()
137 HDMI_GENERIC5_SEND, send); in enc3_update_hdmi_info_packet()
144 HDMI_GENERIC6_SEND, send); in enc3_update_hdmi_info_packet()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio_copy.c75 void __iomem *send = dest + PIO_BLOCK_SIZE; in pio_copy() local
85 if (dend < send) { in pio_copy()
107 while (dest < send) { in pio_copy()
307 void __iomem *send = dest + PIO_BLOCK_SIZE; in seg_pio_copy_start() local
316 if (dend < send) { in seg_pio_copy_start()
338 while (dest < send) { in seg_pio_copy_start()
412 void __iomem *send; /* SOP end */ in mid_copy_mix() local
419 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_mix()
420 xend = min(send, dend); in mid_copy_mix()
538 void __iomem *send; /* SOP end */ in mid_copy_straight() local
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtls.c93 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F()
208 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send); in TEST_F()
280 EXPECT_GE(send(self->fd, buf, send_len, 0), 0); in TEST_F()
292 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F()
303 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F()
305 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F()
317 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F()
509 EXPECT_EQ(send(self->fd, test_str, send_len2, 0), send_len2); in TEST_F()
528 EXPECT_GE(send(self->fd, mem_send, send_len, 0), 0); in TEST_F()
543 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_stream_encoder.c54 uint32_t cont, send, line; in enc2_update_hdmi_info_packet() local
66 send = 1; in enc2_update_hdmi_info_packet()
71 send = 0; in enc2_update_hdmi_info_packet()
82 HDMI_GENERIC0_SEND, send); in enc2_update_hdmi_info_packet()
89 HDMI_GENERIC1_SEND, send); in enc2_update_hdmi_info_packet()
96 HDMI_GENERIC2_SEND, send); in enc2_update_hdmi_info_packet()
103 HDMI_GENERIC3_SEND, send); in enc2_update_hdmi_info_packet()
110 HDMI_GENERIC4_SEND, send); in enc2_update_hdmi_info_packet()
117 HDMI_GENERIC5_SEND, send); in enc2_update_hdmi_info_packet()
124 HDMI_GENERIC6_SEND, send); in enc2_update_hdmi_info_packet()
[all …]
/kernel/linux/linux-5.10/drivers/mmc/host/
Dmeson-mx-sdio.c161 u32 mult, send = 0, ext = 0; in meson_mx_mmc_start_cmd() local
175 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 45); in meson_mx_mmc_start_cmd()
179 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 133); in meson_mx_mmc_start_cmd()
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()
193 send |= FIELD_PREP(MESON_MX_SDIO_SEND_REPEAT_PACKAGE_TIMES_MASK, 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()
213 send |= FIELD_PREP(MESON_MX_SDIO_SEND_COMMAND_INDEX_MASK, in meson_mx_mmc_start_cmd()
[all …]
/kernel/linux/linux-5.10/net/ipv6/
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()
/kernel/linux/linux-5.10/Documentation/infiniband/
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
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/
Dlirc-func.rst15 lirc-get-send-mode
18 lirc-set-send-duty-cycle
23 lirc-set-send-carrier
/kernel/linux/linux-5.10/Documentation/input/devices/
Dsentelic.rst455 FSP will send out enable/disable packet when FSP receive PS/2 enable/disable
529 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;
541 a. send 0x68 PS/2 command to FSP;
543 b. send the inverted register address to FSP and goto step 8;
549 a. send 0xcc PS/2 command to FSP;
551 b. send the swapped register address to FSP and goto step 8;
553 7. send 0x66 PS/2 command to FSP;
[all …]
/kernel/linux/linux-5.10/Documentation/crypto/
Duserspace-if.rst62 send()/write() system call family. The result of the cipher operation is
79 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
121 should be processed with the message digest. The send system call allows
124 - MSG_MORE: If this flag is set, the send system call acts like a
126 calculated. If the flag is not set, the send system call calculates
154 Before data can be sent to the kernel using the write/send system call
165 send/recv system call family. That cmsghdr data structure holds the
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
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.
79 The sendfile system call will send the file's data over TLS records of maximum
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 */
[all …]
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.
90 mark the port as "congested" and send a congestion update to
104 An attempt to send a message that exceeds SO_SNDSIZE will
107 An attempt to send a message that would take the total number
111 An attempt to send a message to a destination that is marked
135 POLLOUT is a little harder. Since you can essentially send
137 there's room on the send queue (ie the number of bytes queued
152 it detects a timeout. For instance, if it tried to send a message,
[all …]
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
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtcp_client.py20 def send(sock, s): function
24 try: n = sock.send(s)
48 n = send(sock, buf)
Dtcp_server.py20 def send(sock, s): function
24 try: n = sock.send(s)
74 n = send(sock, buf)
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
Dst33zp24.c73 tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_STATUS, &interrupt, 1); in clear_interruption()
88 tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_cancel()
141 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in request_locality()
169 tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in release_locality()
387 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send()
401 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send()
413 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_send()
494 .send = st33zp24_send,
562 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_ENABLE, in st33zp24_probe()
568 ret = tpm_dev->ops->send(tpm_dev->phy_id, (TPM_INT_ENABLE + 3), in st33zp24_probe()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
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";
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Drxon.c86 struct iwl_rxon_cmd *send) in iwlagn_disable_bss() argument
88 __le32 old_filter = send->filter_flags; in iwlagn_disable_bss()
91 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_bss()
93 0, sizeof(*send), send); in iwlagn_disable_bss()
95 send->filter_flags = old_filter; in iwlagn_disable_bss()
106 struct iwl_rxon_cmd *send) in iwlagn_disable_pan() argument
109 __le32 old_filter = send->filter_flags; in iwlagn_disable_pan()
110 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan()
120 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_pan()
121 send->dev_type = RXON_DEV_TYPE_P2P; in iwlagn_disable_pan()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dmax98373.txt13 - maxim,vmon-slot-no : slot number used to send voltage information
18 - maxim,imon-slot-no : slot number used to send current information
21 - maxim,spkfb-slot-no : slot number used to send speaker feedback information
/kernel/linux/linux-5.10/Documentation/driver-api/pldmfw/
Ddriver-ops.rst25 The ``.send_package_data`` operation is used to send the device-specific
29 length. The device driver should send this data to firmware.
37 device driver should send the component information to the device firmware,
48 flash a given component. The driver must perform any steps necessary to send
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dquota.c196 bool send = false; in iwl_mvm_update_quotas() local
325 send = true; in iwl_mvm_update_quotas()
327 send = true; in iwl_mvm_update_quotas()
331 send = true; in iwl_mvm_update_quotas()
338 if (!send && !force_update) { in iwl_mvm_update_quotas()

12345678910>>...32