Searched refs:Req (Results 1 – 8 of 8) sorted by relevance
/openbmc/docs/designs/ |
H A D | remote-bios-configuration.md | 134 …| | Set BIOS capability |<---Req-/Res--> | Set the BIOS capability | | … 136 …| |Set BIOS Pwd hash/Seed |<---Req-/Res--> | Forward to the RBC daemon |--dbus-->| Set BIOSPwd… 139 …| |Check factory settings |<---Req-/Res--> | Get the FactoryDefault prop |<-dbus-- | Send Factor… 142 …| |Get the XML Type0 info |<---Req-/Res--> | Provide the XML Type 0 Info | | … 431 …| |1.Get Current attributes |<---Req-/Res--> | Read BaseBIOSTable |<-dbus-| BaseBIOSTable … 434 …| |2.Get Attribute Registry |<---Req-/Res--> | Read BaseBIOSTable |<-dbus-| BaseBIOSTable … 436 …| |3.Change BIOS Password |<---Req-/Res--> | Call RBC D-bus Method |-dbus->| ChangePassword() … 438 …| |4.Reset To default |<---Req-/Res--> | Set ResetBIOSSettings |-dbus->| ResetBiosSettings … 440 …| |5.Update new BIOS setting|<---Req-/Res--->| Call RBC D-bus Method |-dbus->| SetAttribute() … 443 …| |6.Get Pending attributes |<---Req-/Res--->| Get PendingAttributes |<-dbus-| PendingAttributes … [all …]
|
/openbmc/ipmbbridge/ |
H A D | ipmbbridged.cpp | 75 netFn = ipmbNetFnGet(ipmbBuffer->Header.Req.rsNetFnLUN); in i2cToIpmbConstruct() 77 rqSA = ipmbBuffer->Header.Req.rqSA; in i2cToIpmbConstruct() 78 seq = ipmbSeqGet(ipmbBuffer->Header.Req.rqSeqLUN); in i2cToIpmbConstruct() 80 cmd = ipmbBuffer->Header.Req.cmd; in i2cToIpmbConstruct() 88 data.insert(data.end(), ipmbBuffer->Header.Req.data, in i2cToIpmbConstruct() 111 ipmbBuffer->Header.Req.address = address; in ipmbToi2cConstruct() 113 ipmbBuffer->Header.Req.rqSA = rqSA; in ipmbToi2cConstruct() 115 ipmbBuffer->Header.Req.cmd = cmd; in ipmbToi2cConstruct() 117 ipmbBuffer->Header.Req.checksum1 = ipmbChecksumCompute( in ipmbToi2cConstruct() 407 uint8_t cmd = ipmbFrame->Header.Req.cmd; in processI2cEvent() [all …]
|
H A D | ipmbdefines.hpp | 46 } Req; /// @brief IPMB request header member
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bridgingcommands.cpp | 131 address = ipmbBuffer->Header.Req.address; in IpmbRequest() 132 netFn = ipmbNetFnGet(ipmbBuffer->Header.Req.rsNetFnLUN); in IpmbRequest() 133 rsLun = ipmbLunFromNetFnLunGet(ipmbBuffer->Header.Req.rsNetFnLUN); in IpmbRequest() 134 rqSA = ipmbBuffer->Header.Req.rqSA; in IpmbRequest() 135 seq = ipmbSeqGet(ipmbBuffer->Header.Req.rqSeqLUN); in IpmbRequest() 136 rqLun = ipmbLunFromSeqLunGet(ipmbBuffer->Header.Req.rqSeqLUN); in IpmbRequest() 137 cmd = ipmbBuffer->Header.Req.cmd; in IpmbRequest() 145 data.insert(data.end(), ipmbBuffer->Header.Req.data, in IpmbRequest() 146 &ipmbBuffer->Header.Req.data[dataLength]); in IpmbRequest() 265 if (sendMsgReqData->Header.Req.address != ipmbMeTargetAddress) in handleIpmbChannel() [all …]
|
/openbmc/intel-ipmi-oem/include/ |
H A D | bridgingcommands.hpp | 122 } Req; member
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 125 BUFFER_FNS(Req, req) in BUFFER_FNS() 126 TAS_BUFFER_FNS(Req, req) in BUFFER_FNS()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.reg | 176 * rate and the maximum synchronous Req/Ack offset. An offset of 0 in the
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 46524 + printf("Req: %dx%d: stride=%d/%d, height=%d/%d, stripes=%d, img.pitch=%d\n", 46571 + printf("Req: %dx%d: stride=%d/%d, height=%d/%d, stripes=%d, img.pitch=%d\n", 57093 + // Req & src are always both "consumed"
|