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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.h173 #define NCR_700_SLOT_MAGIC 0xb8 macro
174 #define NCR_700_SLOT_FREE (0|NCR_700_SLOT_MAGIC) /* slot may be used */
175 #define NCR_700_SLOT_BUSY (1|NCR_700_SLOT_MAGIC) /* slot has command active on HA */
176 #define NCR_700_SLOT_QUEUED (2|NCR_700_SLOT_MAGIC) /* slot has command to be made active on HA */
H A D53c700.c546 if((slot->state & NCR_700_SLOT_MASK) != NCR_700_SLOT_MAGIC) {

Completed in 120 milliseconds