Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
D53c700.h175 #define NCR_700_SLOT_MAGIC 0xb8 macro
176 #define NCR_700_SLOT_FREE (0|NCR_700_SLOT_MAGIC) /* slot may be used */
177 #define NCR_700_SLOT_BUSY (1|NCR_700_SLOT_MAGIC) /* slot has command active on HA */
178 #define NCR_700_SLOT_QUEUED (2|NCR_700_SLOT_MAGIC) /* slot has command to be made active on HA */
D53c700.c528 if((slot->state & NCR_700_SLOT_MASK) != NCR_700_SLOT_MAGIC) { in free_slot()