rsmi_pcie_bandwidth_t Struct Reference#

ROCmSMI: rsmi_pcie_bandwidth_t Struct Reference
rsmi_pcie_bandwidth_t Struct Reference

This structure holds information about the possible PCIe bandwidths. Specifically, the possible transfer rates and their associated numbers of lanes are stored here. More...

#include <rocm_smi.h>

Data Fields

rsmi_frequencies_t transfer_rate
 
uint32_t lanes [RSMI_MAX_NUM_FREQUENCIES]
 

Detailed Description

This structure holds information about the possible PCIe bandwidths. Specifically, the possible transfer rates and their associated numbers of lanes are stored here.

Field Documentation

◆ transfer_rate

rsmi_frequencies_t rsmi_pcie_bandwidth_t::transfer_rate

Transfer rates (T/s) that are possible

◆ lanes

uint32_t rsmi_pcie_bandwidth_t::lanes[RSMI_MAX_NUM_FREQUENCIES]

List of lanes for corresponding transfer rate. Only the first num_supported bandwidths are valid.


The documentation for this struct was generated from the following file: