Searched refs:sync_stat (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Din2000.c566 if ((hostdata->level2 <= L2_NONE) || (hostdata->sync_stat[cmd->device->id] == SS_UNSET)) { in2000_execute()
579 * the sync_xfer array, and a corresponding status byte in sync_stat[]. in2000_execute()
580 * Each target's sync_stat[] entry is initialized to SS_UNSET, and its in2000_execute()
588 if (hostdata->sync_stat[cmd->device->id] == SS_UNSET) { in2000_execute()
590 hostdata->sync_stat[cmd->device->id] = SS_SET; in2000_execute()
592 hostdata->sync_stat[cmd->device->id] = SS_FIRST; in2000_execute()
1104 if (hostdata->sync_stat[cmd->device->id] == SS_FIRST) { in2000_intr()
1109 hostdata->sync_stat[cmd->device->id] = SS_WAITING; in2000_intr()
1228 if (hostdata->sync_stat[cmd->device->id] == SS_WAITING) in2000_intr()
1229 hostdata->sync_stat[cmd->device->id] = SS_SET; in2000_intr()
1249 if (hostdata->sync_stat[cmd->device->id] != SS_WAITING) { in2000_intr()
1274 hostdata->sync_stat[cmd->device->id] = SS_SET; in2000_intr()
1661 hostdata->sync_stat[x] = SS_UNSET; /* using default sync values */ in2000_bus_reset()
2030 hostdata->sync_stat[x] = SS_UNSET; /* using default sync values */ in2000_detect()
2200 hd->sync_stat[i] = SS_UNSET; in2000_write_info()
2234 seq_printf(m, "\t%02x", hd->sync_stat[x]); in2000_show_info()
H A Dwd33c93.h256 uchar sync_stat[8]; /* status of sync negotiation per target */ member in struct:WD33C93_hostdata
324 /* defines for hostdata->sync_stat[] */
H A Dwd33c93.c603 (hostdata->sync_stat[cmd->device->id] == SS_UNSET)) { wd33c93_execute()
616 * sync_xfer array, and a corresponding status byte in sync_stat[]. wd33c93_execute()
617 * Each target's sync_stat[] entry is initialized to SX_UNSET, and its wd33c93_execute()
627 if (hostdata->sync_stat[cmd->device->id] == SS_UNSET) wd33c93_execute()
628 hostdata->sync_stat[cmd->device->id] = SS_FIRST; wd33c93_execute()
903 if (hostdata->sync_stat[cmd->device->id] == SS_FIRST) { wd33c93_intr()
905 hostdata->sync_stat[cmd->device->id] = SS_WAITING; wd33c93_intr()
1046 if (hostdata->sync_stat[cmd->device->id] == SS_WAITING) { wd33c93_intr()
1047 hostdata->sync_stat[cmd->device->id] = SS_SET; wd33c93_intr()
1076 if (hostdata->sync_stat[cmd->device->id] != wd33c93_intr()
1112 hostdata->sync_stat[cmd->device->id] = wd33c93_intr()
1592 hostdata->sync_stat[i] = SS_UNSET; /* using default sync values */ wd33c93_host_reset()
1929 hd->sync_stat[i] = SS_UNSET; set_resync()
1959 hostdata->sync_stat[i] = SS_UNSET; /* using default sync values */ wd33c93_init()
2151 seq_printf(m, "\t%02x", hd->sync_stat[x]); wd33c93_show_info()
H A Din2000.h301 uchar sync_stat[8]; /* status of sync negotiation per target */ member in struct:IN2000_hostdata

Completed in 100 milliseconds