Home
last modified time | relevance | path

Searched refs:cp_stat (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/
Deata.c818 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */ member
1767 if (ha->cp_stat[i] == FREE) { in eata2x_queuecommand_lck()
1815 ha->cp_stat[i] = READY; in eata2x_queuecommand_lck()
1828 ha->cp_stat[i] = IN_USE; in eata2x_queuecommand_lck()
1856 if (ha->cp_stat[i] == FREE) { in DEF_SCSI_QCMD()
1861 if (ha->cp_stat[i] == IN_USE) { in DEF_SCSI_QCMD()
1875 if (ha->cp_stat[i] == IN_RESET) { in DEF_SCSI_QCMD()
1880 if (ha->cp_stat[i] == LOCKED) { in DEF_SCSI_QCMD()
1885 if (ha->cp_stat[i] == READY || ha->cp_stat[i] == ABORTING) { in DEF_SCSI_QCMD()
1889 ha->cp_stat[i] = FREE; in DEF_SCSI_QCMD()
[all …]