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()
764 if (!(ap->pflags & (ATA_PFLAG_UNLOADING | ATA_PFLAG_SUSPENDED))) in ata_scsi_port_error_handler()768 if ((ap->pflags & ATA_PFLAG_UNLOADING) && in ata_scsi_port_error_handler()3778 if (ap->pflags & ATA_PFLAG_UNLOADING) in ata_eh_recover()
3931 if (ap->pflags & ATA_PFLAG_UNLOADING) { in ata_scsi_hotplug()
6275 ap->pflags |= ATA_PFLAG_UNLOADING; in ata_port_detach()
249 ATA_PFLAG_UNLOADING = (1 << 9), /* driver is being unloaded */ enumerator