Home
last modified time | relevance | path

Searched refs:Req (Results 1 – 8 of 8) sorted by relevance

/openbmc/docs/designs/
H A Dremote-bios-configuration.md134 …| | 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 Dipmbbridged.cpp76 netFn = ipmbNetFnGet(ipmbBuffer->Header.Req.rsNetFnLUN); in i2cToIpmbConstruct()
78 rqSA = ipmbBuffer->Header.Req.rqSA; in i2cToIpmbConstruct()
79 seq = ipmbSeqGet(ipmbBuffer->Header.Req.rqSeqLUN); in i2cToIpmbConstruct()
81 cmd = ipmbBuffer->Header.Req.cmd; in i2cToIpmbConstruct()
89 data.insert(data.end(), ipmbBuffer->Header.Req.data, in i2cToIpmbConstruct()
112 ipmbBuffer->Header.Req.address = address; in ipmbToi2cConstruct()
114 ipmbBuffer->Header.Req.rqSA = rqSA; in ipmbToi2cConstruct()
116 ipmbBuffer->Header.Req.cmd = cmd; in ipmbToi2cConstruct()
118 ipmbBuffer->Header.Req.checksum1 = ipmbChecksumCompute( in ipmbToi2cConstruct()
409 uint8_t cmd = ipmbFrame->Header.Req.cmd; in processI2cEvent()
[all …]
H A Dipmbdefines.hpp46 } Req; /// @brief IPMB request header member
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp131 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()
267 if (sendMsgReqData->Header.Req.address != ipmbMeTargetAddress) in handleIpmbChannel()
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp122 } Req; member
/openbmc/linux/include/linux/
H A Dbuffer_head.h125 BUFFER_FNS(Req, req) in BUFFER_FNS()
126 TAS_BUFFER_FNS(Req, req) in BUFFER_FNS()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.reg176 * 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 D0004-ffmpeg-4.3.4-rpi_14.patch46524 + 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"