Searched defs:lanesInUse (Results 1 – 3 of 3) sorted by relevance
20 size_t PCIeDevice::lanesInUse() const in lanesInUse() function in pldm::dbus::PCIeDevice26 size_t PCIeDevice::lanesInUse(size_t value) in lanesInUse() function in pldm::dbus::PCIeDevice
88 void CustomDBus::setPCIeDeviceProps(const std::string& path, size_t lanesInUse, in setPCIeDeviceProps()
436 if (*lanesInUse == std::numeric_limits<size_t>::max()) in addPCIeDeviceProperties() local