Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dsystem_queries.hpp11 struct EthInfo struct
16 EthInfo getEthInfo(stdplus::zstring_view ifname);
H A Dsystem_queries.cpp84 EthInfo getEthInfo(stdplus::zstring_view ifname) in getEthInfo()
91 return EthInfo{.autoneg = edata.autoneg != 0, in getEthInfo()
95 .value_or(EthInfo{}); in getEthInfo()