Searched refs:ehi (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dlibata.h1312 void __ata_ehi_push_desc(struct ata_eh_info *ehi, const char *fmt, ...);
1314 void ata_ehi_push_desc(struct ata_eh_info *ehi, const char *fmt, ...);
1315 extern void ata_ehi_clear_desc(struct ata_eh_info *ehi);
1317 static inline void ata_ehi_hotplugged(struct ata_eh_info *ehi) argument
1319 ehi->probe_mask |= (1 << ATA_MAX_DEVICES) - 1;
1320 ehi->flags |= ATA_EHI_HOTPLUGGED;
1321 ehi->action |= ATA_EH_RESET | ATA_EH_ENABLE_LINK;
1322 ehi->err_mask |= AC_ERR_ATA_BUS;

Completed in 8 milliseconds