Searched refs:x_pkt (Results 1 – 2 of 2) sorted by relevance
144 static const char *mes_v11_0_get_op_string(union MESAPI__MISC *x_pkt) in mes_v11_0_get_op_string() argument148 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v11_0_opcodes)) in mes_v11_0_get_op_string()149 op_str = mes_v11_0_opcodes[x_pkt->header.opcode]; in mes_v11_0_get_op_string()154 static const char *mes_v11_0_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v11_0_get_misc_op_string() argument158 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v11_0_get_misc_op_string()159 (x_pkt->opcode < ARRAY_SIZE(mes_v11_0_misc_opcodes))) in mes_v11_0_get_misc_op_string()160 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string()174 union MESAPI__MISC *x_pkt = pkt; in mes_v11_0_submit_pkt_and_poll_completion() local183 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v11_0_submit_pkt_and_poll_completion()233 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()[all …]
128 static const char *mes_v12_0_get_op_string(union MESAPI__MISC *x_pkt) in mes_v12_0_get_op_string() argument132 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v12_0_opcodes)) in mes_v12_0_get_op_string()133 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string()138 static const char *mes_v12_0_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v12_0_get_misc_op_string() argument142 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v12_0_get_misc_op_string()143 (x_pkt->opcode < ARRAY_SIZE(mes_v12_0_misc_opcodes))) in mes_v12_0_get_misc_op_string()144 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string()159 union MESAPI__MISC *x_pkt = pkt; in mes_v12_0_submit_pkt_and_poll_completion() local168 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v12_0_submit_pkt_and_poll_completion()218 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion()[all …]