Searched refs:os_state_cmd (Results 1 – 1 of 1) sorted by relevance
113 struct os_state_command *os_state_cmd; in ibmasm_send_os_state() local120 os_state_cmd = (struct os_state_command *)cmd->buffer; in ibmasm_send_os_state()121 os_state_cmd->header.type = sp_write; in ibmasm_send_os_state()122 os_state_cmd->header.command_size = 3; in ibmasm_send_os_state()123 os_state_cmd->header.data_size = 1; in ibmasm_send_os_state()124 os_state_cmd->header.status = 0; in ibmasm_send_os_state()125 os_state_cmd->command[0] = 4; in ibmasm_send_os_state()126 os_state_cmd->command[1] = 3; in ibmasm_send_os_state()127 os_state_cmd->command[2] = 6; in ibmasm_send_os_state()128 os_state_cmd->data = os_state; in ibmasm_send_os_state()