Home
last modified time | relevance | path

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

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