Searched refs:supportedCmds (Results 1 – 6 of 6) sorted by relevance
107 supportedCmds.resize(cmds.size()); in setSupportedCommands()109 supportedCmds.begin()); in setSupportedCommands()307 std::vector<uint8_t> supportedCmds; member in pldm::platform_mc::Terminus
254 bitfield8_t* supportedCmds);
39 if (idx >= supportedCmds.size()) in doesSupportCommand()44 if (supportedCmds[idx] & (1 << (command % 8))) in doesSupportCommand()
574 pldm_tid_t tid, uint8_t type, ver32_t version, bitfield8_t* supportedCmds) in getPLDMCommands() argument603 supportedCmds); in getPLDMCommands()
55 u32 supportedCmds; member
375 da_supported_commands = table->supportedCmds; in parse_da_table()