Searched refs:x_pkt (Results 1 – 3 of 3) sorted by relevance
155 static const char *mes_v11_0_get_op_string(union MESAPI__MISC *x_pkt) in mes_v11_0_get_op_string() argument159 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v11_0_opcodes)) in mes_v11_0_get_op_string()160 op_str = mes_v11_0_opcodes[x_pkt->header.opcode]; in mes_v11_0_get_op_string()165 static const char *mes_v11_0_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v11_0_get_misc_op_string() argument169 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v11_0_get_misc_op_string()170 (x_pkt->opcode < ARRAY_SIZE(mes_v11_0_misc_opcodes))) in mes_v11_0_get_misc_op_string()171 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string()185 union MESAPI__MISC *x_pkt = pkt; in mes_v11_0_submit_pkt_and_poll_completion() local194 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v11_0_submit_pkt_and_poll_completion()244 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()[all …]
134 static const char *mes_v12_1_get_op_string(union MESAPI__MISC *x_pkt) in mes_v12_1_get_op_string() argument138 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v12_1_opcodes)) in mes_v12_1_get_op_string()139 op_str = mes_v12_1_opcodes[x_pkt->header.opcode]; in mes_v12_1_get_op_string()144 static const char *mes_v12_1_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v12_1_get_misc_op_string() argument148 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v12_1_get_misc_op_string()149 (x_pkt->opcode < ARRAY_SIZE(mes_v12_1_misc_opcodes))) in mes_v12_1_get_misc_op_string()150 op_str = mes_v12_1_misc_opcodes[x_pkt->opcode]; in mes_v12_1_get_misc_op_string()165 union MESAPI__MISC *x_pkt = pkt; in mes_v12_1_submit_pkt_and_poll_completion() local174 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v12_1_submit_pkt_and_poll_completion()224 op_str = mes_v12_1_get_op_string(x_pkt); in mes_v12_1_submit_pkt_and_poll_completion()[all …]
131 static const char *mes_v12_0_get_op_string(union MESAPI__MISC *x_pkt) in mes_v12_0_get_op_string() argument135 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v12_0_opcodes)) in mes_v12_0_get_op_string()136 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string()141 static const char *mes_v12_0_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v12_0_get_misc_op_string() argument145 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v12_0_get_misc_op_string()146 (x_pkt->opcode < ARRAY_SIZE(mes_v12_0_misc_opcodes))) in mes_v12_0_get_misc_op_string()147 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string()162 union MESAPI__MISC *x_pkt = pkt; in mes_v12_0_submit_pkt_and_poll_completion() local171 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v12_0_submit_pkt_and_poll_completion()221 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion()[all …]