| /openbmc/qemu/net/ |
| H A D | tap-linux.c | 182 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 D | 0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch | 4 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 D | power-systems-memory-preserving-reboot.md | 90 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 D | dump-manager.md | 35 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 D | dump_offload.hpp | 9 namespace offload namespace
|
| H A D | bmc_dump_entry.cpp | 35 phosphor::dump::offload::requestOffload(file, id, uri); in initiateOffload()
|
| H A D | dump_offload.cpp | 24 namespace offload namespace
|
| /openbmc/qemu/hw/net/ |
| H A D | net_tx_pkt.h | 201 bool net_tx_pkt_send_custom(struct NetTxPkt *pkt, bool offload,
|
| H A D | net_tx_pkt.c | 811 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 D | openmp_git.bb | 29 -DPACKAGER_TOOL=${STAGING_BINDIR_NATIVE}/clang-offload-packager \
|
| H A D | clang_git.bb | 362 ${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 D | Kconfig | 9 CPU. Currently, this framework can be used to offload
|
| /openbmc/qemu/docs/specs/ |
| H A D | rocker.rst | 534 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 D | phosphor-debug-collector_git.bb | 78 ${bindir}/phosphor-offload-handler \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/ |
| H A D | nftables_1.1.3.bb | 75 kernel-module-nft-flow-offload kernel-module-nft-reject-inet \
|
| /openbmc/u-boot/board/freescale/ls1021atwr/ |
| H A D | README | 64 - Hardware based crypto offload engine
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/ |
| H A D | wpa-supplicant_2.11.bb | 18 file://0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch \
|
| /openbmc/u-boot/board/freescale/ls1021aqds/ |
| H A D | README | 64 - Hardware based crypto offload engine
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 16 processing, single pass security offload and robust traffic management 172 processing, single pass security offload and robust traffic management
|
| /openbmc/qemu/qapi/ |
| H A D | ui.json | 1497 # @egl-headless: No user interface, offload GL operations to a local
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 21996 +It has had co-processor offload added for inter-pred and large block
|