Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 25 of 106) sorted by relevance

12345

/linux/Documentation/translations/zh_CN/infiniband/
A Dopa_vnic.rst21 太网数据包,支持Omni-Path结构上的以太网功能。
26 Omni-Path封装的以太网数据包的交换模式涉及Omni-Path结构拓扑上覆盖的一个或
27 多个虚拟以太网交换机。Omni-Path结构上的HFI节点的一个子集被允许在特定的虚
61 Omni-Path封装的以太网数据包格式如下所述。
119 需的net_device_ops功能。它在传输路径中期待Omni-Path封装的以太网数据包,
120 并提供对它们的HW访问。在将数据包向上传递到网络堆栈之前,它把Omni-Path
127 以适应任何控制操作。它还处理以太网数据包的封装,在传输路径中使用Omni-Path头。
/linux/tools/testing/selftests/net/lib/py/
A Dconsts.py4 from pathlib import Path
6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve()
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve()
9 KSFT_MAIN_NAME = Path(sys.argv[0]).with_suffix("").name
A Dynl.py4 from pathlib import Path
36 super().__init__((SPEC_PATH / Path('ethtool.yaml')).as_posix(),
42 super().__init__((SPEC_PATH / Path('rt_link.yaml')).as_posix(),
48 super().__init__((SPEC_PATH / Path('netdev.yaml')).as_posix(),
/linux/scripts/
A Drustdoc_test_gen.rs35 path::{Path, PathBuf},
48 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path() argument
53 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); in find_real_path()
55 srctree: &Path, in find_real_path() argument
57 prefix: &Path, in find_real_path() argument
71 Path::new("rust/kernel") in find_real_path()
110 let srctree = Path::new(&srctree); in main()
A Dgenerate_rust_analyzer.py146 parser.add_argument("srctree", type=pathlib.Path)
147 parser.add_argument("objtree", type=pathlib.Path)
148 parser.add_argument("sysroot", type=pathlib.Path)
149 parser.add_argument("sysroot_src", type=pathlib.Path)
150 parser.add_argument("exttree", type=pathlib.Path, nargs="?")
/linux/Documentation/infiniband/
A Dopa_vnic.rst2 Intel Omni-Path (OPA) Virtual Network Interface Controller (VNIC)
5 Intel Omni-Path (OPA) Virtual Network Interface Controller (VNIC) feature
6 supports Ethernet functionality over Omni-Path fabric by encapsulating
11 The patterns of exchanges of Omni-Path encapsulated Ethernet packets
12 involves one or more virtual Ethernet switches overlaid on the Omni-Path
13 fabric topology. A subset of HFI nodes on the Omni-Path fabric are
52 The Omni-Path encapsulated Ethernet packet format is as described below.
116 net_device_ops functions. It expects Omni-Path encapsulated Ethernet
118 the Omni-Path header from the received packets before passing them up
129 Omni-Path header in the transmit path. For each VNIC interface, the
/linux/tools/testing/selftests/drivers/net/hw/lib/py/
A D__init__.py4 from pathlib import Path
6 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
/linux/tools/testing/selftests/drivers/net/lib/py/
A D__init__.py4 from pathlib import Path
6 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
/linux/drivers/infiniband/ulp/opa_vnic/
A DKconfig6 This is Omni-Path Express (OPX) Virtual Network Interface Controller (VNIC)
7 driver for Ethernet over Omni-Path feature. It implements the HW
/linux/drivers/net/ethernet/intel/idpf/
A DKconfig5 tristate "Intel(R) Infrastructure Data Path Function Support"
10 This driver supports Intel(R) Infrastructure Data Path Function
/linux/tools/testing/selftests/hid/tests/
A Dconftest.py14 from pathlib import Path
54 Path("/lib/modules/")
A Dbase.py18 from pathlib import Path
219 sysfs_path = Path("/sys/bus/hid/drivers")
225 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_")
240 script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
A Dbase_device.py37 from pathlib import Path
212 def __init__(self: "EvdevDevice", sysfs: Path) -> None: argument
235 def evdev(self: "EvdevDevice") -> Path:
236 return Path("/dev/input") / self.sysfs.name
/linux/drivers/net/wireless/marvell/libertas/
A DREADME74 Path: /sys/kernel/debug/libertas_wireless/ethX/registers/
97 Path: /sys/kernel/debug/libertas_wireless/ethX/
117 Path: /sys/kernel/debug/libertas_wireless/ethX/subscribed_events/
167 Path: /sys/kernel/debug/libertas_wireless/ethX/
181 Path: /sys/kernel/debug/libertas_wireless/ethX/
190 Path: /sys/kernel/debug/libertas_wireless/ethX/
233 Path: /sys/kernel/debug/libertas_wireless/ethX/
/linux/Documentation/admin-guide/device-mapper/
A Ddm-uevent.rst52 :Value: Path name in the form of "Major:Minor"
78 1.) Path failure::
95 2.) Path reinstate::
/linux/tools/perf/tests/shell/lib/
A Dperf_metric_validation.py6 from pathlib import Path
78 with open(Path(filename).resolve(), "r") as f:
87 parent = Path(output_file).parent
582 outpath = Path(args.output_dir)
583 reportf = Path.joinpath(outpath, 'perf_report.json')
584 fullrule = Path.joinpath(outpath, 'full_rule.json')
585 datafile = Path.joinpath(outpath, 'perf_data.json')
/linux/Documentation/devicetree/bindings/net/
A Dqcom,ipa.yaml101 - description: Path leading to system memory
102 - description: Path between the AP and IPA config space
104 - description: Path leading to system memory
105 - description: Path leading to internal memory
106 - description: Path between the AP and IPA config space
/linux/Documentation/devicetree/bindings/media/
A Dmediatek,mdp3-fg.yaml7 title: MediaTek Media Data Path 3 Film Grain
14 Film Grain (FG) is a Media Data Path 3 (MDP3) component used to add
A Dmediatek,mdp3-hdr.yaml7 title: MediaTek Media Data Path 3 HDR
14 A Media Data Path 3 (MDP3) component used to perform conversion from
A Dmediatek,mdp3-stitch.yaml7 title: MediaTek Media Data Path 3 STITCH
14 One of Media Data Path 3 (MDP3) components used to combine multiple video frame
A Dmediatek,mdp3-tdshp.yaml7 title: MediaTek Media Data Path 3 Two-Dimensional Sharpness
14 Two-Dimensional Sharpness (TDSHP) is a Media Profile Path 3 (MDP3) component
A Dmediatek,mdp3-tcc.yaml7 title: MediaTek Media Data Path 3 Tone Curve Conversion
13 Tone Curve Conversion (TCC) is one of Media Profile Path 3 (MDP3) components.
A Dmediatek-mdp.txt1 * Mediatek Media Data Path
3 Media Data Path is used for scaling and color space conversion.
/linux/drivers/dma/fsl-dpaa2-qdma/
A DKconfig8 NXP Data Path Acceleration Architecture 2 QDMA driver,
/linux/drivers/net/ethernet/freescale/dpaa/
A DKconfig8 Data Path Acceleration Architecture Ethernet driver,

Completed in 34 milliseconds

12345