Home
last modified time | relevance | path

Searched defs:targetAddr (Results 1 – 5 of 5) sorted by relevance

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp264 uint8_t targetAddr = ipmbIsResponse(&(ipmbPkt->hdr)) in ipmbSendI2cFrame() local
897 uint8_t reqChannel, busId, targetAddr; in addUpdateTargetAddrHandler() local
962 uint8_t targetAddr = broadcastAddress; in addSendBroadcastHandler() local
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp74 uint8_t targetAddr; member
1704 static bool isCmdAllowlisted(uint8_t busId, uint8_t targetAddr, in isCmdAllowlisted()
1752 [[maybe_unused]] uint4_t channelNum, bool reserved, uint7_t targetAddr, in ipmiControllerWriteRead()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1176 uint3_t riserSlotNum, uint2_t reserved2, uint8_t targetAddr, in appSlotI2CControllerWriteRead()
1277 constexpr uint8_t targetAddr = 0x38; in clearCMOS() local
H A Doemcommands.cpp174 static uint8_t targetAddr = 56; variable
847 uint2_t reserved2, uint8_t targetAddr, uint8_t netFn, uint8_t cmd, in ipmiOEMSlotIpmb()
3743 for (const auto& targetAddr : addrTable) in ipmiOEMGetPSUVersion() local
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp553 ipmi::Cc i2cWriteRead(std::string i2cBus, const uint8_t targetAddr, in i2cWriteRead()