Home
last modified time | relevance | path

Searched refs:maxTxSpeed (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.cpp50 ::memset(&pProperties->maxTxSpeed, '\0', sizeof(pProperties->maxTxSpeed)); 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.cpp65 pProperties->maxTxSpeed = this->maxTxSpeed; in getProperties()
H A Dos_fabric_port_imp.h47 zes_fabric_port_speed_t maxTxSpeed = {}; 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.cpp122 properties.maxTxSpeed.bitRate = std::numeric_limits<uint64_t>::max(); in TEST_F()
123 properties.maxTxSpeed.width = std::numeric_limits<uint32_t>::max(); in TEST_F()
136 EXPECT_EQ(0L, properties.maxTxSpeed.bitRate); in TEST_F()
137 EXPECT_EQ(0, properties.maxTxSpeed.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.cpp930 std::cout << "Max Tx Speed = " << fabricPortProperties.maxTxSpeed.bitRate in testSysmanFabricPort()
931 << " pbs, " << fabricPortProperties.maxTxSpeed.width << " lanes" << std::endl; in testSysmanFabricPort()
/dports/devel/level-zero/level-zero-1.7.4/include/
H A Dzes_api.h1535 …zes_fabric_port_speed_t maxTxSpeed; ///< [out] Maximum speed supported by the transmit… member