| /openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/network/ |
| H A D | phosphor-network_%.bbappend | 6 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 D | ncsi-bounce.service | 2 Description=NCSI link bounce service 7 SyslogIdentifier=ncsi-bounce 8 ExecStart=/usr/libexec/phosphor-network/ncsi-bounce
|
| /openbmc/qemu/block/ |
| H A D | blkio.c | 123 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 D | dif.c | 413 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 D | ctrl.c | 2268 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 D | nvme.h | 441 uint8_t *bounce; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0002-replace-non-standard-uint-with-unsigned-int.patch | 32 __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 D | bounces | 2 # bounce. Addresses are listed one per line and need to match the author
|
| /openbmc/qemu/hw/intc/ |
| H A D | loongarch_extioi_common.c | 131 memset(s->bounce, 0, sizeof(s->bounce)); in loongarch_extioi_common_reset_hold() 196 VMSTATE_UINT32_ARRAY(bounce, LoongArchExtIOICommonState,
|
| H A D | loongarch_extioi_kvm.c | 61 kvm_extioi_access_reg(fd, addr, &lecs->bounce[offset], write); in kvm_extioi_access_regs()
|
| H A D | loongarch_extioi.c | 104 *data = s->bounce[index]; in extioi_readw() 246 s->bounce[index] = val; in extioi_writew()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | Kconfig | 30 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 D | loongarch_extioi_common.h | 79 uint32_t bounce[EXTIOI_IRQS_GROUP_COUNT]; member
|
| /openbmc/qemu/system/ |
| H A D | physmem.c | 3447 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 D | postfix_3.10.1.bb | 173 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 D | qemuboot.bbclass | 118 # (1MB, typically). In virtual hardware there's very little need for these bounce
|
| /openbmc/u-boot/common/ |
| H A D | Kconfig | 695 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 D | README | 86 by patman but are known to bounce you can add a [bounces] section to your
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 2115 bounce.c: 6616
|