Home
last modified time | relevance | path

Searched refs:isolation (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/drivers/s390/net/
Dqeth_core_sys.c480 switch (card->options.isolation) { in qeth_dev_isolation_show()
496 enum qeth_ipa_isolation_modes isolation; in qeth_dev_isolation_store() local
515 isolation = ISOLATION_MODE_NONE; in qeth_dev_isolation_store()
517 isolation = ISOLATION_MODE_FWD; in qeth_dev_isolation_store()
519 isolation = ISOLATION_MODE_DROP; in qeth_dev_isolation_store()
527 card->options.prev_isolation = card->options.isolation; in qeth_dev_isolation_store()
528 card->options.isolation = isolation; in qeth_dev_isolation_store()
539 static DEVICE_ATTR(isolation, 0644, qeth_dev_isolation_show,
Dqeth_core_main.c1401 card->options.isolation = ISOLATION_MODE_NONE; in qeth_set_intial_options()
4331 if (card->options.isolation == ISOLATION_MODE_NONE) { in qeth_setadpparms_set_access_ctrl_cb()
4343 card->options.isolation = card->options.prev_isolation; in qeth_setadpparms_set_access_ctrl_cb()
4349 card->options.isolation = card->options.prev_isolation; in qeth_setadpparms_set_access_ctrl_cb()
4360 card->options.isolation = card->options.prev_isolation; in qeth_setadpparms_set_access_ctrl_cb()
4366 card->options.isolation = card->options.prev_isolation; in qeth_setadpparms_set_access_ctrl_cb()
4372 card->options.isolation = card->options.prev_isolation; in qeth_setadpparms_set_access_ctrl_cb()
4378 card->options.isolation = card->options.prev_isolation; in qeth_setadpparms_set_access_ctrl_cb()
4387 card->options.isolation = card->options.prev_isolation; in qeth_setadpparms_set_access_ctrl_cb()
4395 enum qeth_ipa_isolation_modes isolation, int fallback) in qeth_setadpparms_set_access_ctrl() argument
[all …]
Dqeth_core.h694 enum qeth_ipa_isolation_modes isolation; member
/linux-4.1.27/Documentation/
Dvfio.txt44 isolation properties into what was, in many cases, an interface only
50 This isolation is not always at the granularity of a single device
52 interconnects, and IOMMU topologies can each reduce this isolation.
293 represents the minimal entity which isolation can be guaranteed for and
299 out of the window leads to the whole PE isolation.
443 still provide isolation. For PCI, SR-IOV Virtual Functions are the
Dkernel-parameters.txt433 force_isolation - Force device isolation for all
435 allowed anymore to lift isolation
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dsamsung-phy.txt24 control pmu registers for power isolation.
149 control pmu registers for power isolation.
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt126 does not provide strict isolation in a container environment. i.e by
130 To workaround this and have strict isolation, all mounts of devpts,
Dxfs-self-describing-metadata.txt42 you can't look at a single metadata block in isolation and say "yes, it is
/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt29 side is that isolation provided from WRITES also goes down and notion of
257 tree idling provides isolation with buffered write queues on async tree.
264 with REQ_NOIDLE. This helps in providing isolation with all the sync-idle
285 provides isolation from multiple sequential readers and at the same
Ddata-integrity.txt28 allows not only corruption prevention but also isolation of the point
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net-mesh75 Defines the isolation mark (and its bitmask) which
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Diommu.txt22 * Provide address space isolation between multiple contexts.
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_lp.c173 u16 isolation; in lpphy_adjust_gain_table() local
178 isolation = lpphy->tx_isolation_med_band; in lpphy_adjust_gain_table()
180 isolation = lpphy->tx_isolation_low_band; in lpphy_adjust_gain_table()
182 isolation = lpphy->tx_isolation_med_band; in lpphy_adjust_gain_table()
184 isolation = lpphy->tx_isolation_hi_band; in lpphy_adjust_gain_table()
186 temp[0] = ((isolation - 26) / 12) << 12; in lpphy_adjust_gain_table()
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei.txt36 - Selective network isolation of Ethernet and IP protocol flows based
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt15 associated with a device or a set of devices to provide isolation between
298 possible, but the isolation isn't as good, and it reduces the number of PE#
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt57 interference between different tasks (bandwidth isolation), while the EDF[1]
338 of retaining bandwidth isolation among non-interacting tasks. This is
/linux-4.1.27/Documentation/video4linux/
DREADME.pvrusb2113 however the design goals (strict isolation) and physical layer
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt270 (PCI bus number 0); if translation (isolation) is enabled on this
/linux-4.1.27/init/
DKconfig944 controls or device isolation.
947 - Documentation/cgroups/ (features for grouping, isolation
/linux-4.1.27/Documentation/security/
DSmack.txt386 With the isolation provided by Smack access separation is simple. There are
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt968 Hewlett-Packard call it Source-Port filtering or port-isolation.
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS371 PnP isolation tool. When writing this there is a pre alpha test version
/linux-4.1.27/arch/x86/
DKconfig804 isolation, where all DMAs pass through the IOMMU. This
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt1308 isolation of the device. Usages not specifying this flag are deprecated.