Searched refs:hsmp_msg_desc_table (Results 1 – 2 of 2) sorted by relevance
172 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_RSVD) in validate_message()179 if (msg->num_args != hsmp_msg_desc_table[msg->msg_id].num_args) in validate_message()189 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_SET_GET) { in validate_message()190 if (msg->response_sz > hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()194 if (msg->response_sz != hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()266 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_GET) in is_get_msg()269 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_SET_GET && in is_get_msg()323 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl()366 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_METRIC_TABLE_DRAM_ADDR].response_sz; in hsmp_get_tbl_dram_base()399 msg.response_sz = hsmp_msg_desc_table[HSMP_GET_PROTO_VER].response_sz; in hsmp_cache_proto_ver()
99 static const struct hsmp_msg_desc hsmp_msg_desc_table[] variable