Lines Matching refs:cmd_resp
105 __array(u32, cmd_resp, 4)
131 __entry->cmd_resp[0] = mrq->cmd ? mrq->cmd->resp[0] : 0;
132 __entry->cmd_resp[1] = mrq->cmd ? mrq->cmd->resp[1] : 0;
133 __entry->cmd_resp[2] = mrq->cmd ? mrq->cmd->resp[2] : 0;
134 __entry->cmd_resp[3] = mrq->cmd ? mrq->cmd->resp[3] : 0;
164 "cmd_opcode=%u cmd_err=%d cmd_resp=0x%x 0x%x 0x%x 0x%x "
173 __entry->cmd_resp[0], __entry->cmd_resp[1],
174 __entry->cmd_resp[2], __entry->cmd_resp[3],