Searched refs:x_pkt (Results 1 – 2 of 2) sorted by relevance
145 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v11_0_opcodes)) in mes_v11_0_get_op_string()146 op_str = mes_v11_0_opcodes[x_pkt->header.opcode]; in mes_v11_0_get_op_string()155 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v11_0_get_misc_op_string()156 (x_pkt->opcode < ARRAY_SIZE(mes_v11_0_misc_opcodes))) in mes_v11_0_get_misc_op_string()157 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string()171 union MESAPI__MISC *x_pkt = pkt; in mes_v11_0_submit_pkt_and_poll_completion() local180 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v11_0_submit_pkt_and_poll_completion()230 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()231 misc_op_str = mes_v11_0_get_misc_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()240 x_pkt->header.opcode); in mes_v11_0_submit_pkt_and_poll_completion()[all …]
128 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v12_0_opcodes)) in mes_v12_0_get_op_string()129 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string()138 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v12_0_get_misc_op_string()139 (x_pkt->opcode < ARRAY_SIZE(mes_v12_0_misc_opcodes))) in mes_v12_0_get_misc_op_string()140 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string()155 union MESAPI__MISC *x_pkt = pkt; in mes_v12_0_submit_pkt_and_poll_completion() local164 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v12_0_submit_pkt_and_poll_completion()214 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion()215 misc_op_str = mes_v12_0_get_misc_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion()225 pipe, x_pkt->header.opcode); in mes_v12_0_submit_pkt_and_poll_completion()[all …]