Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp42 constexpr uint8_t ipmbLunFromNetFnLunGet(uint8_t netFnLun) in ipmbLunFromNetFnLunGet() function
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp119 constexpr uint8_t ipmbLunFromNetFnLunGet(uint8_t netFnLun) in ipmbLunFromNetFnLunGet() function
H A Dipmbbridged.cpp77 rsLun = ipmbLunFromNetFnLunGet(ipmbBuffer->Header.Req.rsNetFnLUN); in i2cToIpmbConstruct()
178 rqLun = ipmbLunFromNetFnLunGet(ipmbBuffer->Header.Resp.rqNetFnLUN); in i2cToIpmbConstruct()
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp133 rsLun = ipmbLunFromNetFnLunGet(ipmbBuffer->Header.Req.rsNetFnLUN); in IpmbRequest()