Searched refs:ATA_PFLAG_UNLOADING (Results 1 – 5 of 5) sorted by relevance
1074 if (ap->pflags & ATA_PFLAG_UNLOADING) in sata_pmp_eh_recover()
701 if (!(ap->pflags & (ATA_PFLAG_UNLOADING | ATA_PFLAG_SUSPENDED))) in ata_scsi_port_error_handler()705 if ((ap->pflags & ATA_PFLAG_UNLOADING) && in ata_scsi_port_error_handler()3595 if (ap->pflags & ATA_PFLAG_UNLOADING) in ata_eh_recover()
4550 if (ap->pflags & ATA_PFLAG_UNLOADING) { in ata_scsi_hotplug()
5920 ap->pflags |= ATA_PFLAG_UNLOADING; in ata_port_detach()
233 ATA_PFLAG_UNLOADING = (1 << 9), /* driver is being unloaded */ enumerator