/Linux-v4.19/net/rds/ |
D | ib_send.c | 155 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument 161 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op() 163 if (send->s_op) { in rds_ib_send_unmap_op() 164 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op() 165 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 170 if (send->s_op) { in rds_ib_send_unmap_op() 171 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op() 172 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 177 if (send->s_op) { in rds_ib_send_unmap_op() 178 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op() [all …]
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | netjet.c | 89 struct tiger_dma send; member 194 bc->bch.nr, fill, cnt, idx, card->send.idx); in fill_mem() 201 val = card->send.start[idx]; in fill_mem() 204 card->send.start[idx++] = val; in fill_mem() 205 if (idx >= card->send.size) in fill_mem() 221 fill_mem(bc, 0, card->send.size, 0xff); in mode_tiger() 240 bc->free = card->send.size / 2; in mode_tiger() 254 bc->free = card->send.size / 2; in mode_tiger() 271 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR); in mode_tiger() 273 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in mode_tiger() [all …]
|
/Linux-v4.19/net/atm/ |
D | raw.c | 57 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()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | usbip_common.c | 415 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 …]
|
/Linux-v4.19/net/ipv6/ |
D | ip6_icmp.c | 36 ip6_icmp_send_t *send; in icmpv6_send() local 39 send = rcu_dereference(ip6_icmp_send); in icmpv6_send() 41 if (!send) in icmpv6_send() 43 send(skb, type, code, info, NULL); in icmpv6_send()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 75 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() 308 void __iomem *send = dest + PIO_BLOCK_SIZE; in seg_pio_copy_start() local 317 if (dend < send) { in seg_pio_copy_start() 339 while (dest < send) { in seg_pio_copy_start() 413 void __iomem *send; /* SOP end */ in mid_copy_mix() local 420 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_mix() 421 xend = min(send, dend); in mid_copy_mix() 539 void __iomem *send; /* SOP end */ in mid_copy_straight() local [all …]
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | tls.c | 123 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send); in TEST_F() 137 EXPECT_GE(send(self->fd, buf, send_len, 0), 0); in TEST_F() 149 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 160 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 162 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 324 EXPECT_EQ(send(self->fd, test_str, send_len2, 0), send_len2); in TEST_F() 343 EXPECT_GE(send(self->fd, mem_send, send_len, 0), 0); in TEST_F() 358 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 375 EXPECT_EQ(send(self->fd, send_mem, send_len, 0), send_len); in TEST_F() 397 EXPECT_EQ(send(self->fd, buf, send_len, 0), send_len); in TEST_F() [all …]
|
/Linux-v4.19/drivers/mmc/host/ |
D | meson-mx-sdio.c | 164 u32 mult, send = 0, ext = 0; in meson_mx_mmc_start_cmd() local 178 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 45); in meson_mx_mmc_start_cmd() 182 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 133); in meson_mx_mmc_start_cmd() 183 send |= MESON_MX_SDIO_SEND_RESP_CRC7_FROM_8; in meson_mx_mmc_start_cmd() 190 send |= MESON_MX_SDIO_SEND_RESP_WITHOUT_CRC7; in meson_mx_mmc_start_cmd() 193 send |= MESON_MX_SDIO_SEND_CHECK_DAT0_BUSY; in meson_mx_mmc_start_cmd() 196 send |= FIELD_PREP(MESON_MX_SDIO_SEND_REPEAT_PACKAGE_TIMES_MASK, in meson_mx_mmc_start_cmd() 209 send |= MESON_MX_SDIO_SEND_DATA; in meson_mx_mmc_start_cmd() 211 send |= MESON_MX_SDIO_SEND_RESP_HAS_DATA; in meson_mx_mmc_start_cmd() 216 send |= FIELD_PREP(MESON_MX_SDIO_SEND_COMMAND_INDEX_MASK, in meson_mx_mmc_start_cmd() [all …]
|
/Linux-v4.19/Documentation/networking/ |
D | tls.txt | 59 For example, we can send an encrypted hello world record as follows: 62 send(sock, msg, strlen(msg)); 64 send() data is directly encrypted from the userspace buffer provided 65 to the encrypted kernel send buffer if possible. 67 The sendfile system call will send the file's data over TLS records of maximum 74 TLS records are created and sent after each send() call, unless 79 This buffer is allocated at the time send() is called, such that 80 either the entire send() call will return -ENOMEM (or block waiting 81 for memory), or the encryption will always succeed. If send() returns 116 /* send TLS control message using record_type */ [all …]
|
D | rds.txt | 48 Sockets must be bound before you can send or receive data. 71 setsockopt(SOL_SOCKET): send and receive buffer size 72 RDS honors the send and receive buffer size socket options. 82 mark the port as "congested" and send a congestion update to 96 An attempt to send a message that exceeds SO_SNDSIZE will 99 An attempt to send a message that would take the total number 103 An attempt to send a message to a destination that is marked 127 POLLOUT is a little harder. Since you can essentially send 129 there's room on the send queue (ie the number of bytes queued 144 it detects a timeout. For instance, if it tried to send a message, [all …]
|
D | mac80211-injection.txt | 41 IEEE80211_RADIOTAP_MCS_BW_40: send in HT40 mode 57 1: send using 40MHz channel width 58 4: send using 80MHz channel width 59 11: send using 160MHz channel width 84 After composing the packet contents, it is sent by send()-ing it to a logical
|
/Linux-v4.19/Documentation/infiniband/ |
D | tag_matching.txt | 4 source send operations to destination receives. The following parameters must 10 The ordering rules require that when more than one pair of send and receive 11 message envelopes may match, the pair that includes the earliest posted-send 27 1. The Eager protocol- the complete message is sent when the send is 28 processed by the sender. A completion send is received in the send_cq 41 to the MPI receive routines in the posted receive list and posts send messages 42 using the MPI send routines. The head of the posted receive list may be 45 When send is initiated and arrives at the receive side, if there is no
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | lirc-func.rst | 15 lirc-get-send-mode 18 lirc-set-send-duty-cycle 23 lirc-set-send-carrier
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | netjet.c | 82 p = bcs->hw.tiger.send; in fill_mem() 99 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger() 126 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger() 135 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger() 143 bcs->hw.tiger.sendp = bcs->hw.tiger.send; in mode_tiger() 636 p = bcs->hw.tiger.send - 1; in netjet_fill_dma() 638 sp = bcs->hw.tiger.send - 1; in netjet_fill_dma() 646 p = bcs->hw.tiger.send; in netjet_fill_dma() 650 p = bcs->hw.tiger.send; in netjet_fill_dma() 657 p = bcs->hw.tiger.send + 1; in netjet_fill_dma() [all …]
|
D | hfc_2bds0.c | 149 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes_B() 163 s = cs->hw.hfcD.send[cs->hw.hfcD.f1] - cs->hw.hfcD.send[cs->hw.hfcD.f2]; in GetFreeFifoBytes_D() 280 …bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(cs, HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_CHANNEL(bcs… in hfc_fill_fifo() 284 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo() 707 cs->hw.hfcD.send[cs->hw.hfcD.f1] = ReadZReg(cs, HFCD_FIFO | HFCD_Z1 | HFCD_SEND); in hfc_fill_dfifo() 711 cs->hw.hfcD.send[cs->hw.hfcD.f1]); in hfc_fill_dfifo() 1025 unsigned *send; in init_send_hfcd() local 1027 if (!(send = kmalloc_array(cnt, sizeof(unsigned int), GFP_ATOMIC))) { in init_send_hfcd() 1033 send[i] = 0x1fff; in init_send_hfcd() 1034 return (send); in init_send_hfcd() [all …]
|
/Linux-v4.19/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-v4.19/tools/testing/selftests/bpf/ |
D | tcp_client.py | 20 def send(sock, s): function 24 try: n = sock.send(s) 49 n = send(sock, buf)
|
D | tcp_server.py | 20 def send(sock, s): function 24 try: n = sock.send(s) 77 n = send(sock, buf)
|
/Linux-v4.19/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 85 tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_STATUS, &interrupt, 1); in clear_interruption() 100 tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_cancel() 153 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in request_locality() 181 tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in release_locality() 399 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_DATA_FIFO, in st33zp24_send() 425 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_send() 506 .send = st33zp24_send, 574 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_ENABLE, in st33zp24_probe() 580 ret = tpm_dev->ops->send(tpm_dev->phy_id, (TPM_INT_ENABLE + 3), in st33zp24_probe()
|
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 51 wqe->send.rdmaop = T3_SEND_WITH_SE; in build_rdma_send() 53 wqe->send.rdmaop = T3_SEND; in build_rdma_send() 54 wqe->send.rem_stag = 0; in build_rdma_send() 58 wqe->send.rdmaop = T3_SEND_WITH_SE_INV; in build_rdma_send() 60 wqe->send.rdmaop = T3_SEND_WITH_INV; in build_rdma_send() 61 wqe->send.rem_stag = cpu_to_be32(wr->ex.invalidate_rkey); in build_rdma_send() 68 wqe->send.reserved[0] = 0; in build_rdma_send() 69 wqe->send.reserved[1] = 0; in build_rdma_send() 70 wqe->send.reserved[2] = 0; in build_rdma_send() 77 wqe->send.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey); in build_rdma_send() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | max98373.txt | 13 - 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
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rxon.c | 101 struct iwl_rxon_cmd *send) in iwlagn_disable_bss() argument 103 __le32 old_filter = send->filter_flags; in iwlagn_disable_bss() 106 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_bss() 108 0, sizeof(*send), send); in iwlagn_disable_bss() 110 send->filter_flags = old_filter; in iwlagn_disable_bss() 121 struct iwl_rxon_cmd *send) in iwlagn_disable_pan() argument 124 __le32 old_filter = send->filter_flags; in iwlagn_disable_pan() 125 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan() 135 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_pan() 136 send->dev_type = RXON_DEV_TYPE_P2P; in iwlagn_disable_pan() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | quota.c | 201 bool send = false; in iwl_mvm_update_quotas() local 330 send = true; in iwl_mvm_update_quotas() 332 send = true; in iwl_mvm_update_quotas() 336 send = true; in iwl_mvm_update_quotas() 343 if (!send && !force_update) { in iwl_mvm_update_quotas()
|
/Linux-v4.19/Documentation/hid/ |
D | intel-ish-hid.txt | 118 internal queues to sequence messages and send them in order to the FW. 136 The transport layer uses them to send and receive messages. 160 Once connection is established, peers send each other flow control bus messages 161 independently. Every peer may send a message only if it has received a 162 flow-control credit before. Once it sent a message, it may not send another one 164 Either side can send disconnect request bus message to end communication. Also 174 ISHTP client from either host or FW side wants to send something, it decides 175 whether to send over IPC or over DMA; for each transfer the decision is 184 if thw host doesn't support DMA, then it won't send DMA allocation, so FW can't 185 send DMA; if FW doesn't support DMA then it won't respond with [all …]
|