Lines Matching refs:op_str
143 const char *op_str = NULL; in mes_v11_0_get_op_string() local
146 op_str = mes_v11_0_opcodes[x_pkt->header.opcode]; in mes_v11_0_get_op_string()
148 return op_str; in mes_v11_0_get_op_string()
153 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local
157 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string()
159 return op_str; in mes_v11_0_get_misc_op_string()
172 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local
230 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()
234 dev_dbg(adev->dev, "MES msg=%s (%s) was emitted\n", op_str, in mes_v11_0_submit_pkt_and_poll_completion()
236 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion()
237 dev_dbg(adev->dev, "MES msg=%s was emitted\n", op_str); in mes_v11_0_submit_pkt_and_poll_completion()
247 op_str, misc_op_str); in mes_v11_0_submit_pkt_and_poll_completion()
248 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion()
250 op_str); in mes_v11_0_submit_pkt_and_poll_completion()