/linux/Documentation/translations/zh_CN/infiniband/ |
H A D | opa_vnic.rst | 21 太网数据包,支持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/ |
H A D | ynl.py | 4 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(), 47 super().__init__((SPEC_PATH / Path('rt-addr.yaml')).as_posix(), 52 super().__init__((SPEC_PATH / Path('netdev.yaml')).as_posix(), 57 super().__init__((SPEC_PATH / Path('net_shaper.yaml')).as_posix(), 62 super().__init__((SPEC_PATH / Path('devlink.yaml')).as_posix(),
|
H A D | consts.py | 4 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
|
/linux/scripts/ |
H A D | rustdoc_test_gen.rs | 35 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() 111 let srctree = Path::new(&srctree); in main()
|
H A D | generate_rust_analyzer.py | 183 parser.add_argument("srctree", type=pathlib.Path) 184 parser.add_argument("objtree", type=pathlib.Path) 185 parser.add_argument("sysroot", type=pathlib.Path) 186 parser.add_argument("sysroot_src", type=pathlib.Path) 187 parser.add_argument("exttree", type=pathlib.Path, nargs="?")
|
/linux/Documentation/infiniband/ |
H A D | opa_vnic.rst | 2 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/drivers/infiniband/ulp/opa_vnic/ |
H A D | Kconfig | 6 This is Omni-Path Express (OPX) Virtual Network Interface Controller (VNIC) 7 driver for Ethernet over Omni-Path feature. It implements the HW
|
/linux/tools/testing/selftests/drivers/net/lib/py/ |
H A D | __init__.py | 4 from pathlib import Path 6 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
|
H A D | env.py | 5 from pathlib import Path 22 self.src_path = Path(src_path) 24 self.net_lib_dir = (Path(__file__).parent / "../../../../net/lib").resolve() 31 src_dir = Path(self.src_path).parent.resolve()
|
/linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
H A D | __init__.py | 4 from pathlib import Path 6 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | README | 74 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/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 14 from pathlib import Path 54 Path("/lib/modules/")
|
H A D | base.py | 19 from pathlib import Path 232 sysfs_path = Path("/sys/bus/hid/drivers") 238 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_") 254 script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
|
H A D | base_device.py | 39 from pathlib import Path 221 def __init__(self: "EvdevDevice", sysfs: Path) -> None: argument 244 def evdev(self: "EvdevDevice") -> Path: 245 return Path("/dev/input") / self.sysfs.name
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-uevent.rst | 52 :Value: Path name in the form of "Major:Minor" 78 1.) Path failure:: 95 2.) Path reinstate::
|
/linux/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 6 from pathlib import Path 80 with open(Path(filename).resolve(), "r") as f: 89 parent = Path(output_file).parent 588 outpath = Path(args.output_dir) 589 reportf = Path.joinpath(outpath, 'perf_report.json') 590 fullrule = Path.joinpath(outpath, 'full_rule.json') 591 datafile = Path.joinpath(outpath, 'perf_data.json')
|
/linux/drivers/tty/vt/ |
H A D | gen_ucs_recompose_table.py | 19 from pathlib import Path 20 this_file = Path(__file__).name
|
H A D | gen_ucs_width_table.py | 11 from pathlib import Path 12 this_file = Path(__file__).name
|
H A D | gen_ucs_fallback_table.py | 27 from pathlib import Path 28 this_file = Path(__file__).name
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | mediatek-mdp.txt | 1 * Mediatek Media Data Path 3 Media Data Path is used for scaling and color space conversion.
|
/linux/drivers/dma/fsl-dpaa2-qdma/ |
H A D | Kconfig | 8 NXP Data Path Acceleration Architecture 2 QDMA driver,
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | Kconfig | 8 Data Path Acceleration Architecture Ethernet driver,
|
/linux/Documentation/admin-guide/ |
H A D | btmrvl.rst | 10 Path: /debug/btmrvl/config/ 75 Path: /debug/btmrvl/status/
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | mktestid.sh | 15 echo Path '"'${resdir}'"' not writeable directory, no ${resdir}/testid.txt.
|
/linux/arch/arc/mm/ |
H A D | tlbex.S | 51 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
|