Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.h373 AHD_RESET_POLL_ACTIVE = 0x200000, enumerator
Daic79xx_core.c7554 if ((ahd->flags & AHD_RESET_POLL_ACTIVE) == 0) { in ahd_reset_channel()
7555 ahd->flags |= AHD_RESET_POLL_ACTIVE; in ahd_reset_channel()
7598 ahd->flags &= ~AHD_RESET_POLL_ACTIVE; in ahd_reset_poll()