Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dcommand_table.hpp14 struct CommandID struct
16 static constexpr size_t lunBits = 2;
17 CommandID(uint32_t command) : command(command) {} in CommandID() argument
19 uint8_t netFnLun() const in netFnLun()
23 uint8_t netFn() const in netFn()
27 uint8_t lun() const in lun()
31 uint8_t cmd() const in cmd()
35 uint32_t command;