Searched refs:ATA_PFLAG_UNLOADING (Results 1 – 5 of 5) sorted by relevance
1071 if (ap->pflags & ATA_PFLAG_UNLOADING) in sata_pmp_eh_recover()
766 if (!(ap->pflags & (ATA_PFLAG_UNLOADING | ATA_PFLAG_SUSPENDED)) && in ata_scsi_port_error_handler()771 if ((ap->pflags & ATA_PFLAG_UNLOADING) && in ata_scsi_port_error_handler()3863 if (ap->pflags & ATA_PFLAG_UNLOADING) in ata_eh_recover()
4913 if (ap->pflags & ATA_PFLAG_UNLOADING) in ata_scsi_hotplug()
6283 ap->pflags |= ATA_PFLAG_UNLOADING; in ata_port_detach()
258 ATA_PFLAG_UNLOADING = (1 << 9), /* driver is being unloaded */ enumerator