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