Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp142 if (params.ifPath.empty() && !vlan && ethernet) in maybeGetChannelParams()
144 params.ifPath = path; in maybeGetChannelParams()
154 if (params.ifPath.empty()) in maybeGetChannelParams()
161 params.logicalPath = params.ifPath; in maybeGetChannelParams()
207 auto prop = getDbusProperty(bus, params.service, params.ifPath, INTF_MAC, in getMACProperty()
222 setDbusProperty(bus, params.service, params.ifPath, INTF_MAC, "MACAddress", in setMACProperty()
495 if (params.ifPath == params.logicalPath) in getVLANProperty()
536 params.logicalPath = params.ifPath; in deconfigureChannel()
H A Dtransporthandler.hpp55 std::string ifPath; member