Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Du14-34f.c592 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */ member
768 HD(j)->cp_stat[0] = IGNORE; in board_inquiry()
784 if (cpp->adapter_status || HD(j)->cp_stat[0] != FREE) { in board_inquiry()
785 HD(j)->cp_stat[0] = FREE; in board_inquiry()
1269 if (HD(j)->cp_stat[i] == FREE) { in u14_34f_queuecommand_lck()
1308 HD(j)->cp_stat[i] = READY; in u14_34f_queuecommand_lck()
1327 HD(j)->cp_stat[i] = IN_USE; in u14_34f_queuecommand_lck()
1354 if (HD(j)->cp_stat[i] == FREE) { in DEF_SCSI_QCMD()
1359 if (HD(j)->cp_stat[i] == IN_USE) { in DEF_SCSI_QCMD()
1372 if (HD(j)->cp_stat[i] == IN_RESET) { in DEF_SCSI_QCMD()
[all …]
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 …]
/linux-4.4.14/arch/ia64/include/asm/sn/
Dtiocp.h26 u64 cp_stat; /* 0x000008 */ member