Lines Matching refs:reset_ops
2825 struct ata_reset_operations *reset_ops) in ata_eh_reset() argument
2831 ata_reset_fn_t hardreset = reset_ops->hardreset; in ata_eh_reset()
2832 ata_reset_fn_t softreset = reset_ops->softreset; in ata_eh_reset()
2833 ata_prereset_fn_t prereset = reset_ops->prereset; in ata_eh_reset()
2834 ata_postreset_fn_t postreset = reset_ops->postreset; in ata_eh_reset()
3807 int ata_eh_recover(struct ata_port *ap, struct ata_reset_operations *reset_ops, in ata_eh_recover() argument
3875 rc = ata_eh_reset(link, ata_link_nr_vacant(link), reset_ops); in ata_eh_recover()
4106 struct ata_reset_operations *reset_ops = &ap->ops->reset; in ata_std_error_handler() local
4111 if ((reset_ops->hardreset == sata_std_hardreset || in ata_std_error_handler()
4112 reset_ops->hardreset == sata_sff_hardreset) && in ata_std_error_handler()
4119 rc = ata_eh_recover(ap, reset_ops, NULL); in ata_std_error_handler()