Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp60 constexpr uint8_t ipmbNetFnLunSet(uint8_t netFn, uint8_t lun) in ipmbNetFnLunSet() function
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp91 constexpr uint8_t ipmbNetFnLunSet(uint8_t netFn, uint8_t lun) in ipmbNetFnLunSet() function
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp170 ipmbBuffer->Header.Resp.rqNetFnLUN = ipmbNetFnLunSet(netFn, rqLun); in ipmbToi2cConstruct()