Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
D53c700.c332 hostdata->slots[j].state = NCR_700_SLOT_FREE; in NCR_700_detect()
504 if(slot->state != NCR_700_SLOT_FREE) in find_empty_slot()
531 if(slot->state == NCR_700_SLOT_FREE) { in free_slot()
537 slot->state = NCR_700_SLOT_FREE; in free_slot()
1540 if(slot->state == NCR_700_SLOT_FREE) in NCR_700_intr()
D53c700.h176 #define NCR_700_SLOT_FREE (0|NCR_700_SLOT_MAGIC) /* slot may be used */ macro