Home
last modified time | relevance | path

Searched refs:maxRxSpeed (Results 1 – 6 of 6) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/fabric_port/windows/
H A Dos_fabric_port_imp.cpp49 ::memset(&pProperties->maxRxSpeed, '\0', sizeof(pProperties->maxRxSpeed)); in getProperties()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/fabric_port/linux/
H A Dos_fabric_port_imp.cpp64 pProperties->maxRxSpeed = this->maxRxSpeed; in getProperties()
H A Dos_fabric_port_imp.h46 zes_fabric_port_speed_t maxRxSpeed = {}; variable
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/fabric_port/linux/
H A Dtest_zes_fabric_port.cpp120 properties.maxRxSpeed.bitRate = std::numeric_limits<uint64_t>::max(); in TEST_F()
121 properties.maxRxSpeed.width = std::numeric_limits<uint32_t>::max(); in TEST_F()
134 EXPECT_EQ(0L, properties.maxRxSpeed.bitRate); in TEST_F()
135 EXPECT_EQ(0, properties.maxRxSpeed.width); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/black_box_tests/
H A Dzello_sysman.cpp928 std::cout << "Max Rx Speed = " << fabricPortProperties.maxRxSpeed.bitRate in testSysmanFabricPort()
929 << " pbs, " << fabricPortProperties.maxRxSpeed.width << " lanes" << std::endl; in testSysmanFabricPort()
/dports/devel/level-zero/level-zero-1.7.4/include/
H A Dzes_api.h1533 …zes_fabric_port_speed_t maxRxSpeed; ///< [out] Maximum speed supported by the receive … member