Home
last modified time | relevance | path

Searched refs:maxLanes (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dpcie.hpp433 const size_t* maxLanes = nullptr; in addPCIeDeviceProperties() local
438 "LanesInUse", lanesInUse, "MaxLanes", maxLanes); in addPCIeDeviceProperties()
510 if (maxLanes != nullptr && *maxLanes != 0) in addPCIeDeviceProperties()
512 asyncResp->res.jsonValue["PCIeInterface"]["MaxLanes"] = *maxLanes; in addPCIeDeviceProperties()