Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp46 struct ChannelParams struct
68 std::optional<ChannelParams> maybeGetChannelParams(sdbusplus::bus_t& bus,
78 ChannelParams getChannelParams(sdbusplus::bus_t& bus, uint8_t channel);
173 ObjectLookupCache(sdbusplus::bus_t& bus, const ChannelParams& params, in ObjectLookupCache()
215 const ChannelParams& params;
252 [[maybe_unused]] const ChannelParams& params, uint8_t idx, in findIfAddr()
309 sdbusplus::bus_t& bus, const ChannelParams& params, uint8_t idx, in getIfAddr()
326 void reconfigureIfAddr6(sdbusplus::bus_t& bus, const ChannelParams& params,
338 sdbusplus::bus_t& bus, const ChannelParams& params) in getGatewayProperty()
353 sdbusplus::bus_t&, const ChannelParams&, in findStaticNeighbor() argument
[all …]
H A Dtransporthandler.cpp102 std::optional<ChannelParams> maybeGetChannelParams(sdbusplus::bus_t& bus, in maybeGetChannelParams()
116 ChannelParams params; in maybeGetChannelParams()
169 ChannelParams getChannelParams(sdbusplus::bus_t& bus, uint8_t channel) in getChannelParams()
184 static T getEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in getEthProp()
191 static void setEthProp(sdbusplus::bus_t& bus, const ChannelParams& params, in setEthProp()
205 const ChannelParams& params) in getMACProperty()
218 void setMACProperty(sdbusplus::bus_t& bus, const ChannelParams& params, in setMACProperty()
264 void createIfAddr(sdbusplus::bus_t& bus, const ChannelParams& params, in createIfAddr()
284 auto getIfAddr4(sdbusplus::bus_t& bus, const ChannelParams& params) in getIfAddr4()
325 void reconfigureIfAddr4(sdbusplus::bus_t& bus, const ChannelParams& params, in reconfigureIfAddr4()
[all …]