amdsmi_pcie_bandwidth_t Struct Reference

amdsmi_pcie_bandwidth_t Struct Reference#

AMD SMI: 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
 Transfer rates (T/s) that are possible.
 
uint32_t lanes [AMDSMI_MAX_NUM_FREQUENCIES]
 List of lanes for corresponding transfer rate.
 

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.

Only the first num_supported bandwidths are valid.

Definition at line 1705 of file amdsmi.h.

Field Documentation

◆ transfer_rate

amdsmi_frequencies_t amdsmi_pcie_bandwidth_t::transfer_rate

Transfer rates (T/s) that are possible.

Definition at line 1706 of file amdsmi.h.

◆ lanes

uint32_t amdsmi_pcie_bandwidth_t::lanes[AMDSMI_MAX_NUM_FREQUENCIES]

List of lanes for corresponding transfer rate.

Definition at line 1707 of file amdsmi.h.


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