target_complete_cmd_with_length
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, rd_len + 4);
target_complete_cmd_with_length(cmd, scsi_status, valid_data);
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 32);
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 8);
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, length);
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 8 + lun_count * 8);
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, response_length);
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, buf_len);
target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, len);
EXPORT_SYMBOL(target_complete_cmd_with_length);
target_complete_cmd_with_length(cmd->se_cmd,
void target_complete_cmd_with_length(struct se_cmd *, u8, int);