Searched refs:passthrough (Results 1 - 5 of 5) sorted by relevance

/drivers/xen/xen-pciback/
H A DMakefile7 passthrough.o
H A Dxenbus.c19 static bool __read_mostly passthrough; variable
20 module_param(passthrough, bool, S_IRUGO);
21 MODULE_PARM_DESC(passthrough,
731 if (passthrough)
/drivers/target/
H A Dtarget_core_transport.c1375 * Force PR and ALUA passthrough emulation with internal object use.
1405 * passthrough because this is being provided by the backend LLD.
2551 * passthrough into Linux/SCSI with struct request via TCM/pSCSI
2555 int passthrough = (dev->transport->transport_type == local
2558 if (!passthrough) {
2595 int ret = 0, sector_ret = 0, passthrough; local
2650 * If we operate in passthrough mode we skip most CDB emulation and
2653 passthrough =
2739 * Do now allow BIDI commands for passthrough mode.
2741 if (passthrough)
[all...]
/drivers/iommu/
H A Damd_iommu.c2105 if (!dev_data->iommu_v2 || !dev_data->passthrough)
2161 * If we run in passthrough mode the device must be assigned to the
2162 * passthrough domain if it is detached from any other domain.
2165 if (dev_data->passthrough &&
2249 if (dev_data->passthrough)
2274 if (!dev_data->passthrough)
2867 /* Make sure passthrough domain is allocated */
2869 dev_data->passthrough = true;
2920 if (!dev_data->passthrough)
3055 /* allocate passthrough domai
[all...]
H A Damd_iommu_types.h410 bool passthrough; /* Default for device is pt_domain */ member in struct:iommu_dev_data

Completed in 100 milliseconds