struct xpum_diag_xe_link_throughput_t
#include <xpum_structs.h> struct xpum_diag_xe_link_throughput_t { // fields xpum_device_id_t deviceId; xpum_device_id_t srcDeviceId; xpum_device_tile_id_t srcTileId; int32_t srcPortId; xpum_device_id_t dstDeviceId; xpum_device_tile_id_t dstTileId; int32_t dstPortId; double currentSpeed; double maxSpeed; double threshold; };