Home
last modified time | relevance | path

Searched refs:IPF (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_nat.sh178 local IPF=""
181 IPF="ip6"
188 ip6 daddr dead:1::99 dnat $IPF to dead:2::99
253 local IPF=""
256 IPF="ip"
263 ip daddr 10.0.1.99 dnat $IPF to 10.0.2.99
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/
H A Dgnu-efi_3.0.17.bb3 DESCRIPTION = "GNU-EFI aims to Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), IA…
/openbmc/linux/Documentation/arch/ia64/
H A Derr_inject.rst2 IPF Machine Check (MC) error inject tool
5 IPF Machine Check (MC) error inject tool is used to inject MC
6 errors from Linux. The tool is a test bed for IPF MC work flow including
17 The tool can be used to test Intel IPF machine MC handling capabilities.
20 software test suits to do stressful testing on IPF.
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h525 #define IPF BIT(23) /* IP checksum fail */ macro
/openbmc/linux/drivers/net/usb/
H A Dr8152.c815 #define IPF BIT(23) /* IP checksum fail */ macro
2464 if (opts3 & IPF) in r8152_rx_csum()