Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.cpp354 IPMB_HEADER* ipmbFrame = &(ipmbPkt->hdr); in processI2cEvent() local
374 if (!isFrameValid(ipmbFrame, r)) in processI2cEvent()
383 ipmbMessageReceived.i2cToIpmbConstruct(ipmbFrame, r); in processI2cEvent()
392 if (ipmbIsResponse(ipmbFrame)) in processI2cEvent()
397 ipmbMessageReceived->i2cToIpmbConstruct(ipmbFrame, r); in processI2cEvent()
408 uint8_t netFn = ipmbNetFnGet(ipmbFrame->Header.Req.rsNetFnLUN); in processI2cEvent()
409 uint8_t cmd = ipmbFrame->Header.Req.cmd; in processI2cEvent()
410 uint8_t rqSA = ipmbFrame->Header.Req.rqSA; in processI2cEvent()
414 uint8_t seq = ipmbSeqGet(ipmbFrame->Header.Req.rqSeqLUN); in processI2cEvent()
416 ipmbLunFromSeqLunGet(ipmbFrame->Header.Req.rqSeqLUN); in processI2cEvent()
[all …]