Home
last modified time | relevance | path

Searched refs:AHD_BUS_RESET_ACTIVE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx.h365 AHD_BUS_RESET_ACTIVE = 0x200000, enumerator
H A Daic79xx_core.c2398 if (((status & SCSIRSTI) != 0) && (ahd->flags & AHD_BUS_RESET_ACTIVE)) { in ahd_handle_scsiint()
2406 ahd->flags &= ~AHD_BUS_RESET_ACTIVE; in ahd_handle_scsiint()
8632 if (ahd->flags & AHD_BUS_RESET_ACTIVE) { in ahd_reset_channel()
8637 ahd->flags |= AHD_BUS_RESET_ACTIVE; in ahd_reset_channel()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx.h365 AHD_BUS_RESET_ACTIVE = 0x200000, enumerator
H A 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()

Completed in 26 milliseconds