Lines Matching refs:reset_ops
2801 struct ata_reset_operations *reset_ops) in ata_eh_reset() argument
2807 ata_reset_fn_t hardreset = reset_ops->hardreset; in ata_eh_reset()
2808 ata_reset_fn_t softreset = reset_ops->softreset; in ata_eh_reset()
2809 ata_prereset_fn_t prereset = reset_ops->prereset; in ata_eh_reset()
2810 ata_postreset_fn_t postreset = reset_ops->postreset; in ata_eh_reset()
3783 int ata_eh_recover(struct ata_port *ap, struct ata_reset_operations *reset_ops, in ata_eh_recover() argument
3851 rc = ata_eh_reset(link, ata_link_nr_vacant(link), reset_ops); in ata_eh_recover()
4082 struct ata_reset_operations *reset_ops = &ap->ops->reset; in ata_std_error_handler() local
4087 if ((reset_ops->hardreset == sata_std_hardreset || in ata_std_error_handler()
4088 reset_ops->hardreset == sata_sff_hardreset) && in ata_std_error_handler()
4095 rc = ata_eh_recover(ap, reset_ops, NULL); in ata_std_error_handler()