Lines Matching refs:op_str
126 const char *op_str = NULL; in mes_v12_0_get_op_string() local
129 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string()
131 return op_str; in mes_v12_0_get_op_string()
136 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local
140 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string()
142 return op_str; in mes_v12_0_get_misc_op_string()
156 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local
214 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion()
219 pipe, op_str, misc_op_str); in mes_v12_0_submit_pkt_and_poll_completion()
220 else if (op_str) in mes_v12_0_submit_pkt_and_poll_completion()
222 pipe, op_str); in mes_v12_0_submit_pkt_and_poll_completion()
232 pipe, op_str, misc_op_str); in mes_v12_0_submit_pkt_and_poll_completion()
233 else if (op_str) in mes_v12_0_submit_pkt_and_poll_completion()
235 pipe, op_str); in mes_v12_0_submit_pkt_and_poll_completion()