uas_log_cmd_state
uas_log_cmd_state(cmnd, __func__, 0);
uas_log_cmd_state(cmnd, "response iu", response_code);
uas_log_cmd_state(cmnd, "unexpected status cmplt", 0);
uas_log_cmd_state(cmnd, "unexpected read rdy", 0);
uas_log_cmd_state(cmnd, "unexpected write rdy", 0);
uas_log_cmd_state(cmnd, "bogus IU", iu->iu_id);
uas_log_cmd_state(cmnd, "unexpected data cmplt", 0);
uas_log_cmd_state(cmnd, "data cmplt err", status);
uas_log_cmd_state(cmnd, "sense submit err", err);
uas_log_cmd_state(cmnd, "data in submit err", err);
uas_log_cmd_state(cmnd, "data out submit err", err);
uas_log_cmd_state(cmnd, "cmd submit err", err);
uas_log_cmd_state(cmnd, __func__, 0);
static void uas_log_cmd_state(struct scsi_cmnd *cmnd, const char *prefix,