Home
last modified time | relevance | path

Searched refs:offload (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/net/
H A Dtap-linux.c182 unsigned offload; in tap_probe_has_ufo()
184 offload = TUN_F_CSUM | TUN_F_UFO; in tap_probe_has_ufo()
186 if (ioctl(fd, TUNSETOFFLOAD, offload) < 0)
194 unsigned offload; in tap_probe_has_uso()
196 offload = TUN_F_CSUM | TUN_F_USO4 | TUN_F_USO6; in tap_probe_has_uso()
198 if (ioctl(fd, TUNSETOFFLOAD, offload) < 0) {
206 unsigned offload; in tap_fd_set_vnet_hdr_len()
208 offload = TUN_F_CSUM | TUN_F_TSO4 | TUN_F_UDP_TUNNEL_GSO; in tap_fd_set_vnet_le()
209 if (ioctl(fd, TUNSETOFFLOAD, offload) < 0) { in tap_fd_set_vnet_le()
260 unsigned int offload in tap_fd_set_offload()
177 unsigned offload; tap_probe_has_ufo() local
189 unsigned offload; tap_probe_has_uso() local
245 unsigned int offload = 0; tap_fd_set_offload() local
[all...]
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A D0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch4 Subject: [PATCH] macsec_linux: Hardware offload requires Linux headers >= v5.7
6 Hardware offload in Linux macsec driver is enabled in compile time if
18 offload adding Linux headers version check.
20 Fixes: 40c139664439 ("macsec_linux: Add support for MACsec hardware offload")
/openbmc/docs/designs/
H A Dpower-systems-memory-preserving-reboot.md90 external entity to offload it at the time of a failure.
112 - Hypervisor should offload the dump to BMC to transfer to an external client.
176 #### 9 - HMC send request to dump offload
178 Once HMC is ready to offload, it creates NBD server and send dump offload
179 request to BMC. BMCWeb creates an NBD client and NBD proxy to offload the dump.
181 NBD device id. PLDM sends the offload request to the hypervisor with the dump
184 #### 10 - Hypervisor starts dump offload
190 #### 11 - Hypervisor sends down offload complete message
192 Hypervisor sends down offload complete message to BMC and BMC sends it to HMC.
204 ### Dump offload sequence
[all …]
H A Ddump-manager.md35 dump manager, which is orchestrating the collection and offload, needs to
36 provide methods to create, store the dump details, and offload it. Additionally,
128 - When the request comes for offload, the file is downloaded from the dump base
176 - **InitiateOffload**: Initiate the offload of the dump.
186 - OffloadComplete: Set to true when offload is completed
187 - OffloadURI: The URI for offloading the dump, set while initiating the offload.
211 - InitiateOffload: Dump manager request Host to start offload
219 offload location. - BMC provides one common point for all dumps generated in
/openbmc/phosphor-debug-collector/
H A Ddump_offload.hpp9 namespace offload namespace
H A Dbmc_dump_entry.cpp35 phosphor::dump::offload::requestOffload(file, id, uri); in initiateOffload()
H A Ddump_offload.cpp24 namespace offload namespace
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.h201 bool net_tx_pkt_send_custom(struct NetTxPkt *pkt, bool offload,
H A Dnet_tx_pkt.c811 bool offload = qemu_get_vnet_hdr_len(nc->peer); in net_tx_pkt_send() local
812 return net_tx_pkt_send_custom(pkt, offload, net_tx_pkt_sendv, nc); in net_tx_pkt_send()
815 bool net_tx_pkt_send_custom(struct NetTxPkt *pkt, bool offload, in net_tx_pkt_send_custom() argument
834 if (offload || gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send_custom()
835 if (!offload && pkt->virt_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) { in net_tx_pkt_send_custom()
/openbmc/openbmc/poky/meta/recipes-devtools/clang/
H A Dopenmp_git.bb29 -DPACKAGER_TOOL=${STAGING_BINDIR_NATIVE}/clang-offload-packager \
H A Dclang_git.bb362 ${bindir}/clang-offload-bundler \
363 ${bindir}/clang-offload-packager \
472 binaries="lld diagtool clang-${MAJOR_VER} clang-format clang-offload-packager
473 clang-offload-bundler clang-scan-deps clang-repl
/openbmc/u-boot/drivers/dma/
H A DKconfig9 CPU. Currently, this framework can be used to offload
/openbmc/qemu/docs/specs/
H A Drocker.rst534 memory, the destination port, and any hardware-offload functions (such as L3
535 payload checksum offload). Software then bumps the descriptor head to signal
579 TX_OFFLOAD 1 Hardware offload modes:
580 0: no offload
590 TX_L3_CSUM_OFF 2 For L3 csum offload mode, the offset,
593 TX_TSO_MSS 2 For TSO offload mode, the
595 TX_TSO_HDR_LEN 2 For TSO offload mode, the
667 OF-DPA mode allows the switch to offload flow packet processing functions to
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/
H A Dphosphor-debug-collector_git.bb78 ${bindir}/phosphor-offload-handler \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/
H A Dnftables_1.1.3.bb75 kernel-module-nft-flow-offload kernel-module-nft-reject-inet \
/openbmc/u-boot/board/freescale/ls1021atwr/
H A DREADME64 - Hardware based crypto offload engine
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/
H A Dwpa-supplicant_2.11.bb18 file://0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch \
/openbmc/u-boot/board/freescale/ls1021aqds/
H A DREADME64 - Hardware based crypto offload engine
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc16 processing, single pass security offload and robust traffic management
172 processing, single pass security offload and robust traffic management
/openbmc/qemu/qapi/
H A Dui.json1497 # @egl-headless: No user interface, offload GL operations to a local
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch21996 +It has had co-processor offload added for inter-pred and large block