Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp114 bool autoNeg; member
276 const bool* autoNeg = in extractEthernetInterfaceData() local
278 if (autoNeg != nullptr) in extractEthernetInterfaceData()
280 ethData.autoNeg = *autoNeg; in extractEthernetInterfaceData()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp166 EthernetInterfaceIntf::autoNeg(ethInfo.autoneg, skipSignal); in updateInfo()