Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h365 AHD_BUS_RESET_ACTIVE = 0x200000, enumerator
Daic79xx_core.c2397 if (((status & SCSIRSTI) != 0) && (ahd->flags & AHD_BUS_RESET_ACTIVE)) { in ahd_handle_scsiint()
2405 ahd->flags &= ~AHD_BUS_RESET_ACTIVE; in ahd_handle_scsiint()
8627 if (ahd->flags & AHD_BUS_RESET_ACTIVE) { in ahd_reset_channel()
8632 ahd->flags |= AHD_BUS_RESET_ACTIVE; in ahd_reset_channel()