READ_CMD
cmd |= READ_CMD;
int status = spi_w8r16(spi, reg | READ_CMD);
if (vscsi->fast_fail && (READ_CMD(srp->cdb) || WRITE_CMD(srp->cdb)))