/linux-6.1.9/net/rds/ |
D | ib_send.c | 151 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 …]
|
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | netjet.c | 76 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 …]
|
/linux-6.1.9/net/atm/ |
D | raw.c | 59 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.1.9/drivers/usb/usbip/ |
D | usbip_common.c | 495 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic() argument 497 if (send) { in correct_endian_basic() 513 int send) in correct_endian_cmd_submit() argument 515 if (send) { in correct_endian_cmd_submit() 533 int send) in correct_endian_ret_submit() argument 535 if (send) { in correct_endian_ret_submit() 551 int send) in correct_endian_cmd_unlink() argument 553 if (send) in correct_endian_cmd_unlink() 560 int send) in correct_endian_ret_unlink() argument 562 if (send) in correct_endian_ret_unlink() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dio_stream_encoder.c | 57 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.1.9/Documentation/devicetree/bindings/mailbox/ |
D | apple,mailbox.yaml | 17 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.1.9/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 34 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() 266 void __iomem *send = dest + PIO_BLOCK_SIZE; in seg_pio_copy_start() local 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 [all …]
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ct.c | 106 spin_lock_init(&ct->ctbs.send.lock); in intel_guc_ct_init_early() 179 static int ct_register_buffer(struct intel_guc_ct *ct, bool send, in ct_register_buffer() argument 184 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer() 191 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer() 198 err = intel_guc_self_cfg32(ct_to_guc(ct), send ? in ct_register_buffer() 205 send ? "SEND" : "RECV", ERR_PTR(err)); in ct_register_buffer() 254 guc_ct_buffer_init(&ct->ctbs.send, desc, cmds, cmds_size, resv_space); in intel_guc_ct_init() 307 GEM_BUG_ON(blob != ct->ctbs.send.desc); in intel_guc_ct_enable() 310 guc_ct_buffer_reset(&ct->ctbs.send); in intel_guc_ct_enable() 324 desc = base + ptrdiff(ct->ctbs.send.desc, blob); in intel_guc_ct_enable() [all …]
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | tls.c | 223 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 364 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send); in TEST_F() 438 EXPECT_GE(send(self->fd, buf, send_len, 0), 0); in TEST_F() 450 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 461 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 463 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 475 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 670 EXPECT_EQ(send(self->fd, test_str, send_len2, 0), send_len2); in TEST_F() 691 EXPECT_EQ(send(self->fd, mem_send, send_len, 0), send_len); in TEST_F() 752 EXPECT_EQ(send(self->fd, mem_send, send_len, 0), send_len); in TEST_F() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_stream_encoder.c | 55 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.1.9/drivers/mmc/host/ |
D | meson-mx-sdio.c | 161 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 …]
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gt215.c | 37 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() 228 pmu->send.base = nvkm_rd32(device, 0x10a4d0) & 0x0000ffff; in gt215_pmu_init() 229 pmu->send.size = nvkm_rd32(device, 0x10a4d0) >> 16; in gt215_pmu_init() 274 .send = gt215_pmu_send,
|
/linux-6.1.9/drivers/mailbox/ |
D | arm_mhuv2.c | 177 struct mhu2_send_frame_reg __iomem *send; member 293 return !(readl_relaxed(&mhu->send->ch_wn[priv->ch_wn_idx].stat) & in mhuv2_doorbell_last_tx_done() 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() 477 writel_relaxed(word, &mhu->send->ch_wn[priv->ch_wn_idx + windows - 1 - i].stat_set); in mhuv2_data_transfer_send_data() 548 chan = get_irq_chan_comb(mhu, mhu->send->chcomb_int_st); in mhuv2_sender_interrupt() 556 writel_relaxed(1, &mhu->send->ch_wn[priv->ch_wn_idx + priv->windows - 1].int_clr); in mhuv2_sender_interrupt() [all …]
|
/linux-6.1.9/net/ipv6/ |
D | ip6_icmp.c | 39 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.1.9/Documentation/infiniband/ |
D | tag_matching.rst | 6 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.1.9/Documentation/userspace-api/media/rc/ |
D | lirc-func.rst | 15 lirc-get-send-mode 18 lirc-set-send-duty-cycle 23 lirc-set-send-carrier
|
/linux-6.1.9/Documentation/input/devices/ |
D | sentelic.rst | 455 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 …]
|
/linux-6.1.9/Documentation/crypto/ |
D | userspace-if.rst | 62 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 …]
|
/linux-6.1.9/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 71 tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_STATUS, &interrupt, 1); in clear_interruption() 84 tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_cancel() 128 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in request_locality() 152 tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in release_locality() 333 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send() 347 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send() 359 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_send() 426 .send = st33zp24_send, 490 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_ENABLE, in st33zp24_probe() 496 ret = tpm_dev->ops->send(tpm_dev->phy_id, (TPM_INT_ENABLE + 3), in st33zp24_probe()
|
/linux-6.1.9/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 138 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.1.9/Documentation/networking/ |
D | rds.rst | 55 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 …]
|
D | tls.rst | 69 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 …]
|
D | mac80211-injection.rst | 49 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.1.9/Documentation/devicetree/bindings/mtd/ |
D | mxic-nand.txt | 10 - 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.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rxon.c | 81 struct iwl_rxon_cmd *send) in iwlagn_disable_bss() argument 83 __le32 old_filter = send->filter_flags; in iwlagn_disable_bss() 86 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_bss() 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 104 __le32 old_filter = send->filter_flags; in iwlagn_disable_pan() 105 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan() 115 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_pan() 116 send->dev_type = RXON_DEV_TYPE_P2P; in iwlagn_disable_pan() [all …]
|