Searched refs:ehi (Results 1 – 1 of 1) sorted by relevance
1546 void __ata_ehi_push_desc(struct ata_eh_info *ehi, const char *fmt, ...);1548 void ata_ehi_push_desc(struct ata_eh_info *ehi, const char *fmt, ...);1549 extern void ata_ehi_clear_desc(struct ata_eh_info *ehi);1551 static inline void ata_ehi_hotplugged(struct ata_eh_info *ehi) in ata_ehi_hotplugged() argument1553 ehi->probe_mask |= (1 << ATA_MAX_DEVICES) - 1; in ata_ehi_hotplugged()1554 ehi->flags |= ATA_EHI_HOTPLUGGED; in ata_ehi_hotplugged()1555 ehi->action |= ATA_EH_RESET | ATA_EH_ENABLE_LINK; in ata_ehi_hotplugged()1556 ehi->err_mask |= AC_ERR_ATA_BUS; in ata_ehi_hotplugged()