Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c135 if (p->dev_flags[target] & DEVICE_PRESENT) in aic7xxx_proc_info()
295 if ((p->dev_flags[target] & DEVICE_PRESENT) == 0) in aic7xxx_proc_info()
/linux-2.4.37.9/drivers/message/fusion/
Dscsi3.h337 #define DEVICE_PRESENT 0x00 macro
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c977 #define DEVICE_PRESENT 0x01 macro
2830 if (!(p->dev_flags[tindex] & DEVICE_PRESENT)) in aic7xxx_done()
2835 p->dev_flags[tindex] |= DEVICE_PRESENT; in aic7xxx_done()