#include <system_topology.h>
Data Fields | |
| char | driver [64] |
| bool | has_link |
| int | ib_port |
| bool | is_infiniband |
| bool | is_up |
| char | mac_address [24] |
| int | mtu |
| char | name [32] |
| char | pci_address [32] |
| float | pcie_bandwidth_gbs |
| int | pcie_gen |
| int | pcie_width |
| uint64_t | speed_mbps |
| bool | supports_rdma |
| bool | supports_roce |
Definition at line 193 of file system_topology.h.
| char NetworkInterface::driver[64] |
Definition at line 195 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| bool NetworkInterface::has_link |
Definition at line 200 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| int NetworkInterface::ib_port |
Definition at line 206 of file system_topology.h.
| bool NetworkInterface::is_infiniband |
Definition at line 205 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| bool NetworkInterface::is_up |
Definition at line 199 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| char NetworkInterface::mac_address[24] |
Definition at line 208 of file system_topology.h.
Referenced by topology_discover_network().
| int NetworkInterface::mtu |
Definition at line 209 of file system_topology.h.
Referenced by topology_discover_network().
| char NetworkInterface::name[32] |
Definition at line 194 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| char NetworkInterface::pci_address[32] |
Definition at line 196 of file system_topology.h.
Referenced by topology_discover_network().
| float NetworkInterface::pcie_bandwidth_gbs |
Definition at line 214 of file system_topology.h.
| int NetworkInterface::pcie_gen |
Definition at line 213 of file system_topology.h.
| int NetworkInterface::pcie_width |
Definition at line 212 of file system_topology.h.
| uint64_t NetworkInterface::speed_mbps |
Definition at line 198 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| bool NetworkInterface::supports_rdma |
Definition at line 203 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| bool NetworkInterface::supports_roce |
Definition at line 204 of file system_topology.h.
Referenced by topology_discover_network().