Searched refs:NetFn (Results 1 – 11 of 11) sorted by relevance
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | api-types.hpp | 79 using NetFn = uint8_t; typedef 346 constexpr NetFn netFnChassis = 0x00; 347 constexpr NetFn netFnBridge = 0x02; 348 constexpr NetFn netFnSensor = 0x04; 349 constexpr NetFn netFnApp = 0x06; 350 constexpr NetFn netFnFirmware = 0x08; 351 constexpr NetFn netFnStorage = 0x0A; 352 constexpr NetFn netFnTransport = 0x0C; 354 constexpr NetFn netFnGroup = 0x2C; 355 constexpr NetFn netFnOem = 0x2E; [all …]
|
| H A D | message.hpp | 46 Context(std::shared_ptr<sdbusplus::asio::connection> bus, NetFn netFn, in Context() 57 NetFn netFn;
|
| H A D | handler.hpp | 549 bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, 575 bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, in registerHandler()
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | oemcommands.hpp | 26 static constexpr NetFn netFnGeneral = netFnOemOne; 27 static constexpr NetFn netFnPlatform = netFnOemTwo; 28 static constexpr NetFn netFnApp = netFnOemEight;
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | oem-extension-numbering.md | 27 | 1 | 2:7 | NetFn | 0x2E | OEM Request | 49 | 1 | 2:7 | NetFn | 0x2F | OEM Response |
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | ipmid-new.cpp | 137 bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, in registerHandler() 334 NetFn netFn = request->ctx->netFn; in executeIpmiCommand() 493 NetFn netFn, uint8_t lun, Cmd cmd, ipmi::SecureBuffer& data, in executionEntry()
|
| /openbmc/docs/architecture/ |
| H A D | ipmi-architecture.md | 13 of a NetFn/LUN, Command, and optional data. Each response is likewise a 162 constexpr NetFn netFnApp = 0x06; 167 NetFn netFn;
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | ipmi_client.robot | 265 Run Keyword if ${index} == 0 Set NetFn Byte ${word} 291 Set NetFn Byte
|
| /openbmc/intel-ipmi-oem/docs/ |
| H A D | Intel_IPMI_Platform_Events.md | 191 (NetFn=0x4, Cmd=0x2)
|
| /openbmc/hiomapd/Documentation/ |
| H A D | protocol.md | 45 `(NetFn, Command)` pairs, is also beyond the scope of the document. 349 The IPMI transport must reserve one `(NetFn, Command)` pair for host-to-BMC 350 communications and one SEL `(NetFn, Command)` pair for BMC-to-host
|
| /openbmc/ipmitool/ |
| H A D | ChangeLog | 556 * Add support for entering NetFn as a string for RAW commands.
|