Searched refs:hiomap_cmd (Results 1 – 2 of 2) sorted by relevance
780 uint8_t hiomap_cmd = ipmi_req[0]; in hiomap_dispatch() local782 if (hiomap_cmd == 0 || hiomap_cmd > hiomap_commands.size() - 1) in hiomap_dispatch()789 (hiomap_cmd == HIOMAP_C_RESET || hiomap_cmd == HIOMAP_C_GET_INFO || in hiomap_dispatch()790 hiomap_cmd == HIOMAP_C_ACK); in hiomap_dispatch()803 auto command = hiomap_commands.find(hiomap_cmd); in hiomap_dispatch()817 ipmi_resp[0] = hiomap_cmd; in hiomap_dispatch()
172 static void hiomap_cmd(IPMIBmcSim *ibs, uint8_t *cmd, unsigned int cmd_len, in hiomap_cmd() function243 [HIOMAP] = { hiomap_cmd, 3 },