Home
last modified time | relevance | path

Searched refs:bounce (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/network/
H A Dphosphor-network_%.bbappend6 file://ncsi-bounce \
7 file://ncsi-bounce.service \
16 SYSTEMD_SERVICE:${PN}:append = " ncsi-bounce.service"
26 install -m 0755 ${UNPACKDIR}/ncsi-bounce ${D}${libexecdir}/${PN}/
27 install -m 0644 ${UNPACKDIR}/ncsi-bounce.service ${D}${systemd_system_unitdir}
/openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/network/phosphor-network/
H A Dncsi-bounce.service2 Description=NCSI link bounce service
7 SyslogIdentifier=ncsi-bounce
8 ExecStart=/usr/libexec/phosphor-network/ncsi-bounce
/openbmc/qemu/block/
H A Dblkio.c123 blkio_do_alloc_bounce_buffer(BDRVBlkioState *s, BlkioBounceBuf *bounce, in blkio_do_alloc_bounce_buffer() argument
138 QLIST_INSERT_BEFORE(cur, bounce, next); in blkio_do_alloc_bounce_buffer()
139 bounce->buf.iov_base = addr; in blkio_do_alloc_bounce_buffer()
140 bounce->buf.iov_len = bytes; in blkio_do_alloc_bounce_buffer()
154 QLIST_INSERT_AFTER(prev, bounce, next); in blkio_do_alloc_bounce_buffer()
156 QLIST_INSERT_HEAD(&s->bounce_bufs, bounce, next); in blkio_do_alloc_bounce_buffer()
158 bounce->buf.iov_base = addr; in blkio_do_alloc_bounce_buffer()
159 bounce->buf.iov_len = bytes; in blkio_do_alloc_bounce_buffer()
164 blkio_alloc_bounce_buffer(BDRVBlkioState *s, BlkioBounceBuf *bounce, in blkio_alloc_bounce_buffer() argument
183 if (blkio_do_alloc_bounce_buffer(s, bounce, bytes)) { in blkio_alloc_bounce_buffer()
[all …]
/openbmc/qemu/hw/nvme/
H A Ddif.c413 g_free(ctx->data.bounce); in nvme_dif_rw_cb()
416 g_free(ctx->mdata.bounce); in nvme_dif_rw_cb()
447 status = nvme_dif_mangle_mdata(ns, ctx->mdata.bounce, ctx->mdata.iov.size, in nvme_dif_rw_check_cb()
454 status = nvme_dif_check(ns, ctx->data.bounce, ctx->data.iov.size, in nvme_dif_rw_check_cb()
455 ctx->mdata.bounce, ctx->mdata.iov.size, prinfo, in nvme_dif_rw_check_cb()
462 status = nvme_bounce_data(n, ctx->data.bounce, ctx->data.iov.size, in nvme_dif_rw_check_cb()
473 status = nvme_bounce_mdata(n, ctx->mdata.bounce, ctx->mdata.iov.size, in nvme_dif_rw_check_cb()
501 ctx->mdata.bounce = g_malloc(mlen); in nvme_dif_rw_mdata_in_cb()
504 qemu_iovec_add(&ctx->mdata.iov, ctx->mdata.bounce, mlen); in nvme_dif_rw_mdata_in_cb()
580 ctx->mdata.bounce = g_malloc0(mlen); in nvme_dif_rw()
[all …]
H A Dctrl.c2268 status = nvme_dif_mangle_mdata(ns, ctx->mdata.bounce, in nvme_verify_cb()
2275 req->status = nvme_dif_check(ns, ctx->data.bounce, ctx->data.iov.size, in nvme_verify_cb()
2276 ctx->mdata.bounce, ctx->mdata.iov.size, in nvme_verify_cb()
2282 g_free(ctx->data.bounce); in nvme_verify_cb()
2285 g_free(ctx->mdata.bounce); in nvme_verify_cb()
2311 ctx->mdata.bounce = g_malloc(mlen); in nvme_verify_mdata_in_cb()
2314 qemu_iovec_add(&ctx->mdata.iov, ctx->mdata.bounce, mlen); in nvme_verify_mdata_in_cb()
2327 uint8_t *bounce; member
2332 uint8_t *bounce; member
2379 uint8_t *mbufp = ctx->mdata.bounce; in nvme_compare_mdata_cb()
[all …]
H A Dnvme.h441 uint8_t *bounce; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0002-replace-non-standard-uint-with-unsigned-int.patch32 __u32 bounce;
35 -static void master_to_client(uint cmd, uint msglen, uint msgcnt, uint bounce)
36 …d master_to_client(unsigned int cmd, unsigned int msglen, unsigned int msgcnt, unsigned int bounce)
40 @@ -93,7 +93,7 @@ static void master_to_client(uint cmd, uint msglen, uint msgcnt, uint bounce)
44 -static void client_from_master(uint *cmd, uint *msglen, uint *msgcnt, uint *bounce)
45 …nt_from_master(unsigned int *cmd, unsigned int *msglen, unsigned int *msgcnt, unsigned int *bounce)
/openbmc/u-boot/doc/
H A Dbounces2 # bounce. Addresses are listed one per line and need to match the author
/openbmc/qemu/hw/intc/
H A Dloongarch_extioi_common.c131 memset(s->bounce, 0, sizeof(s->bounce)); in loongarch_extioi_common_reset_hold()
196 VMSTATE_UINT32_ARRAY(bounce, LoongArchExtIOICommonState,
H A Dloongarch_extioi_kvm.c61 kvm_extioi_access_reg(fd, addr, &lecs->bounce[offset], write); in kvm_extioi_access_regs()
H A Dloongarch_extioi.c104 *data = s->bounce[index]; in extioi_readw()
246 s->bounce[index] = val; in extioi_writew()
/openbmc/u-boot/lib/efi_loader/
H A DKconfig30 bool "EFI Applications use bounce buffers for DMA operations"
35 hardware we can create a bounce buffer so that payloads don't have to
/openbmc/qemu/include/hw/intc/
H A Dloongarch_extioi_common.h79 uint32_t bounce[EXTIOI_IRQS_GROUP_COUNT]; member
/openbmc/qemu/system/
H A Dphysmem.c3447 BounceBuffer *bounce = g_malloc0(l + sizeof(BounceBuffer)); in address_space_map() local
3448 bounce->magic = BOUNCE_BUFFER_MAGIC; in address_space_map()
3450 bounce->mr = mr; in address_space_map()
3451 bounce->addr = addr; in address_space_map()
3452 bounce->len = l; in address_space_map()
3456 bounce->buffer, l); in address_space_map()
3460 return bounce->buffer; in address_space_map()
3493 BounceBuffer *bounce = container_of(buffer, BounceBuffer, buffer); in address_space_unmap() local
3494 assert(bounce->magic == BOUNCE_BUFFER_MAGIC); in address_space_unmap()
3497 address_space_write(as, bounce->addr, MEMTXATTRS_UNSPECIFIED, in address_space_unmap()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix_3.10.1.bb173 install -m 0700 -d ${D}${localstatedir}/spool/postfix/bounce
174 chown postfix:root ${D}${localstatedir}/spool/postfix/bounce
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemuboot.bbclass118 # (1MB, typically). In virtual hardware there's very little need for these bounce
/openbmc/u-boot/common/
H A DKconfig695 bool "Include bounce buffer API"
699 bounce buffer API uses a temporary buffer: it copies data
702 A second possible use of bounce buffers is their ability to
/openbmc/u-boot/tools/patman/
H A DREADME86 by patman but are known to bounce you can add a [bounces] section to your
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2115 bounce.c: 6616