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.hpp101 bool autoNeg; member
262 const bool* autoNeg = in extractEthernetInterfaceData() local
264 if (autoNeg != nullptr) in extractEthernetInterfaceData()
266 ethData.autoNeg = *autoNeg; in extractEthernetInterfaceData()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp160 EthernetInterfaceIntf::autoNeg(ethInfo.autoneg, skipSignal); in updateInfo()