Home
last modified time | relevance | path

Searched defs:netFnLun (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmbbridge/
H A Dipmbbridged.hpp114 constexpr uint8_t ipmbNetFnGet(uint8_t netFnLun) in ipmbNetFnGet()
119 constexpr uint8_t ipmbLunFromNetFnLunGet(uint8_t netFnLun) in ipmbLunFromNetFnLunGet()
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp37 constexpr uint8_t ipmbNetFnGet(uint8_t netFnLun) in ipmbNetFnGet()
42 constexpr uint8_t ipmbLunFromNetFnLunGet(uint8_t netFnLun) in ipmbLunFromNetFnLunGet()
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.cpp174 uint8_t netFnLun = (netFn << netFnShift) | (lun & lunMask); in write() local
/openbmc/phosphor-net-ipmid/
H A Dcommand_table.hpp19 uint8_t netFnLun() const in netFnLun() function