/openbmc/linux/net/rds/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | xt_string.sh | 49 send() { # (offset) function 63 send 0 64 send $((1000 - $patlen)) 72 send 1000 73 send $((1400 - $patlen)) 81 send $((1500 - $patlen)) 89 send 1495 97 send 1500 105 send $((1600 - $patlen)) 113 send $((1600 - $patlen + 1)) [all …]
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A 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 …]
|
/openbmc/linux/net/atm/ |
H A 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()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | usbip_common.c | 496 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic() argument 498 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() 561 int send) in correct_endian_ret_unlink() argument 563 if (send) in correct_endian_ret_unlink() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dio_stream_encoder.c | 58 uint32_t cont, send, line; in enc3_update_hdmi_info_packet() local 71 send = 1; in enc3_update_hdmi_info_packet() 76 send = 0; in enc3_update_hdmi_info_packet() 87 HDMI_GENERIC0_SEND, send); in enc3_update_hdmi_info_packet() 94 HDMI_GENERIC1_SEND, send); in enc3_update_hdmi_info_packet() 101 HDMI_GENERIC2_SEND, send); in enc3_update_hdmi_info_packet() 108 HDMI_GENERIC3_SEND, send); in enc3_update_hdmi_info_packet() 115 HDMI_GENERIC4_SEND, send); in enc3_update_hdmi_info_packet() 122 HDMI_GENERIC5_SEND, send); in enc3_update_hdmi_info_packet() 129 HDMI_GENERIC6_SEND, send); in enc3_update_hdmi_info_packet() [all …]
|
/openbmc/qemu/hw/remote/ |
H A D | mpqemu-link.c | 38 struct iovec send[2] = {}; in mpqemu_msg_send() local 43 send[0].iov_base = msg; in mpqemu_msg_send() 44 send[0].iov_len = MPQEMU_MSG_HDR_SIZE; in mpqemu_msg_send() 46 send[1].iov_base = (void *)&msg->data; in mpqemu_msg_send() 47 send[1].iov_len = msg->size; in mpqemu_msg_send() 70 if (!qio_channel_writev_full_all(ioc, send, G_N_ELEMENTS(send), in mpqemu_msg_send()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tls.c | 239 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 424 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send); in TEST_F() 498 EXPECT_GE(send(self->fd, buf, send_len, 0), 0); in TEST_F() 510 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 521 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 523 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F() 535 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 545 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_EOR), send_len); in TEST_F() 755 EXPECT_EQ(send(self->fd, test_str, send_len2, 0), send_len2); in TEST_F() 776 EXPECT_EQ(send(self->fd, mem_send, send_len, 0), send_len); in TEST_F() [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A 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 …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
H A D | 0001-tests-Fix-callback-prototype.patch | 18 tests/send.c | 2 +- 34 diff --git a/tests/send.c b/tests/send.c 36 --- a/tests/send.c 37 +++ b/tests/send.c
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 115 spin_lock_init(&ct->ctbs.send.lock); in intel_guc_ct_init_early() 191 static int ct_register_buffer(struct intel_guc_ct *ct, bool send, in ct_register_buffer() argument 196 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer() 203 err = intel_guc_self_cfg64(ct_to_guc(ct), send ? in ct_register_buffer() 210 err = intel_guc_self_cfg32(ct_to_guc(ct), send ? in ct_register_buffer() 217 send ? "SEND" : "RECV", ERR_PTR(err)); in ct_register_buffer() 266 guc_ct_buffer_init(&ct->ctbs.send, desc, cmds, cmds_size, resv_space); in intel_guc_ct_init() 319 GEM_BUG_ON(blob != ct->ctbs.send.desc); in intel_guc_ct_enable() 322 guc_ct_buffer_reset(&ct->ctbs.send); in intel_guc_ct_enable() 336 desc = base + ptrdiff(ct->ctbs.send.desc, blob); in intel_guc_ct_enable() [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A 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 …]
|
/openbmc/linux/drivers/mailbox/ |
H A 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() 557 writel_relaxed(1, &mhu->send->ch_wn[priv->ch_wn_idx + i].int_clr); in mhuv2_sender_interrupt() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_destroy.c | 51 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()
|
/openbmc/docs/designs/ |
H A D | remote-bios-configuration.md | 34 send the updated BIOS variables on next BIOS boot only. It will not initiate 36 5. In immediate model, BMC should send message to the system firmware (BIOS) 82 | | send to the RBC | … 89 BIOS send data in as Proprietary format to the BMC via IPMI interface. There are 95 must send compressed proprietary XML type 0 file via IPMI command to the BMC. 98 interface should convert the XML Type 0 into native to D-bus format and send to 103 send XML type 0 to the BMC. If XML version and XML checksum matched & pending 105 configuration (XML Type 1) from BMC & update in BIOS region and send updated XML 126 …| | | | | -Responsible for send /recv | |-Responsible … 147 …| | via SetPayload command| | | and send to the RBC. | | … [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A 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() 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,
|
/openbmc/openbmc/meta-security/scripts/ |
H A D | upload-error-report | 18 echo "$ERR_REPORT_USERNAME" > ~/.oe-send-error 19 echo "$ERR_REPORT_EMAIL" >> ~/.oe-send-error 24 send-error-report -y tmp/log/error-report/$x
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A 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 …]
|
/openbmc/qemu/docs/ |
H A D | colo-proxy.txt | 26 If the packet difference, notify COLO-frame to do checkpoint and send 27 all primary packet has queued. Otherwise just send the queued primary 61 |guest receive | guest send 74 Mirror client will send packet to guest,at the 82 and update TCP checksum, then send to secondary 83 guest. Otherwise directly send to guest. 85 2.Guest send packet route: 96 If packet same,send queued primary packet and clear 97 queued secondary packet, Otherwise send primary packet 111 and update TCP checksum. Then send it to [all …]
|
/openbmc/boost-dbus/include/dbus/ |
H A D | connection.hpp | 95 message send(message& m) { in send() function in dbus::connection 96 return this->get_service().send(this->get_implementation(), m); in send() 112 message send(message& m, const Duration& t) { in send() function in dbus::connection 113 return this->get_service().send(this->get_implementation(), m, t); in send() 120 return this->get_service().send(this->get_implementation(), m, in method_call()
|
/openbmc/linux/net/ipv6/ |
H A 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()
|
/openbmc/linux/Documentation/infiniband/ |
H A 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
|
/openbmc/linux/Documentation/input/devices/ |
H A 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 …]
|
/openbmc/pldm/requester/test/ |
H A D | request_test.cpp | 54 EXPECT_CALL(request, send()) 67 EXPECT_CALL(request, send()).Times(3).WillRepeatedly(Return(PLDM_SUCCESS)); 84 EXPECT_CALL(request, send()) 102 EXPECT_CALL(request, send()).Times(Exactly(1)).WillOnce(Return(PLDM_ERROR));
|
/openbmc/u-boot/arch/arm/mach-bcm283x/ |
H A D | mbox.c | 13 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw() argument 22 if (send & BCM2835_CHAN_MASK) { in bcm2835_mbox_call_raw() 23 printf("mbox: Illegal mbox data 0x%08x\n", send); in bcm2835_mbox_call_raw() 54 val = BCM2835_MBOX_PACK(chan, send); in bcm2835_mbox_call_raw()
|