Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp44 struct NCSICommand struct
53 uint8_t opcode;
54 uint8_t package;
55 std::optional<uint8_t> channel;
56 std::vector<unsigned char> payload;
H A Dncsi_util.cpp28 NCSICommand::NCSICommand(uint8_t opcode, uint8_t package, in NCSICommand() function in phosphor::network::ncsi::NCSICommand