Home
last modified time | relevance | path

Searched refs:SBIC_ABORT_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sgimips/stand/common/
H A Diris_scsivar.h37 #define SBIC_ABORT_TIMEOUT 2000 /* time to wait for abort */ macro
H A Diris_scsi.c727 for (count = SBIC_ABORT_TIMEOUT; count;) { in wd33c93_poll()
/netbsd-src/sys/dev/ic/
H A Dwd33c93var.h47 #define SBIC_ABORT_TIMEOUT 2000 /* time to wait for abort */ macro
H A Dwd33c93.c910 acb->timeout = SBIC_ABORT_TIMEOUT; in wd33c93_abort()