Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp352 IPMB_HEADER* ipmbFrame = &(ipmbPkt->hdr); in processI2cEvent() local
372 if (!isFrameValid(ipmbFrame, r)) in processI2cEvent()
381 ipmbMessageReceived.i2cToIpmbConstruct(ipmbFrame, r); in processI2cEvent()
390 if (ipmbIsResponse(ipmbFrame)) in processI2cEvent()
395 ipmbMessageReceived->i2cToIpmbConstruct(ipmbFrame, r); in processI2cEvent()
406 uint8_t netFn = ipmbNetFnGet(ipmbFrame->Header.Req.rsNetFnLUN); in processI2cEvent()
407 uint8_t cmd = ipmbFrame->Header.Req.cmd; in processI2cEvent()
408 uint8_t rqSA = ipmbFrame->Header.Req.rqSA; in processI2cEvent()
412 uint8_t seq = ipmbSeqGet(ipmbFrame->Header.Req.rqSeqLUN); in processI2cEvent()
414 ipmbLunFromSeqLunGet(ipmbFrame->Header.Req.rqSeqLUN); in processI2cEvent()
[all …]