Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h223 AHD_REMOVABLE = 0x00000,/* Hot-Swap supported - None so far*/ enumerator
Daic79xx_core.c1011 if (intstat == 0xFF && (ahd->features & AHD_REMOVABLE) != 0) { in ahd_intr()
7851 && (intstat != 0xFF || (ahd->features & AHD_REMOVABLE) == 0) in ahd_pause_and_flushwork()