scsi_synchronize_cache
if (xs->cmdlen != sizeof(struct scsi_synchronize_cache)) {
struct scsi_synchronize_cache *cmd;
cmd = (struct scsi_synchronize_cache *)&xs->cmd;
struct scsi_synchronize_cache *scb;
scb = (struct scsi_synchronize_cache *)scr.cmd;