amdsmi_pcie_bandwidth_t Struct Reference#
amdsmi_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 <amdsmi.h>
Data Fields | |
amdsmi_frequencies_t | transfer_rate |
uint32_t | lanes [AMDSMI_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
amdsmi_frequencies_t amdsmi_pcie_bandwidth_t::transfer_rate |
Transfer rates (T/s) that are possible
◆ lanes
uint32_t amdsmi_pcie_bandwidth_t::lanes[AMDSMI_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: