Searched refs:ATA_PFLAG_INITIALIZING (Results 1 – 3 of 3) sorted by relevance
252 WARN_ON(!(ap->pflags & ATA_PFLAG_INITIALIZING)); in ata_port_desc()993 if (ap->pflags & ATA_PFLAG_INITIALIZING) in ata_std_sched_eh()
5650 ap->pflags |= ATA_PFLAG_INITIALIZING | ATA_PFLAG_FROZEN; in ata_port_alloc()6042 ap->pflags &= ~ATA_PFLAG_INITIALIZING; in ata_port_probe()
256 ATA_PFLAG_INITIALIZING = (1 << 7), /* being initialized, don't touch */ enumerator