Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh85 aclinherit secure aclinherit passthrough
104 aclmode groupmask aclmode passthrough
113 aclinherit secure aclinherit passthrough
132 aclmode groupmask aclmode passthrough
141 aclinherit secure aclinherit passthrough
/f-stack/freebsd/x86/isa/
H A Disa.c95 int passthrough = (device_get_parent(child) != bus); in isa_alloc_resource() local
101 if (!passthrough && !isdefault) { in isa_alloc_resource()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c176 int j, isdefault, passthrough, needsactivate; in xlp_simplebus_alloc_resource() local
178 passthrough = (device_get_parent(child) != bus); in xlp_simplebus_alloc_resource()
185 if (!passthrough) { in xlp_simplebus_alloc_resource()
/f-stack/freebsd/mips/atheros/
H A Dapb.c173 int isdefault, needactivate, passthrough; in apb_alloc_resource() local
180 passthrough = (device_get_parent(child) != bus); in apb_alloc_resource()
187 if (passthrough) in apb_alloc_resource()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg96 passthrough discard on \
104 passthrough-x groupmask off \
/f-stack/freebsd/mips/mips/
H A Dnexus.c286 int isdefault, needactivate, passthrough; in nexus_alloc_resource() local
295 passthrough = (device_get_parent(child) != bus); in nexus_alloc_resource()
303 if (!passthrough && isdefault) { in nexus_alloc_resource()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c277 int isdefault, needactivate, passthrough; in apb_alloc_resource() local
284 passthrough = (device_get_parent(child) != bus); in apb_alloc_resource()
291 if (passthrough) in apb_alloc_resource()
/f-stack/freebsd/kern/
H A Dsubr_bus.c3356 int passthrough = (device_get_parent(child) != bus); in resource_list_reserve() local
3359 if (passthrough) in resource_list_reserve()
3413 int passthrough = (device_get_parent(child) != bus); in resource_list_alloc() local
3416 if (passthrough) { in resource_list_alloc()
3486 int passthrough = (device_get_parent(child) != bus); in resource_list_release() local
3489 if (passthrough) { in resource_list_release()
3585 int passthrough = (device_get_parent(child) != bus); in resource_list_unreserve() local
3587 if (passthrough) in resource_list_unreserve()
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst170 please make sure that the IOMMU is disabled or is in passthrough mode.
173 or add ``iommu.passthrough=1`` on aarch64 systems.
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst109 directly assigned to virtual machines (VMs) as 'passthrough' devices.
198 passthrough devices. Since these vNICs are not SR-IOV VFs, using them as
199 passthrough devices do not require libvirt, port profiles, and VM-FEX.
H A Dena.rst214 iommu.passthrough=1
/f-stack/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst245 <cpu mode='host-passthrough'>
/f-stack/freebsd/i386/conf/
H A DGENERIC156 device aacp # SCSI passthrough for aac (requires CAM)
/f-stack/freebsd/amd64/conf/
H A DGENERIC173 device aacp # SCSI passthrough for aac (requires CAM)
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst274 * Added load balancing support in passthrough pipeline.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst1050 * None - special case where PMD may support a passthrough mode. More for diagnostic purpose