Home
last modified time | relevance | path

Searched refs:getChannel (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp51 uint8_t getChannel();
H A Dncsi_util.cpp37 uint8_t NCSICommand::getChannel() in getChannel() function in phosphor::network::ncsi::NCSICommand
445 std::cout << "Send Command, CHANNEL : " << std::hex << (int)cmd.getChannel() in sendCommand()
454 int rc = internal::applyCmd(*this, nl_cmd, cmd.package, cmd.getChannel(), in sendCommand()
600 cmdHeader.channel = (uint8_t)(cmd.package << 5 | cmd.getChannel()); in sendCommand()